auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/doc/auctex.texi,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/doc/auctex.texi,v
Date: Sun, 18 Sep 2011 16:12:55 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    11/09/18 16:12:55

Index: auctex.texi
===================================================================
RCS file: /cvsroot/auctex/auctex/doc/auctex.texi,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -b -r1.307 -r1.308
--- auctex.texi 23 Jan 2011 14:39:24 -0000      1.307
+++ auctex.texi 18 Sep 2011 16:12:54 -0000      1.308
@@ -321,6 +321,7 @@
 * Environments::                Inserting Environment Templates
 * Mathematics::                 Entering Mathematics
 * Completion::                  Completion of macros
+* Marking::                     Marking Environment, sections, or texinfo nodes
 * Commenting::                  Commenting text
 * Indenting::                   Reflecting syntactic constructs with whitespace
 * Filling::                     Automatic and manual line breaking
@@ -1051,6 +1052,96 @@
 automatic parsing on save, and that the basename of the address@hidden file
 does not conflict with the basename of one of @TeX{} files.
 
address@hidden Marking
address@hidden Marking Environment, Sections, or Texinfo nodes
+
+You can set the region over the current environment with the @kbd{C-c .}
+command, or over the current section with the @kbd{C-c *} command.
+
+For Texinfo documents there is an additional command @kbd{M-C-h} to set
+the region over the current node.
+
+When the region is set, the point is moved to its beginning and the mark
+at its end.
+
address@hidden
+* MakingLaTeX:: LaTeX Commands for marking Environment and Sections
+* MakingTexinfo:: Texinfo Commands for marking Environment, Sections, and Nodes
address@hidden menu
+
address@hidden MakingLaTeX
address@hidden LaTeX Commands for marking Environment and Sections
+
address@hidden Command LaTeX-mark-section &optional @var{no-subsections}
address@hidden C-c *
+(@kbd{C-c *}) Mark current section, with inclusion of any containing node.
+
+The current section is detected as starting by any of the structuring
+commands matched by regexp in variable @code{outline-regexp} which in
+turn is a regexp matching any element of variable
address@hidden
+
+If optional argument @var{no-subsection} is set to any integer or is a
+non nil empty argument (i.e. @kbd{C-u C-c *}), then mark the current
+section with exclusion of any subsections.
+
+Otherwise, any included subsections are also marked along with current
+section.
+
+Note that when current section is starting immediatley after a node
+commande, then the node command is also marked as part as the section.
address@hidden deffn
+
address@hidden Command LaTeX-mark-environment &optional @var{count}
address@hidden C-c .
+(@kbd{C-c .}) Set mark to end of current environment and point to the
+matching begin.  If prefix argument @var{count} is given, mark the
+respective number of enclosing environments.  The command will not work
+properly if there are unbalanced begin-end pairs in comments and
+verbatim environments.
address@hidden deffn
+
address@hidden MakingTexinfo
address@hidden Texinfo Commands for marking Environment and Sections
+
address@hidden Command Texinfo-mark-section &optional @var{no-subsection}
address@hidden C-c *
+(@kbd{C-c *}) Mark current section, with inclusion of any containing
+node.
+
+The current section is detected as starting by any of the structuring
+commands matched by regexp in variable @code{outline-regexp} which in
+turn is a regexp matching any element of variable
address@hidden
+
+If optional argument @var{no-subsection} is set to any integer or is a
+non @code{nil} empty argument (i.e. @kbd{C-u C-c *}), then mark the
+current section with exclusion of any subsections.
+
+Otherwise, any included subsections are also marked along with
+current section.
+
+Note that when current section is starting immediatley after a
+node commande, then the node command is also marked as part as
+the section.
address@hidden deffn
+
address@hidden Command Texinfo-mark-environment &optional @var{count}
address@hidden C-c .
+(@kbd{C-c .}) Set mark to end of current environment and point to the matching
+beginning.  If prefix argument @var{count} is given, mark the respective
+number of enclosing environments.  The command will not work properly if
+there are unbalanced begin-end pairs in comments and verbatim
+environments.
address@hidden deffn
+
address@hidden Command Texinfo-mark-node
address@hidden M-C-h
+(@kbd{M-C-h}) Mark the current node.  This is the node in which the
+point is.  It is starting at previous beginning of keyword @code{@@node}
+and ending at next beginning of keyword @code{@@node} or @code{@@bye}.
address@hidden deffn
+
 @node Commenting
 @section Commenting
 



reply via email to

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