GNU bug report logs - #23709
24.5; inhibit-eol-conversion breaks archive-7z-summarize

Previous Next

Package: emacs;

Reported by: <peromsik <at> ptc.com>

Date: Mon, 6 Jun 2016 21:54:02 UTC

Severity: normal

Found in version 24.5

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: peromsik <at> ptc.com
Cc: 23709 <at> debbugs.gnu.org
Subject: bug#23709: 24.5; inhibit-eol-conversion breaks archive-7z-summarize
Date: Tue, 04 Apr 2017 16:10:39 -0400
> M-x set-variable inhibit-eol-conversion t
>
> Then try to open a 7z file. The expected summary does not appear. In the
> *Messages* buffer (quoted below) you can see that the re-search-forward
> call in archive-7z-summarize is confused by the ^M in the output of the
> 7za command. Perhaps adding inhibit-eol-conversion nil to that function's
> let block would be in order?

Thanks for the report. I wonder if inhibit-eol-conversion should not
apply to processes, or should only apply to buffers visiting files, or
if there should be a process-specific version of i-e-c? Because as it
stands I think several places will break if ^M appears in process output
(eg vc-bzr). Binding inhibit-eol-conversion to nil around every single
process call doesn't sound sensible. But then term.el does the opposite,
binding it to t. Hmm. So maybe a process-specific version of
inhibit-eol-conversion, defaulting to nil?




This bug report was last modified 7 years and 128 days ago.

Previous Next


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