emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: *shell* buffer in GNU Emacs 23.0.0 has faulty terminal control


From: Peter Dyballa
Subject: Re: *shell* buffer in GNU Emacs 23.0.0 has faulty terminal control
Date: Thu, 28 Sep 2006 13:38:32 +0200


Am 28.09.2006 um 13:18 schrieb Miles Bader:

Is the shell buffer in "mac line-ending mode"?  I guess that might
confuse things a lot (RET characters are being used for the ascii
graphics, but RET is newline in mac mode...).

No, it's obviously UNIX line ending mode. Kenichi Handa already asked for coding system:

        Coding system for terminal output:
          U -- utf-8-unix (alias: mule-utf-8-unix)
        
        
        Coding systems for process I/O:
encoding input to the process: U -- utf-8-unix (alias: mule-utf-8- unix)
        
decoding output from the process: U -- utf-8-unix (alias: mule- utf-8-unix)
        
        Defaults for subprocess I/O:
          decoding: U -- utf-8-unix (alias: mule-utf-8-unix)
        
          encoding: U -- utf-8-unix (alias: mule-utf-8-unix)

In GNU Emacs 22.0.50 these defaults are not -unix – this might be the difference. Is there a simple command to make all utf-8? I tried to create a little init ELisp file with (prefer-coding-system 'utf-8), but the new instance of 'emacs-23.0.0 -Q -l ELisp.file' again has - unix set ...

--
Greetings

  Pete

If you're not confused, you're not paying attention.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]