From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: What is normal these days (display.texi)? Date: Fri, 07 Jul 2006 11:10:00 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152263557 30826 80.91.229.2 (7 Jul 2006 09:12:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jul 2006 09:12:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 07 11:12:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FymNi-0008J1-MQ for ged-emacs-devel@m.gmane.org; Fri, 07 Jul 2006 11:12:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FymNi-0001qI-1T for ged-emacs-devel@m.gmane.org; Fri, 07 Jul 2006 05:12:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FymNX-0001q3-5L for emacs-devel@gnu.org; Fri, 07 Jul 2006 05:12:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FymNW-0001pe-2a for emacs-devel@gnu.org; Fri, 07 Jul 2006 05:12:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FymNV-0001pa-Ul for emacs-devel@gnu.org; Fri, 07 Jul 2006 05:12:01 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FymNt-0002IF-Hi for emacs-devel@gnu.org; Fri, 07 Jul 2006 05:12:25 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id 6D73CA5005F for ; Fri, 7 Jul 2006 11:11:51 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:56706 Archived-At: In display.texi (formatted version) we have this: | Normally, a `$' in the | rightmost column of the window indicates truncation; a `\' on the | rightmost column indicates a line that "wraps" onto the next line, | which is also called "continuing" the line. (The display table can | specify alternative indicators; see *Note Display Tables.) | | On a graphical display, the `$' and `\' indicators are replaced with | arrow images displayed in the window fringes (*note Fringes). "Normally" ? I suggest changing it to: | Normally, tiny arrow images | are displayed in the window fringes to indicate truncated and continued | lines (*note Fringes). | | On a text terminal, a `$' in the rightmost column of the window | indicates truncation; a `\' on the rightmost column indicates a | continued line that "wraps" onto the next line. (The display table can | specify alternative indicators; see *Note Display Tables.) -- Kim F. Storm http://www.cua.dk