unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@etl.go.jp>
Subject: change need for leim/quail/indian.el
Date: Fri, 19 Apr 2002 21:19:58 +0900 (JST)	[thread overview]
Message-ID: <200204191219.VAA09787@etlken.m17n.org> (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

             reply	other threads:[~2002-04-19 12:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-19 12:19 Kenichi Handa [this message]
2002-04-19 13:13 ` change need for leim/quail/indian.el Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2002-04-19 13:25 Kenichi Handa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200204191219.VAA09787@etlken.m17n.org \
    --to=handa@etl.go.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).