emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/man/reftex.texi
Date: Fri, 25 Mar 2005 05:17:35 -0500

Index: emacs/man/reftex.texi
diff -c emacs/man/reftex.texi:1.33 emacs/man/reftex.texi:1.34
*** emacs/man/reftex.texi:1.33  Fri Mar 25 09:18:26 2005
--- emacs/man/reftex.texi       Fri Mar 25 10:17:33 2005
***************
*** 737,743 ****
  address@hidden that the context may contain constructs which are
  invalid in labels.  @address@hidden will therefore strip the accent from
  accented Latin-1 characters and remove everything else which is not
! legal in labels.  This mechanism is safe, but may not be satisfactory
  for non-western languages.  Check the following variables if you need to
  change things: @code{reftex-translate-to-ascii-function},
  @code{reftex-derive-label-parameters}, @code{reftex-label-illegal-re},
--- 737,743 ----
  address@hidden that the context may contain constructs which are
  invalid in labels.  @address@hidden will therefore strip the accent from
  accented Latin-1 characters and remove everything else which is not
! valid in labels.  This mechanism is safe, but may not be satisfactory
  for non-western languages.  Check the following variables if you need to
  change things: @code{reftex-translate-to-ascii-function},
  @code{reftex-derive-label-parameters}, @code{reftex-label-illegal-re},
***************
*** 2833,2839 ****
  @vindex reftex-translate-to-ascii-function
  @vindex reftex-label-illegal-re
  Also, when a label is derived from context, @address@hidden clears the
! context string from non-ASCII characters in order to make a legal label.
  If there should ever be a version of @TeX{} which allows extended
  characters @emph{in labels}, then we will have to look at the
  variables @code{reftex-translate-to-ascii-function} and
--- 2833,2839 ----
  @vindex reftex-translate-to-ascii-function
  @vindex reftex-label-illegal-re
  Also, when a label is derived from context, @address@hidden clears the
! context string from non-ASCII characters in order to make a valid label.
  If there should ever be a version of @TeX{} which allows extended
  characters @emph{in labels}, then we will have to look at the
  variables @code{reftex-translate-to-ascii-function} and
***************
*** 4120,4126 ****
  
  If @var{derive}is @code{t}, @address@hidden will try to derive a sensible
  label from context.  A section label for example will be derived from
! the section heading.  The conversion of the context to a legal label is
  governed by the specifications given in
  @code{reftex-derive-label-parameters}.  If @var{derive} is @code{nil},
  the default label will consist of the prefix and a unique number, like
--- 4120,4126 ----
  
  If @var{derive}is @code{t}, @address@hidden will try to derive a sensible
  label from context.  A section label for example will be derived from
! the section heading.  The conversion of the context to a valid label is
  governed by the specifications given in
  @code{reftex-derive-label-parameters}.  If @var{derive} is @code{nil},
  the default label will consist of the prefix and a unique number, like
***************
*** 4166,4172 ****
  @end deffn
  
  @deffn Hook reftex-string-to-label-function
! Function to turn an arbitrary string into a legal label.
  @address@hidden's default function uses the variable
  @code{reftex-derive-label-parameters}.
  @end deffn
--- 4166,4172 ----
  @end deffn
  
  @deffn Hook reftex-string-to-label-function
! Function to turn an arbitrary string into a valid label.
  @address@hidden's default function uses the variable
  @code{reftex-derive-label-parameters}.
  @end deffn
***************
*** 4174,4180 ****
  @deffn Hook reftex-translate-to-ascii-function
  Filter function which will process a context string before it is used to
  derive a label from it.  The intended application is to convert ISO or
! Mule characters into something legal in labels.  The default function
  @code{reftex-latin1-to-ascii} removes the accents from Latin-1
  characters.  X-Symbol (>=2.6) sets this variable to the much more
  general @code{x-symbol-translate-to-ascii}.
--- 4174,4180 ----
  @deffn Hook reftex-translate-to-ascii-function
  Filter function which will process a context string before it is used to
  derive a label from it.  The intended application is to convert ISO or
! Mule characters into something valid in labels.  The default function
  @code{reftex-latin1-to-ascii} removes the accents from Latin-1
  characters.  X-Symbol (>=2.6) sets this variable to the much more
  general @code{x-symbol-translate-to-ascii}.
***************
*** 4558,4564 ****
  
  The final entry may also be a symbol.  It must have an association in
  the variable @code{reftex-index-macros-builtin} to specify the main
! indexing package you are using.  Legal values are currently
  @example
  default         @r{The LaTeX default - unnecessary to specify this one}
  multind         @r{The multind.sty package}
--- 4558,4564 ----
  
  The final entry may also be a symbol.  It must have an association in
  the variable @code{reftex-index-macros-builtin} to specify the main
! indexing package you are using.  Valid values are currently
  @example
  default         @r{The LaTeX default - unnecessary to specify this one}
  multind         @r{The multind.sty package}
***************
*** 4590,4596 ****
  for an index tag when creating index entries or displaying a specific
  index.  This variable controls the default offered for these queries.
  The default can be selected with @key{RET} during selection or
! completion.  Legal values of this variable are:
  @example
  nil        @r{Do not provide a default index}
  "tag"      @r{The default index tag given as a string, e.g. "idx"}
--- 4590,4596 ----
  for an index tag when creating index entries or displaying a specific
  index.  This variable controls the default offered for these queries.
  The default can be selected with @key{RET} during selection or
! completion.  Valid values of this variable are:
  @example
  nil        @r{Do not provide a default index}
  "tag"      @r{The default index tag given as a string, e.g. "idx"}
***************
*** 4830,4838 ****
  @example
  @var{type}:       @r{File type like @code{"bib"} or @code{"tex"}.}
  @var{def-ext}:    @r{The default extension for that file type, like 
@code{".tex"} or @code{".bib"}.}
! @var{other-ext}:  @r{Any number of other legal extensions for this file type.}
  @end example
! When a files is searched and it does not have any of the legal extensions,
  we try the default extension first, and then the naked file name.
  @end defopt
  
--- 4830,4838 ----
  @example
  @var{type}:       @r{File type like @code{"bib"} or @code{"tex"}.}
  @var{def-ext}:    @r{The default extension for that file type, like 
@code{".tex"} or @code{".bib"}.}
! @var{other-ext}:  @r{Any number of other valid extensions for this file type.}
  @end example
! When a files is searched and it does not have any of the valid extensions,
  we try the default extension first, and then the naked file name.
  @end defopt
  
***************
*** 5457,5463 ****
  All @file{.rel} files have a final newline to avoid queries.
  @item
  Single byte representations of accented European letters (ISO-8859-1)
! are now legal in labels.
  @end itemize
  
  @noindent @b{Version 3.33}
--- 5457,5463 ----
  All @file{.rel} files have a final newline to avoid queries.
  @item
  Single byte representations of accented European letters (ISO-8859-1)
! are now valid in labels.
  @end itemize
  
  @noindent @b{Version 3.33}




reply via email to

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