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

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

Re: end of line symbol


From: Johan Bockgård
Subject: Re: end of line symbol
Date: Sat, 03 Dec 2005 21:48:17 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

bojohan+news@dd.chalmers.se (Johan Bockgård) writes:

> (unless standard-display-table
>   (setq standard-display-table (make-display-table)))
> (aset standard-display-table ?\n [?\x8b6 ?\n])

This will take effect in all buffers. If you find it too annoying (I
certainly would!), you can turn it on locally in a buffer by using
`buffer-display-table' instead (e.g in a mode hook).

-- 
Johan Bockgård


reply via email to

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