From: Francesco Potorti` <pot@gnu.org>
To: Luca Saiu <positron@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: etags: M-. looks for an uncompressed Emacs Lisp source file, but make install installs it gzipped
Date: Thu, 26 Apr 2007 13:55:40 +0200 [thread overview]
Message-ID: <E1Hh2ZY-0000iZ-38@tucano.isti.cnr.it> (raw)
In-Reply-To: <46308E42.8000806@gnu.org>
>I did it (so *disabling* auto-compression mode), and Emacs actually
>changed behavior
I did a simpler test case (a single gzipped source file). I observe the
same behaviour as yours plus this curious thing. To reproduce:
- cd in a dir where you have a C source file emacs.c
- etags emacs.c
- gzip emacs.c
Now:
- emacs -q
- M-. main RET
- RET --> file emacs.c not found
While:
- emacs -q
- M-x auto-compression-mode RET
- M-x auto-compression-mode RET
- M-. main RET
- RET --> tag is found
So, disabling and reenabling auto-compression-mode solves the problem if
done at the beginning, while mixing things as Luca did causes different
behaviour.
next prev parent reply other threads:[~2007-04-26 11:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-26 9:28 etags: M-. looks for an uncompressed Emacs Lisp source file, but make install installs it gzipped Luca Saiu
2007-04-26 10:38 ` Francesco Potorti`
2007-04-26 11:34 ` Luca Saiu
2007-04-26 11:55 ` Francesco Potorti` [this message]
2007-04-26 13:16 ` martin rudalics
2007-04-26 13:42 ` Francesco Potorti`
2007-04-26 14:14 ` Luca Saiu
2007-04-26 14:54 ` Luca Saiu
2007-04-26 17:19 ` Robert J. Chassell
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Hh2ZY-0000iZ-38@tucano.isti.cnr.it \
--to=pot@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=positron@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.