GNU bug report logs -
#24741
25.1.50; Buffer encoding corrupted up by 'make' in shell-mode
Previous Next
Reported by: John Wiegley <jwiegley <at> gmail.com>
Date: Wed, 19 Oct 2016 17:37:02 UTC
Severity: normal
Tags: moreinfo
Found in version 25.1.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 24741 <at> debbugs.gnu.org (full text, mbox):
Thanks everyone. It's a bizarre bug! But it's one that does make my life a lot worse, because my compiler's error messages are littered with quotes, each of which turns into 12 characters of encoding, as you can see.
If you want me to try emacs -Q, just let me know how to do that and what info to collect. I've never done that before.
Customisations. In my .emacs I have the following, which John Wiegley gave to me in the first place
(setq-default locale-coding-system 'utf-8-unix)
(setq-default buffer-file-coding-system 'utf-8-unix)
(set-default-coding-systems 'utf-8-unix)
(set-terminal-coding-system 'utf-8-unix)
(set-keyboard-coding-system 'utf-8-unix)
(set-selection-coding-system 'utf-8-unix)
(prefer-coding-system 'utf-8-unix)
(defun utf8-shell ()
(interactive)
(set-default-coding-systems 'utf-8-unix)
(shell))
(setq w32-get-true-file-attributes nil)
Simon
| -----Original Message-----
| From: Eli Zaretskii [mailto:eliz <at> gnu.org]
| Sent: 21 October 2016 07:43
| To: John Wiegley <jwiegley <at> gmail.com>
| Cc: Simon Peyton Jones <simonpj <at> microsoft.com>; 24741 <at> debbugs.gnu.org
| Subject: Re: bug#24741: 25.1.50; Buffer encoding corrupted up by
| 'make' in shell-mode
|
| > From: John Wiegley <jwiegley <at> gmail.com>
| > Cc: Simon Peyton Jones <simonpj <at> microsoft.com>,
| 24741 <at> debbugs.gnu.org
| > Date: Thu, 20 Oct 2016 12:19:30 -0700
| >
| > Eli makes an excellent point: We should try starting Emacs with the
| -Q
| > flag next, and attempt a reproduction following the same steps.
|
| Actually, posting here the relevant parts of Simon's customizations
| (the ones that are related to coding-systems and to running shells)
| might also help identify the probable causes.
This bug report was last modified 8 years and 250 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.