unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp
@ 2012-12-17 18:19 Michael Heerdegen
  2012-12-17 18:41 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Heerdegen @ 2012-12-17 18:19 UTC (permalink / raw)
  To: 13211

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@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






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

* bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp
  2012-12-17 18:19 bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp Michael Heerdegen
@ 2012-12-17 18:41 ` Glenn Morris
  2012-12-17 19:02   ` Michael Heerdegen
  2012-12-17 19:06   ` Drew Adams
  0 siblings, 2 replies; 7+ messages in thread
From: Glenn Morris @ 2012-12-17 18:41 UTC (permalink / raw)
  To: michael_heerdegen; +Cc: 13211


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?






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

* bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp
  2012-12-17 18:41 ` Glenn Morris
@ 2012-12-17 19:02   ` Michael Heerdegen
  2012-12-17 20:10     ` Stefan Monnier
  2012-12-17 19:06   ` Drew Adams
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Heerdegen @ 2012-12-17 19:02 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13211

Glenn Morris <rgm@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.





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

* bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp
  2012-12-17 18:41 ` Glenn Morris
  2012-12-17 19:02   ` Michael Heerdegen
@ 2012-12-17 19:06   ` Drew Adams
  1 sibling, 0 replies; 7+ messages in thread
From: Drew Adams @ 2012-12-17 19:06 UTC (permalink / raw)
  To: 'Glenn Morris', michael_heerdegen; +Cc: 13211

> 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?






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

* bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp
  2012-12-17 19:02   ` Michael Heerdegen
@ 2012-12-17 20:10     ` Stefan Monnier
  2012-12-17 21:54       ` Jan Djärv
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2012-12-17 20:10 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: 13211

> 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





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

* bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp
  2012-12-17 20:10     ` Stefan Monnier
@ 2012-12-17 21:54       ` Jan Djärv
  2012-12-17 22:44         ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Djärv @ 2012-12-17 21:54 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Michael Heerdegen, 13211

Hello.

17 dec 2012 kl. 21:10 skrev Stefan Monnier <monnier@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.






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

* bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp
  2012-12-17 21:54       ` Jan Djärv
@ 2012-12-17 22:44         ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2012-12-17 22:44 UTC (permalink / raw)
  To: Jan Djärv; +Cc: Michael Heerdegen, 13211

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





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

end of thread, other threads:[~2012-12-17 22:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17 18:19 bug#13211: 24.2.90; Wishlist: configure option --without-compress-lisp Michael Heerdegen
2012-12-17 18:41 ` Glenn Morris
2012-12-17 19:02   ` Michael Heerdegen
2012-12-17 20:10     ` Stefan Monnier
2012-12-17 21:54       ` Jan Djärv
2012-12-17 22:44         ` Glenn Morris
2012-12-17 19:06   ` Drew Adams

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