* change need for leim/quail/indian.el
@ 2002-04-19 12:19 Kenichi Handa
2002-04-19 13:13 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2002-04-19 12:19 UTC (permalink / raw)
Currently leim/quail/indian.el contains this kind of
comments in 4 places.
;; (quail-define-package "devanagari-itrans" "Devanagari" "DevIT" t "Devanagari ITRANS")
These lines were for generating leim-list.el by the function
quail-update-leim-list-file at building time.
But because of this change,
2001-12-15 Dave Love <fx@gnu.org>
[...]
(quail-update-leim-list-file): Don't get fooled by commented-out code.
those lines are now not recognized as entries that should go
to leim-list.el. I think the change itself is not a bad
thing. Could someone please change the above lines to:
(if nil
(quail-define-package "devanagari-itrans" "Devanagari" "DevIT" t "Devanagari ITRANS"))
---
Ken'ichi HANDA
handa@etl.go.jp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: change need for leim/quail/indian.el
@ 2002-04-19 13:25 Kenichi Handa
0 siblings, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2002-04-19 13:25 UTC (permalink / raw)
Cc: emacs-devel
Eli Zaretskii <eliz@fencepost.gnu.org> writes:
>> From: Kenichi Handa <handa@etl.go.jp>
>> Date: Fri, 19 Apr 2002 21:19:58 +0900 (JST)
>>
>> Could someone please change the above lines to:
>>
>> (if nil
>> (quail-define-package "devanagari-itrans" "Devanagari" "DevIT" t "Devanagari ITRANS"))
> Done.
Thank you very much!
---
Ken'ichi HANDA
handa@etl.go.jp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-04-19 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-19 12:19 change need for leim/quail/indian.el Kenichi Handa
2002-04-19 13:13 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2002-04-19 13:25 Kenichi Handa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.