emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/buffers.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/buffers.texi [lexbind]
Date: Sat, 04 Sep 2004 05:41:51 -0400

Index: emacs/man/buffers.texi
diff -c emacs/man/buffers.texi:1.20.4.4 emacs/man/buffers.texi:1.20.4.5
*** emacs/man/buffers.texi:1.20.4.4     Fri Mar 19 23:29:24 2004
--- emacs/man/buffers.texi      Sat Sep  4 09:26:23 2004
***************
*** 1,5 ****
  @c This is part of the Emacs manual.
! @c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000, 2001
  @c   Free Software Foundation, Inc.
  @c See file emacs.texi for copying conditions.
  @node Buffers, Windows, Files, Top
--- 1,5 ----
  @c This is part of the Emacs manual.
! @c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000, 2001, 2004
  @c   Free Software Foundation, Inc.
  @c See file emacs.texi for copying conditions.
  @node Buffers, Windows, Files, Top
***************
*** 44,50 ****
    A buffer's size cannot be larger than some maximum, which is defined
  by the largest buffer position representable by the @dfn{Emacs integer}
  data type.  This is because Emacs tracks buffer positions using that
! data type.  For 32-bit machines, the largest buffer size is 128
  megabytes.
  
  @menu
--- 44,50 ----
    A buffer's size cannot be larger than some maximum, which is defined
  by the largest buffer position representable by the @dfn{Emacs integer}
  data type.  This is because Emacs tracks buffer positions using that
! data type.  For 32-bit machines, the largest buffer size is 256
  megabytes.
  
  @menu
***************
*** 395,403 ****
  @item 1
  Immediately select this line's buffer in a full-screen window.
  @item 2
! Immediately set up two windows, with this line's buffer in one, and the
! previously current buffer (aside from the buffer @samp{*Buffer List*})
! in the other.
  @item b
  Bury the buffer listed on this line.
  @item m
--- 395,403 ----
  @item 1
  Immediately select this line's buffer in a full-screen window.
  @item 2
! Immediately set up two windows, with this line's buffer selected in
! one, and the previously current buffer (aside from the buffer
! @samp{*Buffer List*}) displayed in the other.
  @item b
  Bury the buffer listed on this line.
  @item m
***************
*** 427,438 ****
  and select the buffer list manually, you can use all of the commands
  described here.
  
!   The buffer @samp{*Buffer List*} is not updated automatically when
  buffers are created and killed; its contents are just text.  If you have
  created, deleted or renamed buffers, the way to update @samp{*Buffer
  List*} to show what you have done is to type @kbd{g}
  (@code{revert-buffer}) or repeat the @code{buffer-menu} command.
  
    The command @code{buffer-menu-other-window} works the same as
  @code{buffer-menu}, except that it displays the buffers list in
  another window.
--- 427,445 ----
  and select the buffer list manually, you can use all of the commands
  described here.
  
!   Normally, the buffer @samp{*Buffer List*} is not updated automatically when
  buffers are created and killed; its contents are just text.  If you have
  created, deleted or renamed buffers, the way to update @samp{*Buffer
  List*} to show what you have done is to type @kbd{g}
  (@code{revert-buffer}) or repeat the @code{buffer-menu} command.
  
+   The @samp{*Buffer List*} buffer does automatically update every
+ @code{auto-revert-interval} seconds if you enable Auto Revert mode in
+ it.  (As long as it is not marked modified.)  Global Auto Revert mode
+ does not update the @samp{*Buffer List*} buffer by default, but it
+ does if @code{global-auto-revert-non-file-buffers} is address@hidden
+ @inforef{Autorevert,, emacs-xtra}, for details.
+ 
    The command @code{buffer-menu-other-window} works the same as
  @code{buffer-menu}, except that it displays the buffers list in
  another window.




reply via email to

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