GNU bug report logs - #4789
leim-list.el needs to be included in the dumped images

Previous Next

Package: emacs;

Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>

Date: Fri, 23 Oct 2009 05:35:05 UTC

Severity: wishlist

Tags: notabug

Merged with 910, 4881

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 4789 in the body.
You can then email your comments to 4789 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4789; Package emacs. (Fri, 23 Oct 2009 05:35:06 GMT) Full text and rfc822 format available.

Message #3 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: bug-gnu-emacs <bug-gnu-emacs <at> gnu.org>
Subject: leim-list.el needs to be included in the dumped images
Date: Thu, 22 Oct 2009 22:26:20 -0700 (PDT)
leim-list.el is loaded at run time even in batch mode, it's a waste to
run that code all the time, it should be included in the dumped image.

Also see:
http://permalink.gmane.org/gmane.emacs.devel/116284

To not waste space, register-input-method needs to be changed to
purecopy all it's string arguments.




Merged 4789 4881. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 27 Jan 2010 23:16:02 GMT) Full text and rfc822 format available.

Severity set to 'minor' from 'normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 27 Jan 2010 23:16:02 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Wed, 13 Jul 2011 14:26:02 GMT) Full text and rfc822 format available.

Message #10 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 4789 <at> debbugs.gnu.org
Subject: Re: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Wed, 13 Jul 2011 16:25:14 +0200
Dan Nicolaescu <dann <at> ics.uci.edu> writes:

> emacs/leim/leim-list.el is big and it gets loaded every time emacs is
> started, even in batch mode.  It would be more efficient to put it in
> the dumped image, it will be stored in read-only memory that way.

If I do

strace emacs -Q 2>&1 | grep leim

I get nothing.  It doesn't seem to load that file in Emacs 24, so I'm
closing this bug.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Added tag(s) unreproducible. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 13 Jul 2011 14:26:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 4789 <at> debbugs.gnu.org and Dan Nicolaescu <dann <at> ics.uci.edu> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 13 Jul 2011 14:26:03 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Wed, 13 Jul 2011 17:01:02 GMT) Full text and rfc822 format available.

Message #17 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: Dan Nicolaescu <dann <at> ics.uci.edu>, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Wed, 13 Jul 2011 13:00:30 -0400
Lars Magne Ingebrigtsen wrote:

> strace emacs -Q 2>&1 | grep leim
>
> I get nothing.

I get loads of matches, and I don't think anything has changed in this
area, so I'll reopen this.




Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Jul 2011 17:04:01 GMT) Full text and rfc822 format available.

Removed tag(s) unreproducible. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 13 Jul 2011 17:04:01 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Sat, 16 Jul 2011 19:51:02 GMT) Full text and rfc822 format available.

Message #24 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Dan Nicolaescu <dann <at> ics.uci.edu>, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Sat, 16 Jul 2011 21:50:32 +0200
Glenn Morris <rgm <at> gnu.org> writes:

> Lars Magne Ingebrigtsen wrote:
>
>> strace emacs -Q 2>&1 | grep leim
>>
>> I get nothing.
>
> I get loads of matches, and I don't think anything has changed in this
> area, so I'll reopen this.

Do you know why your Emacs loads leim?  Is there a build option or
something?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Sat, 16 Jul 2011 23:39:02 GMT) Full text and rfc822 format available.

Message #27 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: Dan Nicolaescu <dann <at> ics.uci.edu>, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Sat, 16 Jul 2011 19:37:54 -0400
Lars Magne Ingebrigtsen wrote:

> Do you know why your Emacs loads leim?  Is there a build option or
> something?

Nope. Do you know why yours doesn't? :)
It's part of normal-top-level in startup.el.
(It's not the kind of thing that should be changed for Emacs 24.1 at
this stage.)

http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html

points out that there still has to be _some_ search at startup, for
people with their own input methods, and suggests just not searching
certain "obviously wrong" load-path dirs (lisp/progmodes, etc). That
does not preclude dumping the standard leim/leim-list.el though.

Oh, I thought this seemed familiar:

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=910




Forcibly Merged 910 4789 4881. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 16 Jul 2011 23:39:02 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Sun, 17 Jul 2011 01:00:03 GMT) Full text and rfc822 format available.

Message #32 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Dan Nicolaescu <dann <at> ics.uci.edu>, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Sun, 17 Jul 2011 02:59:38 +0200
Glenn Morris <rgm <at> gnu.org> writes:

> Nope. Do you know why yours doesn't? :)

I don't even know what leim is.  :-)

