help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: getting rid of ^M displayed by emacs-w3m


From: Alexey Pustyntsev
Subject: Re: getting rid of ^M displayed by emacs-w3m
Date: Sun, 25 Mar 2007 05:27:27 +1100
User-agent: Gnus/5.11 Emacs/22.0.95.1

It turned out that ^M (or \015 in octal form) is what emacs displays
when it encounters the carriage return control character.

After some experimenting, I put the following code

(standard-display-ascii ?\015 "")

in my .emacs and it seems to have done the job.

However, I am still not very sure if this is the right way to deal
with the problem, as I feel that, normally, it should be solved by
default, not requiring user intervention, except in special cases,
of course.  

-- 
Rgds
Alexey

Today is Prickle-Prickle, the 11st day of Discord in the YOLD 3173




reply via email to

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