unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make-dist doesn't distribute some quail files.
@ 2005-04-13 14:04 Lute Kamstra
  2005-04-13 17:16 ` Eli Zaretskii
  2005-04-14  0:24 ` Kenichi Handa
  0 siblings, 2 replies; 7+ messages in thread
From: Lute Kamstra @ 2005-04-13 14:04 UTC (permalink / raw)


I'm reading make-dist.  Currently, it doesn't distribute (compiled)
Lisp files in leim/quail that start with a capital.  Can somebody
confirm this is a bug?  I'll fix it in that case.

Lute.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make-dist doesn't distribute some quail files.
  2005-04-13 14:04 make-dist doesn't distribute some quail files Lute Kamstra
@ 2005-04-13 17:16 ` Eli Zaretskii
  2005-04-13 17:47   ` Lute Kamstra
  2005-04-14  0:24 ` Kenichi Handa
  1 sibling, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2005-04-13 17:16 UTC (permalink / raw)
  Cc: emacs-devel

> From: Lute Kamstra <Lute.Kamstra.lists@xs4all.nl>
> Date: Wed, 13 Apr 2005 16:04:38 +0200
> 
> I'm reading make-dist.  Currently, it doesn't distribute (compiled)
> Lisp files in leim/quail that start with a capital.  Can somebody
> confirm this is a bug?

I think it's a feature.  We don't distribute the *.el files which
begin with a capital letter, either.  Those files are generated at
build time from TIT dictionaries (which we do distribute).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make-dist doesn't distribute some quail files.
  2005-04-13 17:16 ` Eli Zaretskii
@ 2005-04-13 17:47   ` Lute Kamstra
  2005-04-14  3:42     ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Lute Kamstra @ 2005-04-13 17:47 UTC (permalink / raw)
  Cc: emacs-devel

"Eli Zaretskii" <eliz@gnu.org> writes:

>> From: Lute Kamstra <Lute.Kamstra.lists@xs4all.nl>
>> Date: Wed, 13 Apr 2005 16:04:38 +0200
>> 
>> I'm reading make-dist.  Currently, it doesn't distribute (compiled)
>> Lisp files in leim/quail that start with a capital.  Can somebody
>> confirm this is a bug?
>
> I think it's a feature.  

> We don't distribute the *.el files which begin with a capital
> letter, either.

Currently, make-dist does include them.  I know of only one example of
a lisp file that starts with a capital letter, though: lisp/term/AT386.el.

> Those files are generated at build time from TIT dictionaries (which
> we do distribute).

I see.  I'll write a comment on that in make-dist.

Thanks,

  Lute.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make-dist doesn't distribute some quail files.
  2005-04-13 14:04 make-dist doesn't distribute some quail files Lute Kamstra
  2005-04-13 17:16 ` Eli Zaretskii
@ 2005-04-14  0:24 ` Kenichi Handa
  2005-04-14 19:03   ` Richard Stallman
  1 sibling, 1 reply; 7+ messages in thread
From: Kenichi Handa @ 2005-04-14  0:24 UTC (permalink / raw)
  Cc: emacs-devel

In article <87pswyg4cp.fsf@xs4all.nl>, Lute Kamstra <Lute.Kamstra.lists@xs4all.nl> writes:

> I'm reading make-dist.  Currently, it doesn't distribute (compiled)
> Lisp files in leim/quail that start with a capital.  Can somebody
> confirm this is a bug?

No.  Those files are generated from data files under
leim/*-DIC at building time.

---
Ken'ichi HANDA
handa@m17n.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make-dist doesn't distribute some quail files.
  2005-04-13 17:47   ` Lute Kamstra
@ 2005-04-14  3:42     ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2005-04-14  3:42 UTC (permalink / raw)
  Cc: emacs-devel

> Cc: emacs-devel@gnu.org
> From: Lute Kamstra <Lute.Kamstra.lists@xs4all.nl>
> Date: Wed, 13 Apr 2005 19:47:18 +0200
> 
> > We don't distribute the *.el files which begin with a capital
> > letter, either.
> 
> Currently, make-dist does include them.

Not in the leim/quail directory, it doesn't.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make-dist doesn't distribute some quail files.
  2005-04-14  0:24 ` Kenichi Handa
@ 2005-04-14 19:03   ` Richard Stallman
  2005-04-15  8:51     ` Lute Kamstra
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2005-04-14 19:03 UTC (permalink / raw)
  Cc: Lute.Kamstra.lists, emacs-devel

    > I'm reading make-dist.  Currently, it doesn't distribute (compiled)
    > Lisp files in leim/quail that start with a capital.  Can somebody
    > confirm this is a bug?

    No.  Those files are generated from data files under
    leim/*-DIC at building time.

Would you please add a comment in the relevant place explaining
why these files are omitted?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: make-dist doesn't distribute some quail files.
  2005-04-14 19:03   ` Richard Stallman
@ 2005-04-15  8:51     ` Lute Kamstra
  0 siblings, 0 replies; 7+ messages in thread
From: Lute Kamstra @ 2005-04-15  8:51 UTC (permalink / raw)
  Cc: emacs-devel, Kenichi Handa

Richard Stallman <rms@gnu.org> writes:

>     > I'm reading make-dist.  Currently, it doesn't distribute (compiled)
>     > Lisp files in leim/quail that start with a capital.  Can somebody
>     > confirm this is a bug?
>
>     No.  Those files are generated from data files under
>     leim/*-DIC at building time.
>
> Would you please add a comment in the relevant place explaining
> why these files are omitted?

I already added this comment in make-dist:

  ...
  ## Lisp files that start with a capital are generated from TIT
  ## dictionaries so we don't distribute them.
  ln quail/[a-z]*.el quail/[a-z]*.elc ../${tempdir}/leim/quail
  ...

Feel free to change it if you think it's not adequate.

Lute.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-04-15  8:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-13 14:04 make-dist doesn't distribute some quail files Lute Kamstra
2005-04-13 17:16 ` Eli Zaretskii
2005-04-13 17:47   ` Lute Kamstra
2005-04-14  3:42     ` Eli Zaretskii
2005-04-14  0:24 ` Kenichi Handa
2005-04-14 19:03   ` Richard Stallman
2005-04-15  8:51     ` Lute Kamstra

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).