> It's part of normal-top-level in startup.el.
> (It's not the kind of thing that should be changed for Emacs 24.1 at
> this stage.)
>
> http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00502.html
>
> points out that there still has to be _some_ search at startup, for
> people with their own input methods, and suggests just not searching
> certain "obviously wrong" load-path dirs (lisp/progmodes, etc). That
> does not preclude dumping the standard leim/leim-list.el though.

Right.  Was there any consensus that dumping with leim-list would be a
good idea?  I read the thread, and I didn't really see any conclusions.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Sun, 17 Jul 2011 07:27:02 GMT) Full text and rfc822 format available.

Message #35 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: Glenn Morris <rgm <at> gnu.org>, Dan Nicolaescu <dann <at> ics.uci.edu>,
	4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Sun, 17 Jul 2011 09:26:43 +0200
Lars Magne Ingebrigtsen <larsi <at> gnus.org> writes:

> I don't even know what leim is.  :-)

leim/README

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Sun, 17 Jul 2011 23:11:01 GMT) Full text and rfc822 format available.

Message #38 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: Dan Nicolaescu <dann <at> ics.uci.edu>, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Sun, 17 Jul 2011 19:10:09 -0400
Lars Magne Ingebrigtsen wrote:

> Right.  Was there any consensus that dumping with leim-list would be a
> good idea?  I read the thread, and I didn't really see any conclusions.

Don't know. FWIW, I think leim/leim-list should be dumped (and therefore
would need to be built with bootstrap-emacs), and normal-top-level
should ignore those elements of load-path that are part of Emacs and so
won't contain a leim-list. I doubt it will have much of a measurable
effect though, so it's not a high priority to change it.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 18 Jul 2011 06:02:01 GMT) Full text and rfc822 format available.

Message #41 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Dan Nicolaescu <dann <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Lars Magne Ingebrigtsen <larsi <at> gnus.org>, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 18 Jul 2011 02:01:01 -0400
Glenn Morris <rgm <at> gnu.org> writes:

> Lars Magne Ingebrigtsen wrote:
>
>> Right.  Was there any consensus that dumping with leim-list would be a
>> good idea?  I read the thread, and I didn't really see any conclusions.
>
> Don't know. FWIW, I think leim/leim-list should be dumped (and therefore
> would need to be built with bootstrap-emacs), and normal-top-level

Or just check in the generated leim-list.el, it almost never changes.
We do something similar with ldefs-boot.el... 





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 09 Apr 2012 07:22:02 GMT) Full text and rfc822 format available.

Message #44 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 03:20:10 -0400
Glenn Morris wrote:

> FWIW, I think leim/leim-list should be dumped (and therefore would
> need to be built with bootstrap-emacs), and normal-top-level should
> ignore those elements of load-path that are part of Emacs and so won't
> contain a leim-list.

The normal-top-level part is now implemented in the trunk.

On GNU/Linux, leim-list.el is now generated with bootstrap-emacs
(see 2012-04-09 change to src/Makefile.in).

If Someone (TM) will kindly implement the same thing for MS Windows, we
will be able to load leim-list.el in loadup.el and close this
(triplicate) report.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 09 Apr 2012 07:53:01 GMT) Full text and rfc822 format available.

Message #47 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 10:49:31 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Date: Mon, 09 Apr 2012 03:20:10 -0400
> 
> On GNU/Linux, leim-list.el is now generated with bootstrap-emacs
> (see 2012-04-09 change to src/Makefile.in).

Is there any special reason to do that with bootstrap-emacs and not
with a "normal" emacs?  I'm asking because there's no bootstrap-emacs
on Windows.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 09 Apr 2012 08:01:02 GMT) Full text and rfc822 format available.

Message #50 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 03:59:42 -0400
Eli Zaretskii wrote:

> Is there any special reason to do that with bootstrap-emacs and not
> with a "normal" emacs? 

So that leim-list can be included in the dumped emacs executable.

> I'm asking because there's no bootstrap-emacs on Windows.

Oh. Then I guess I mean whatever executable is used to compile the lisp
files from loadup.el on MS Windows.

Basically, I want to load leim-list.el in loadup.el, so it needs to be
generated before loadup.el is read. Similar to loaddefs.el and
ldefs-boot.el, except with no leim-boot.el being needed (I guess; I see
I haven't thought this bit through!).




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 09 Apr 2012 08:35:01 GMT) Full text and rfc822 format available.

Message #53 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 11:31:14 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Cc: 4789 <at> debbugs.gnu.org
> Date: Mon, 09 Apr 2012 03:59:42 -0400
> 
> Eli Zaretskii wrote:
> 
> > Is there any special reason to do that with bootstrap-emacs and not
> > with a "normal" emacs? 
> 
> So that leim-list can be included in the dumped emacs executable.

