emacs-devel
[Top][All Lists]
Advanced

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

Re: What is normal these days (display.texi)?


From: David Kastrup
Subject: Re: What is normal these days (display.texi)?
Date: Fri, 07 Jul 2006 17:49:44 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

address@hidden (Kim F. Storm) writes:

> David Kastrup <address@hidden> 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:

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 address@hidden, 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 address@hidden, 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

reply via email to

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