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 16:53:50 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

"Emabela" <emabela@vipmail.hu> writes:

> I would like to see where the end of line characters are. That is,
> at the end of lines a pilcrow sign (\P in TeX) would be nice.

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

-- 
Johan Bockgård


reply via email to

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