GNU bug report logs - #13211
24.2.90; Wishlist: configure option --without-compress-lisp

Previous Next

Package: emacs;

Reported by: michael_heerdegen <at> web.de

Date: Mon, 17 Dec 2012 18:20:01 UTC

Severity: wishlist

Tags: patch

Merged with 9789, 15297

Found in versions 24.2.90, 24.3.50

Fixed in version 24.4

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.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 13211 in the body.
You can then email your comments to 13211 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-gnu-emacs <at> gnu.org:
bug#13211; Package emacs. (Mon, 17 Dec 2012 18:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to michael_heerdegen <at> web.de:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 17 Dec 2012 18:20:02 GMT) Full text and rfc822 format available.

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

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.2.90; Wishlist: configure option --without-compress-lisp
Date: Mon, 17 Dec 2012 19:19:08 +0100
Hi,

Sometimes I want to perform a multifile string search in the elisp
sources (e.g. with Icicles, dired-do-moccur, or zgrep), say in the lisp/
directory.  I know about `find-function', finder.el, and such tools, but
sometimes, a simple file-based search is better suited.

But performing such a search is currently extremely slow, because I have
to decompress all the single elisp files.  OTOH, I don't care about some
MB more or less used disk space.

So, is it possible to provide a --without-compress-lisp configure flag?
I guess it is trivial to implement.


Thanks,

Michael.


In GNU Emacs 24.2.90.4 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10)
 of 2012-12-14 on drachen
Bzr revision: eliz <at> gnu.org-20121214090936-z65aito35lqgw5ji
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
System Description:	Debian GNU/Linux testing (wheezy)

Configured using:
 `configure '--prefix=/usr/local/built/''

Important settings:
  value of $LC_ALL: de_DE.utf8
  value of $LC_TIME: C
  value of $LANG: de_DE.utf8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13211; Package emacs. (Mon, 17 Dec 2012 18:44:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: michael_heerdegen <at> web.de
Cc: 13211 <at> debbugs.gnu.org
Subject: Re: bug#13211: 24.2.90;
	Wishlist: configure option --without-compress-lisp
Date: Mon, 17 Dec 2012 13:41:56 -0500
Duplicate of
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9789

Summary: make GZIP_PROG= install

> So, is it possible to provide a --without-compress-lisp configure flag?





Forcibly Merged 9789 13211. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 17 Dec 2012 18:45:01 GMT) Full text and rfc822 format available.

Severity set to 'wishlist' from 'normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 17 Dec 2012 18:45:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13211; Package emacs. (Mon, 17 Dec 2012 19:03:02 GMT) Full text and rfc822 format available.

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

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 13211 <at> debbugs.gnu.org
Subject: Re: bug#13211: 24.2.90;
	Wishlist: configure option --without-compress-lisp
Date: Mon, 17 Dec 2012 20:02:31 +0100
Glenn Morris <rgm <at> gnu.org> writes:

> Duplicate of
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9789

I'm sorry about that, I should have searched for other reports first.  I
just forgot it.

> Summary: make GZIP_PROG= install
>
> > So, is it possible to provide a --without-compress-lisp configure flag?

But note that my problem is not about installation, but about using the
final program.  So, introducing a configure option seems appropriate to
me.

OTOH maybe there are not many people that would use this new option.

Is this GZIP_PROG= install setting documented somewhere?  I'm not that
familiar with make.  If it is findable if you know what you are
searching, then I'm ok with leaving everything as is.


Thanks,

Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13211; Package emacs. (Mon, 17 Dec 2012 19:08:02 GMT) Full text and rfc822 format available.

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

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Glenn Morris'" <rgm <at> gnu.org>, <michael_heerdegen <at> web.de>
Cc: 13211 <at> debbugs.gnu.org
Subject: RE: bug#13211: 24.2.90;
	Wishlist: configure option --without-compress-lisp
Date: Mon, 17 Dec 2012 11:06:31 -0800
> Duplicate of
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9789

Interesting that there were two completely different motivations for the
suggestion: (1) reduce build time, (2) have uncompressed files available at
runtime.

> Summary: make GZIP_PROG= install

Yes, well, Jan's reply to that still seems pertinent:

 But on the other hand you have to specify the configure option
 once, but the GZIP_PROG= many times.  Maybe this is only a problem
 for developers.

There was no reply to his point.  The bug remained closed.

The only argument against adding the requested config switch was that the
GZIP_PROG works and it is generally good not to add more config options (!).

Taking Jan's point into consideration, just why is it important in this case not
to add another config option?





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13211; Package emacs. (Mon, 17 Dec 2012 20:12:01 GMT) Full text and rfc822 format available.

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

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: Glenn Morris <rgm <at> gnu.org>, 13211 <at> debbugs.gnu.org
Subject: Re: bug#13211: 24.2.90;
	Wishlist: configure option --without-compress-lisp
Date: Mon, 17 Dec 2012 15:10:20 -0500
> But note that my problem is not about installation, but about using the
> final program.

I'm not sure I understand the distinction.

Me?  I never "make install" and always run in-place, so there's no
compression involved.


        Stefan




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13211; Package emacs. (Mon, 17 Dec 2012 21:56:02 GMT) Full text and rfc822 format available.

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

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: Michael Heerdegen <michael_heerdegen <at> web.de>, 13211 <at> debbugs.gnu.org
Subject: Re: bug#13211: 24.2.90;
	Wishlist: configure option --without-compress-lisp
Date: Mon, 17 Dec 2012 22:54:13 +0100
Hello.

17 dec 2012 kl. 21:10 skrev Stefan Monnier <monnier <at> iro.umontreal.ca>:

>> But note that my problem is not about installation, but about using the
>> final program.
> 
> I'm not sure I understand the distinction.
> 
> Me?  I never "make install" and always run in-place, so there's no
> compression involved.

For NS you have to do make install to run the program, there is no other in-place option.

	Jan D.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13211; Package emacs. (Mon, 17 Dec 2012 22:46:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: Michael Heerdegen <michael_heerdegen <at> web.de>, 13211 <at> debbugs.gnu.org,
	Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#13211: 24.2.90;
	Wishlist: configure option --without-compress-lisp
Date: Mon, 17 Dec 2012 17:44:13 -0500
Jan Djärv wrote:

> For NS you have to do make install to run the program, there is no
> other in-place option.

configure --disable-ns-self-contained _should_ work uninstalled.
I would not be at all surprised to hear that it doesn't work, but that
would be a separate bug report...




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

bug unarchived. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 08 Sep 2013 23:54:02 GMT) Full text and rfc822 format available.

Forcibly Merged 9789 13211 15297. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 08 Sep 2013 23:54:02 GMT) Full text and rfc822 format available.

bug Marked as fixed in versions 24.4. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 09 Sep 2013 00:00:02 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. (Mon, 07 Oct 2013 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 316 days ago.

Previous Next


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