emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105606: Add xrefs to View Mode node


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105606: Add xrefs to View Mode node to Emacs manual.
Date: Sun, 28 Aug 2011 17:15:20 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105606
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-08-28 17:15:20 -0400
message:
  Add xrefs to View Mode node to Emacs manual.
  
  * doc/emacs/files.texi (File Archives):
  * doc/emacs/cal-xtra.texi (Diary Display):
  * doc/emacs/help.texi (Help Mode): Add xref to View Mode.
modified:
  doc/emacs/ChangeLog
  doc/emacs/cal-xtra.texi
  doc/emacs/display.texi
  doc/emacs/files.texi
  doc/emacs/help.texi
  doc/lispref/ChangeLog
  doc/lispref/files.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-08-28 21:07:10 +0000
+++ b/doc/emacs/ChangeLog       2011-08-28 21:15:20 +0000
@@ -1,5 +1,11 @@
 2011-08-28  Chong Yidong  <address@hidden>
 
+       * files.texi (File Archives):
+       * cal-xtra.texi (Diary Display):
+       * help.texi (Help Mode): Add xref to View Mode.
+
+2011-08-28  Chong Yidong  <address@hidden>
+
        * display.texi (View Mode): New node.  Move view-file here from
        Misc File Ops.  Move view-buffer here from Misc Buffer.
 

=== modified file 'doc/emacs/cal-xtra.texi'
--- a/doc/emacs/cal-xtra.texi   2011-05-07 01:22:01 +0000
+++ b/doc/emacs/cal-xtra.texi   2011-08-28 21:15:20 +0000
@@ -538,13 +538,7 @@
 days to be shown in the fancy diary buffer, set the variable
 @code{diary-list-include-blanks} to @address@hidden
 
address@hidden View mode does not seem to be described in the manual.
address@hidden buffers.texi has a brief mention.
-  The fancy diary buffer enables View mode, a minor mode that provides
-commands for scrolling and searching the text.  For example, @key{SPC}
-and @key{DEL} scroll forward and backward, and @key{s} starts an
-incremental search.  See the documentation of the function
address@hidden for more information.
+  The fancy diary buffer enables View mode (@pxref{View Mode}).
 
   The alternative display method @code{diary-simple-display} shows the
 actual diary buffer, and uses invisible text to hide entries that don't

=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2011-08-28 21:07:10 +0000
+++ b/doc/emacs/display.texi    2011-08-28 21:15:20 +0000
@@ -378,10 +378,11 @@
 screenfuls.  It provides commands for scrolling through the buffer
 conveniently but not for changing it.  Apart from the usual Emacs
 cursor motion commands, you can type @key{SPC} to scroll forward one
-windowful, or @key{DEL} to scroll backward.
+windowful, @key{DEL} to scroll backward, and @kbd{s} to start an
+incremental search.
 
   Typing @kbd{q} disables View mode, and switches back to the buffer
-and position before View mode was enabled.  Alternatively, type
+and position before View mode was enabled.  Alternatively, typing
 @kbd{e} disables View mode, keeping the current buffer and position.
 
 @findex view-buffer

=== modified file 'doc/emacs/files.texi'
--- a/doc/emacs/files.texi      2011-08-28 21:07:10 +0000
+++ b/doc/emacs/files.texi      2011-08-28 21:15:20 +0000
@@ -1657,13 +1657,13 @@
   The keys @kbd{e}, @kbd{f} and @key{RET} all extract a component file
 into its own buffer.  You can edit it there, and if you save the
 buffer, the edited version will replace the version in the Tar buffer.
address@hidden extracts a file into a buffer in View mode.  @kbd{o} extracts
-the file and displays it in another window, so you could edit the file
-and operate on the archive simultaneously.  @kbd{d} marks a file for
-deletion when you later use @kbd{x}, and @kbd{u} unmarks a file, as in
-Dired.  @kbd{C} copies a file from the archive to disk and @kbd{R}
-renames a file within the archive.  @kbd{g} reverts the buffer from
-the archive on disk.
address@hidden extracts a file into a buffer in View mode (@pxref{View
+Mode}).  @kbd{o} extracts the file and displays it in another window,
+so you could edit the file and operate on the archive simultaneously.
address@hidden marks a file for deletion when you later use @kbd{x}, and
address@hidden unmarks a file, as in Dired.  @kbd{C} copies a file from the
+archive to disk and @kbd{R} renames a file within the archive.
address@hidden reverts the buffer from the archive on disk.
 
   The keys @kbd{M}, @kbd{G}, and @kbd{O} change the file's permission
 bits, group, and owner, respectively.

=== modified file 'doc/emacs/help.texi'
--- a/doc/emacs/help.texi       2011-08-26 15:48:19 +0000
+++ b/doc/emacs/help.texi       2011-08-28 21:15:20 +0000
@@ -405,8 +405,8 @@
 @node Help Mode
 @section Help Mode Commands
 
-  Help buffers provide the same commands as View mode (@pxref{Misc File
-Ops}), plus a few special commands of their own.
+  Help buffers provide the same commands as View mode (@pxref{View
+Mode}), plus a few special commands of their own.
 
 @table @kbd
 @item @key{SPC}

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-08-28 21:07:10 +0000
+++ b/doc/lispref/ChangeLog     2011-08-28 21:15:20 +0000
@@ -2,6 +2,8 @@
 
        * files.texi (Changing Files, Create/Delete Dirs): Document new
        arguments for delete-file, delete-directory, and copy-directory.
+       (Visiting Functions): Remove view-file; it is documented in the
+       Emacs manual.
 
        * frames.texi (Layout Parameters): The defaults for the
        menu-bar-lines and tool-bar-lines parameters depend on the mode.

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2011-08-28 21:07:10 +0000
+++ b/doc/lispref/files.texi    2011-08-28 21:15:20 +0000
@@ -203,17 +203,6 @@
 @var{filename}.
 @end deffn
 
address@hidden Command view-file filename
-This command visits @var{filename} using View mode, returning to the
-previous buffer when you exit View mode.  View mode is a minor mode that
-provides commands to skim rapidly through the file, but does not let you
-modify the text.  Entering View mode runs the normal hook
address@hidden  @xref{Hooks}.
-
-When @code{view-file} is called interactively, it prompts for
address@hidden
address@hidden deffn
-
 @defopt find-file-wildcards
 If this variable is address@hidden, then the various @code{find-file}
 commands check for wildcard characters and visit all the files that


reply via email to

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