But you need to do this again whenever Emacs is rebuilt, not just at
bootstrap time.  Right?  Are you relying on the fact that on Posix
hosts bootstrap-emacs and emacs are (currently) the same executable,
and that bootstrap-emacs is generated even when no bootstrap is
necessary, like when building a released tarball?

> > I'm asking because there's no bootstrap-emacs on Windows.
> 
> Oh. Then I guess I mean whatever executable is used to compile the lisp
> files from loadup.el on MS Windows.

So you just need _any_ emacs executable capable of code that generates
leim-list.el, is that right?

> Basically, I want to load leim-list.el in loadup.el, so it needs to be
> generated before loadup.el is read. Similar to loaddefs.el and
> ldefs-boot.el, except with no leim-boot.el being needed (I guess; I see
> I haven't thought this bit through!).

Well, the actual intent of my question was to see if we need to
discuss the design of this some more ;-)

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 09 Apr 2012 16:36:01 GMT) Full text and rfc822 format available.

Message #56 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 12:34:10 -0400
Eli Zaretskii wrote:

> But you need to do this again whenever Emacs is rebuilt, not just at
> bootstrap time.  Right?  Are you relying on the fact that on Posix
> hosts bootstrap-emacs and emacs are (currently) the same executable,
> and that bootstrap-emacs is generated even when no bootstrap is
> necessary, like when building a released tarball?

Indeed I need to think about this more... My initial thought is that it
should be treated like loaddefs.el (and finder-inf.el, cus-load.el,
etc). All these are pre-built in the release tarfile, so maybe
leim-list.el should be too. Now that I think about it, it's suprising
that it isn't already.

> So you just need _any_ emacs executable capable of code that generates
> leim-list.el, is that right?

Right. But when bootstrapping on MS Windows, there must still be two
versions of the emacs binary, right? One that is called early on and
loads uncompiled Lisp files (whether or not it is called
"bootstrap-emacs"), and is used to generate the compiled Lisp files that
are loaded by the final, "proper" Emacs? If so, I mean the first one.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 09 Apr 2012 17:13:02 GMT) Full text and rfc822 format available.

Message #59 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 20:09:51 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Cc: 4789 <at> debbugs.gnu.org
> Date: Mon, 09 Apr 2012 12:34:10 -0400
> 
> Eli Zaretskii wrote:
> 
> > But you need to do this again whenever Emacs is rebuilt, not just at
> > bootstrap time.  Right?  Are you relying on the fact that on Posix
> > hosts bootstrap-emacs and emacs are (currently) the same executable,
> > and that bootstrap-emacs is generated even when no bootstrap is
> > necessary, like when building a released tarball?
> 
> Indeed I need to think about this more... My initial thought is that it
> should be treated like loaddefs.el (and finder-inf.el, cus-load.el,
> etc). All these are pre-built in the release tarfile, so maybe
> leim-list.el should be too. Now that I think about it, it's suprising
> that it isn't already.

Well, that goes hand in hand with the fact that the *.el files under
leim/ are not byte-compiled in the tarball.  Basically, a remnant from
ye-old days when Leim was a separate package.  I think we should
compile all the *.el files under leim/ as well, but Stefan once told
me something that I interpreted to mean he would rather go in the
opposite direction -- let the build process compile all the *.el files
under lisp/ and ship them uncompiled in the tarball.  Maybe I
misunderstood.

> > So you just need _any_ emacs executable capable of code that generates
> > leim-list.el, is that right?
> 
> Right. But when bootstrapping on MS Windows, there must still be two
> versions of the emacs binary, right? One that is called early on and
> loads uncompiled Lisp files (whether or not it is called
> "bootstrap-emacs"), and is used to generate the compiled Lisp files that
> are loaded by the final, "proper" Emacs?

Yes.

> If so, I mean the first one.

Yes, that part is clear.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 09 Apr 2012 17:32:02 GMT) Full text and rfc822 format available.

Message #62 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 13:30:45 -0400
Eli Zaretskii wrote:

> Well, that goes hand in hand with the fact that the *.el files under
> leim/ are not byte-compiled in the tarball.  Basically, a remnant from
> ye-old days when Leim was a separate package.  I think we should
> compile all the *.el files under leim/ as well,

Me too. I'll look into this.

> but Stefan once told me something that I interpreted to mean he would
> rather go in the opposite direction -- let the build process compile
> all the *.el files under lisp/ and ship them uncompiled in the
> tarball. Maybe I misunderstood.

