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

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

Re: usability problem of emacs describe-mode


From: Tassilo Horn
Subject: Re: usability problem of emacs describe-mode
Date: Wed, 25 Feb 2009 13:58:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

Sébastien Vauban <zthjwsqqafhv@spammotel.com> writes:

>> Is there a way to draw a sort of horizontal line for the ASCII 12
>> symbol instead of printing "^L"? I'm talking about X version.
>
> ;; display page delimiter `^L' as a horizontal line
> (or standard-display-table (setq standard-display-table (make-display-table)))
> (aset standard-display-table ?\f (vconcat "\n" (make-vector 78 ?-) "^L\n"))

Hey, very nice!

Thanks a lot,
Tassilo
-- 
If Richard  Stallman has 1GB  of RAM, and  you have 1GB of  RAM, Richard
Stallman has more RAM than you.


reply via email to

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