comparison lisp/international/ja-dic-cnv.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 0d8b17d428b5
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp 1 ;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp
2 2
3 ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 1995, 2000
4 ;; Licensed to the Free Software Foundation. 4 ;; National Institute of Advanced Industrial Science and Technology (AIST)
5 ;; Registration Number H14PRO021
5 6
6 ;; Keywords: mule, multilingual, Japanese 7 ;; Keywords: mule, multilingual, Japanese
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
9 10
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
19 20
20 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02110-1301, USA.
24 25
25 ;;; Commentary: 26 ;;; Commentary:
26 27
27 ;; SKK is a Japanese input method running on Mule created by Masahiko 28 ;; SKK is a Japanese input method running on Mule created by Masahiko
28 ;; Sato <masahiko@sato.riec.tohoku.ac.jp>. Here we provide utilities 29 ;; Sato <masahiko@sato.riec.tohoku.ac.jp>. Here we provide utilities
279 'first)))) 280 'first))))
280 (setq l (cons elt l))) 281 (setq l (cons elt l)))
281 (setq candidates (cdr candidates))) 282 (setq candidates (cdr candidates)))
282 (nreverse l))) 283 (nreverse l)))
283 284
284 (defconst skkdic-okuri-nasi-entries (list nil)) 285 (defvar skkdic-okuri-nasi-entries (list nil))
285 (defconst skkdic-okuri-nasi-entries-count 0) 286 (defvar skkdic-okuri-nasi-entries-count 0)
286 287
287 (defun skkdic-collect-okuri-nasi () 288 (defun skkdic-collect-okuri-nasi ()
288 (message "Collecting OKURI-NASI entries ...") 289 (message "Collecting OKURI-NASI entries ...")
289 (save-excursion 290 (save-excursion
290 (let ((prev-ratio 0) 291 (let ((prev-ratio 0)
566 567
567 ;; Local Variables: 568 ;; Local Variables:
568 ;; coding: iso-2022-7bit 569 ;; coding: iso-2022-7bit
569 ;; End: 570 ;; End:
570 571
572 ;;; arch-tag: dec06fb0-8118-45b1-80d7-dc360b6fd3b2
571 ;;; ja-dic-cnv.el ends here 573 ;;; ja-dic-cnv.el ends here