* bug#19735: 25.0.50; regression: contrary to documentation etags does not work with compressed files any more; did work in emacs 24.4
@ 2015-01-30 17:51 Gregor Zattler
2015-02-19 16:17 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Gregor Zattler @ 2015-01-30 17:51 UTC (permalink / raw)
To: 19735
Dear emacs developers,
etags from emacs24 in debian jessie:
GNU Emacs 24.4.1 (i586-pc-linux-gnu, X toolkit, Xaw3d scroll
bars) of 2014-12-19 on brahms, modified by Debian
is able to work with e.g.
/usr/share/emacs/24.4/lisp/dired-aux.el.gz
while ~/src/emacs/lib-src/etags build from recent source is not:
$ ~/src/emacs/lib-src/etags /usr/share/emacs/24.4/lisp/dired-aux.el.gz
/usr/share/emacs/24.4/lisp/dired-aux.el.gz: Invalid argument
I did a git bisect on the emacs repository, this is the result:
first bad commit: [ba1ed52f0c2c7fd15fe1feadabfd0af88e19b4c3] Use binary-io module, O_BINARY, and „b“ flag.
There is already bug #2807: „etags can't access .el.gz files“
from 2009 which was confirmed and discussed but seemingly not
resolved in 2011. bug #2807 describes that etags worked on the
compressed files but later it was not possible to use the TAGS
file. The bug I file is about building the TAGS file.
Thanks for your attention, Gregor
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#19735: 25.0.50; regression: contrary to documentation etags does not work with compressed files any more; did work in emacs 24.4
2015-01-30 17:51 bug#19735: 25.0.50; regression: contrary to documentation etags does not work with compressed files any more; did work in emacs 24.4 Gregor Zattler
@ 2015-02-19 16:17 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2015-02-19 16:17 UTC (permalink / raw)
To: Gregor Zattler; +Cc: 19735-done
> From: Gregor Zattler <grfz@gmx.de>
> Date: Fri, 30 Jan 2015 18:51:25 +0100
>
> etags from emacs24 in debian jessie:
> GNU Emacs 24.4.1 (i586-pc-linux-gnu, X toolkit, Xaw3d scroll
> bars) of 2014-12-19 on brahms, modified by Debian
>
> is able to work with e.g.
> /usr/share/emacs/24.4/lisp/dired-aux.el.gz
>
> while ~/src/emacs/lib-src/etags build from recent source is not:
>
> $ ~/src/emacs/lib-src/etags /usr/share/emacs/24.4/lisp/dired-aux.el.gz
> /usr/share/emacs/24.4/lisp/dired-aux.el.gz: Invalid argument
>
> I did a git bisect on the emacs repository, this is the result:
>
> first bad commit: [ba1ed52f0c2c7fd15fe1feadabfd0af88e19b4c3] Use binary-io module, O_BINARY, and „b“ flag.
Amazingly enough, the "b" flag in 'popen' is not supported on
GNU/Linux, at least some of its versions.
Fixed in commit d10c3ed.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-19 16:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 17:51 bug#19735: 25.0.50; regression: contrary to documentation etags does not work with compressed files any more; did work in emacs 24.4 Gregor Zattler
2015-02-19 16:17 ` Eli Zaretskii
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).