From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: usability problem of emacs describe-mode Date: Wed, 25 Feb 2009 13:58:03 +0100 Organization: University Koblenz-Landau Campus Koblenz Message-ID: <87vdqyr7vo.fsf@thinkpad.tsdh.de> References: <76fcf833-ad89-44f2-b227-e18295317ca2@p13g2000yqc.googlegroups.com> <87prh6pvhm.fsf@mundaneum.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1235569448 15153 80.91.229.12 (25 Feb 2009 13:44:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Feb 2009 13:44:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 25 14:45:24 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LcK4d-0008OU-2w for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Feb 2009 14:45:19 +0100 Original-Received: from localhost ([127.0.0.1]:54841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcK3I-0005WG-1j for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Feb 2009 08:43:56 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news2.arglkargh.de!news.n-ix.net!news.belwue.de!news.uni-kl.de!cache.uni-koblenz.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: dhcp112.uni-koblenz.de Original-X-Trace: cache.uni-koblenz.de 1235566686 5376 141.26.71.112 (25 Feb 2009 12:58:06 GMT) Original-X-Complaints-To: news@cache.uni-koblenz.de Original-NNTP-Posting-Date: Wed, 25 Feb 2009 12:58:06 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) Cancel-Lock: sha1:SKX5n5uE1EZZs2Bp5l0b4HWRRO8= Original-Xref: news.stanford.edu gnu.emacs.help:167063 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62367 Archived-At: Sébastien Vauban 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.