I think you are referring to http://debbugs.gnu.org/2151 .




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Mon, 09 Apr 2012 17:42:01 GMT) Full text and rfc822 format available.

Message #65 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 20:38:11 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Cc: 4789 <at> debbugs.gnu.org
> Date: Mon, 09 Apr 2012 13:30:45 -0400
> 
> > but Stefan once told me something that I interpreted to mean he would
> > rather go in the opposite direction -- let the build process compile
> > all the *.el files under lisp/ and ship them uncompiled in the
> > tarball. Maybe I misunderstood.
> 
> I think you are referring to http://debbugs.gnu.org/2151 .

Yes.  More specifically, this part of
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2151#35:

  OTOH, I feel like it's fundamentally wrong to provide pre-built
  files in our tarball.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Tue, 10 Apr 2012 01:55:02 GMT) Full text and rfc822 format available.

Message #68 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Glenn Morris <rgm <at> gnu.org>, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Mon, 09 Apr 2012 21:52:59 -0400
> compile all the *.el files under leim/ as well, but Stefan once told
> me something that I interpreted to mean he would rather go in the
> opposite direction -- let the build process compile all the *.el files
> under lisp/ and ship them uncompiled in the tarball.
> Maybe I misunderstood.

What I said/meant was that we should reduce the difference between
"build from tarball" and "build from Bzr checkout".  So, yes, I'd rather
we don't distribute the .elc files in the tarball.  But it's a low
priority goal.


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Tue, 10 Apr 2012 06:36:02 GMT) Full text and rfc822 format available.

Message #71 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: rgm <at> gnu.org, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Tue, 10 Apr 2012 09:32:32 +0300
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Cc: Glenn Morris <rgm <at> gnu.org>,  4789 <at> debbugs.gnu.org
> Date: Mon, 09 Apr 2012 21:52:59 -0400
> 
> > compile all the *.el files under leim/ as well, but Stefan once told
> > me something that I interpreted to mean he would rather go in the
> > opposite direction -- let the build process compile all the *.el files
> > under lisp/ and ship them uncompiled in the tarball.
> > Maybe I misunderstood.
> 
> What I said/meant was that we should reduce the difference between
> "build from tarball" and "build from Bzr checkout".  So, yes, I'd rather
> we don't distribute the .elc files in the tarball.  But it's a low
> priority goal.

Does it mean you will be against distributing Leim packages in
byte-compiled form?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#4789; Package emacs. (Tue, 10 Apr 2012 12:59:02 GMT) Full text and rfc822 format available.

Message #74 received at 4789 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: rgm <at> gnu.org, 4789 <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
	load emacs/leim/leim-list.el to loadup.el
Date: Tue, 10 Apr 2012 08:57:56 -0400
>> > compile all the *.el files under leim/ as well, but Stefan once told
>> > me something that I interpreted to mean he would rather go in the
>> > opposite direction -- let the build process compile all the *.el files
>> > under lisp/ and ship them uncompiled in the tarball.
>> > Maybe I misunderstood.
>> What I said/meant was that we should reduce the difference between
>> "build from tarball" and "build from Bzr checkout".  So, yes, I'd rather
>> we don't distribute the .elc files in the tarball.  But it's a low
>> priority goal.
> Does it mean you will be against distributing Leim packages in
> byte-compiled form?

I'm OK with it if it simplifies the code (by re-using the code used for
the `lisp' directory), but otherwise I'm generally not in favor, indeed.


        Stefan




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Tue, 26 Nov 2013 01:09:01 GMT) Full text and rfc822 format available.

Notification sent to Dan Nicolaescu <dann <at> ics.uci.edu>:
bug acknowledged by developer. (Tue, 26 Nov 2013 01:09:02 GMT) Full text and rfc822 format available.

Message #79 received at 4789-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 4789-done <at> debbugs.gnu.org
Subject: Re: bug#4789: use bootstrap-emacs to build emacs/leim directory,
 load emacs/leim/leim-list.el to loadup.el
Date: Mon, 25 Nov 2013 20:08:18 -0500
Version: 24.4

Done.




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Tue, 26 Nov 2013 01:09:02 GMT) Full text and rfc822 format available.

Notification sent to Dan Nicolaescu <dann <at> ics.uci.edu>:
bug acknowledged by developer. (Tue, 26 Nov 2013 01:09:02 GMT) Full text and rfc822 format available.

Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Tue, 26 Nov 2013 01:09:03 GMT) Full text and rfc822 format available.

Notification sent to Dan Nicolaescu <dann <at> ics.uci.edu>:
bug acknowledged by developer. (Tue, 26 Nov 2013 01:09:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 24 Dec 2013 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 137 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.