From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: What is normal these days (display.texi)? Date: Fri, 07 Jul 2006 17:49:44 +0200 Message-ID: <85lkr5qusn.fsf@lola.goethe.zz> References: <85zmflu62p.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1152287484 22293 80.91.229.2 (7 Jul 2006 15:51:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jul 2006 15:51:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 07 17:51:01 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 1FysbN-0001Js-5k for ged-emacs-devel@m.gmane.org; Fri, 07 Jul 2006 17:50:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FysbM-0001zJ-Lo for ged-emacs-devel@m.gmane.org; Fri, 07 Jul 2006 11:50:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fysb9-0001yj-DT for emacs-devel@gnu.org; Fri, 07 Jul 2006 11:50:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fysb8-0001yQ-ND for emacs-devel@gnu.org; Fri, 07 Jul 2006 11:50:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fysb8-0001yN-IV for emacs-devel@gnu.org; Fri, 07 Jul 2006 11:50:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FysbZ-0004oF-Uf for emacs-devel@gnu.org; Fri, 07 Jul 2006 11:50:58 -0400 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1Fysb6-0002dV-C2; Fri, 07 Jul 2006 11:50:29 -0400 Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 66BDD1C3663F; Fri, 7 Jul 2006 17:49:45 +0200 (CEST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Fri, 07 Jul 2006 17:13:39 +0200") 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:56729 --=-=-= storm@cua.dk (Kim F. Storm) writes: > David Kastrup writes: > >> ! text line are called @dfn{continuation} lines. >> ! >> ! On a text terminal, a @samp{$} in > > Looks good. > > Could you show us the other changes you have to display.texi? I've not gotten far as to yet. Here is what I have so far: --=-=-= Content-Type: text/x-patch Content-Disposition: inline Index: display.texi =================================================================== RCS file: /sources/emacs/emacs/lispref/display.texi,v retrieving revision 1.223 diff -u -r1.223 display.texi *** display.texi 13 Jun 2006 22:18:06 -0000 1.223 --- display.texi 7 Jul 2006 15:49:43 -0000 *************** *** 55,62 **** This function clears and redisplays all visible frames. @end deffn ! This function calls for redisplay of certain windows, the next time ! redisplay is done, but does not clear them first. @defun force-window-update &optional object This function forces redisplay of some or all windows. If --- 55,62 ---- This function clears and redisplays all visible frames. @end deffn ! The following function redisplays certain windows without clearing ! them first: @defun force-window-update &optional object This function forces redisplay of some or all windows. If *************** *** 66,75 **** omitted), it forces redisplay of all windows. @end defun ! Processing user input takes absolute priority over redisplay. If you ! call these functions when input is available, they do nothing ! immediately, but a full redisplay does happen eventually---after all the ! input has been processed. Normally, suspending and resuming Emacs also refreshes the screen. Some terminal emulators record separate contents for display-oriented --- 66,76 ---- omitted), it forces redisplay of all windows. @end defun ! For all of those functions, processing user input takes absolute ! priority over redisplay. If you call these functions when input is ! available or being processed, they do nothing immediately, but a full ! redisplay does happen eventually---after all the input has been ! processed. Normally, suspending and resuming Emacs also refreshes the screen. Some terminal emulators record separate contents for display-oriented *************** *** 111,117 **** @tindex redisplay-dont-pause @defvar redisplay-dont-pause If this variable is non-@code{nil}, pending input does not ! prevent or halt redisplay; redisplay occurs, and finishes, regardless of whether input is available. @end defvar --- 112,118 ---- @tindex redisplay-dont-pause @defvar redisplay-dont-pause If this variable is non-@code{nil}, pending input does not ! prevent or halt redisplay; redisplay occurs and finishes regardless of whether input is available. @end defvar *************** *** 130,136 **** When a line of text extends beyond the right edge of a window, the line can either be continued on the next screen line, or truncated to one screen line. The additional screen lines used to display a long ! text line are called @dfn{continuation} lines. Normally, a @samp{$} in the rightmost column of the window indicates truncation; a @samp{\} on the rightmost column indicates a line that ``wraps'' onto the next line, which is also called @dfn{continuing} the line. (The display table can --- 131,139 ---- When a line of text extends beyond the right edge of a window, the line can either be continued on the next screen line, or truncated to one screen line. The additional screen lines used to display a long ! text line are called @dfn{continuation} lines. ! ! On a text terminal, a @samp{$} in the rightmost column of the window indicates truncation; a @samp{\} on the rightmost column indicates a line that ``wraps'' onto the next line, which is also called @dfn{continuing} the line. (The display table can *************** *** 142,148 **** Note that continuation is different from filling; continuation happens on the screen only, not in the buffer contents, and it breaks a line ! precisely at the right margin, not at a word boundary. @xref{Filling}. @defopt truncate-lines This buffer-local variable controls how Emacs displays lines that extend --- 145,152 ---- Note that continuation is different from filling; continuation happens on the screen only, not in the buffer contents, and it breaks a line ! precisely at the right margin, not at a word boundary. @xref{Filling}, ! @ref{Longlines,, Long Lines Mode, emacs, The GNU Emacs Manual}. @defopt truncate-lines This buffer-local variable controls how Emacs displays lines that extend --=-=-= -- David Kastrup, Kriemhildstr. 15, 44793 Bochum --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--