From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Saiu Newsgroups: gmane.emacs.devel Subject: Re: etags: M-. looks for an uncompressed Emacs Lisp source file, but make install installs it gzipped Date: Thu, 26 Apr 2007 16:14:48 +0200 Message-ID: <4630B3D8.7050308@gnu.org> References: <463070AA.5020107@gnu.org> <46308E42.8000806@gnu.org> <4630A610.2050204@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177596905 1281 80.91.229.12 (26 Apr 2007 14:15:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2007 14:15:05 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: Francesco Potorti` Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 26 16:14:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hh4kL-0007d8-AU for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2007 16:14:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hh4q5-0006Pu-2x for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2007 10:20:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hh4q2-0006Pp-BW for emacs-devel@gnu.org; Thu, 26 Apr 2007 10:20:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hh4q0-0006Pd-LY for emacs-devel@gnu.org; Thu, 26 Apr 2007 10:20:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hh4q0-0006Pa-G1 for emacs-devel@gnu.org; Thu, 26 Apr 2007 10:20:48 -0400 Original-Received: from lipn.univ-paris13.fr ([194.254.163.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hh4kF-000361-1b; Thu, 26 Apr 2007 10:14:51 -0400 Original-Received: from [10.10.0.181] (babaorum [10.10.0.181]) by lipn.univ-paris13.fr (Postfix) with ESMTP id CE27559801B; Thu, 26 Apr 2007 16:14:48 +0200 (CEST) User-Agent: Icedove 1.5.0.9 (X11/20061220) In-Reply-To: X-Enigmail-Version: 0.94.2.0 OpenPGP: id=26C5D286; url=http://www-lipn.lipn.univ-paris13.fr/~saiu/lucasaiu.asc X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:70184 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm definitely not into this stuff, but I think I've found the problem. Look at tag-find-file-of-tag-noselect in etags.el: Files with one of the extensions in tags-compression-info-list are only looked at if (featurep 'jka-compr) is true, and it stays true even if not currently in auto-compression-mode: doing M-x auto-compression-mode at least once causes it to become true, and to stay that way. (featurep 'jka-compr) is nil at the beginning (see the beginning of jka-cmpr-hook.el), but it becomes t when loading jka-compr.el the first time. Right? - -- Luca Saiu Author of GNU epsilon: http://www.gnu.org/software/epsilon http://www-lipn.lipn.univ-paris13.fr/~saiu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGMLPYvzOavibF0oYRAnqYAJ0UK793D/N7fJgOCnN5PEUzdN5zTACggmOS LwXaAP5pRKsw1v+SUd6u1cU= =Clmw -----END PGP SIGNATURE-----