From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: Re: usability problem of emacs describe-mode Date: Wed, 25 Feb 2009 13:11:01 +0100 Organization: Sebastien Vauban Message-ID: <87prh6pvhm.fsf@mundaneum.com> References: <76fcf833-ad89-44f2-b227-e18295317ca2@p13g2000yqc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1235565679 972 80.91.229.12 (25 Feb 2009 12:41:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Feb 2009 12:41:19 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Wed Feb 25 13:42:35 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 1LcJ5u-0001Ue-P1 for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Feb 2009 13:42:35 +0100 Original-Received: from localhost ([127.0.0.1]:41277 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcJ4Z-0000qm-Vm for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Feb 2009 07:41:12 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!news.motzarella.org!motzarella.org!news.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Followup-To: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.eternal-september.org U2FsdGVkX1+TZEfQaAAOjHkVe7zEFZx4tMx9YOrQCXVSO90BsopNznEUjmhicabUhGyZQvewiYYwdtxHaqU5ZETmBFfs1L8wYoEjq/RQM91y+x1HH+/m6L5QWEK8hKzXFn9PXv7WvaU= Original-X-Complaints-To: Please send complaints to abuse-xVLBGngCCsvFKiuWU8UaTg@public.gmane.org with full headers Original-NNTP-Posting-Date: Wed, 25 Feb 2009 12:11:18 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1+Tpcj+wRWjp6mfOm9yEkUbuHm6xwB33tY= X-Archive: encrypt X-Www-site: Under construction... Cancel-Lock: sha1:T+YxpIQvKJzhBoU517v3CX7cxZY= sha1:0XTklJrYKMNZ3JUiEvBUc+l+pmM= User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:167059 comp.emacs:97859 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:62363 Archived-At: "cmr.Pent-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" wrote: > On 24 =D1=84=D0=B5=D0=B2, 00:35, Xah Lee wrote: >> * Get rid of convention of using ^L (ascii 12) for page break >> marker. > > 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. --8<---------------cut here---------------start------------->8--- ;; 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")) --8<---------------cut here---------------end--------------->8--- Seb --=20 S=C3=A9bastien=C2=A0Vauban