emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-vars.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-vars.el
Date: Fri, 25 Mar 2005 04:03:28 -0500

Index: emacs/lisp/textmodes/reftex-vars.el
diff -c emacs/lisp/textmodes/reftex-vars.el:1.21 
emacs/lisp/textmodes/reftex-vars.el:1.22
*** emacs/lisp/textmodes/reftex-vars.el:1.21    Fri Jan 14 10:12:03 2005
--- emacs/lisp/textmodes/reftex-vars.el Fri Mar 25 09:03:24 2005
***************
*** 1,5 ****
  ;;; reftex-vars.el --- configuration variables for RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.26
--- 1,6 ----
  ;;; reftex-vars.el --- configuration variables for RefTeX
! ;; Copyright (c) 1997, 1998, 1999, 2003, 2004, 2005
! ;;  Free Software Foundation, Inc.
  
  ;; Author: Carsten Dominik <address@hidden>
  ;; Version: 4.26
***************
*** 811,818 ****
  
  NWORDS      Number of words to use.
  MAXCHAR     Maximum number of characters in a label string.
! ILLEGAL     nil: Throw away any words containing characters illegal in labels.
!             t:   Throw away only the illegal characters, not the whole word.
  ABBREV      nil: Never abbreviate words.
              t:   Always abbreviate words (see `reftex-abbrev-parameters').
              not t and not nil: Abbreviate words if necessary to shorten
--- 812,819 ----
  
  NWORDS      Number of words to use.
  MAXCHAR     Maximum number of characters in a label string.
! INVALID     nil: Throw away any words containing characters invalid in labels.
!             t:   Throw away only the invalid characters, not the whole word.
  ABBREV      nil: Never abbreviate words.
              t:   Always abbreviate words (see `reftex-abbrev-parameters').
              not t and not nil: Abbreviate words if necessary to shorten
***************
*** 823,829 ****
    :group 'reftex-making-and-inserting-labels
    :type  '(list (integer :tag "Number of words            "  3)
                  (integer :tag "Maximum label length       " 20)
!                 (choice  :tag "Illegal characters in words"
                           (const :tag "throw away entire word" nil)
                           (const :tag "throw away single chars" t))
                  (choice  :tag "Abbreviate words           "
--- 824,830 ----
    :group 'reftex-making-and-inserting-labels
    :type  '(list (integer :tag "Number of words            "  3)
                  (integer :tag "Maximum label length       " 20)
!                 (choice  :tag "Invalid characters in words"
                           (const :tag "throw away entire word" nil)
                           (const :tag "throw away single chars" t))
                  (choice  :tag "Abbreviate words           "
***************
*** 837,843 ****
                  (option (boolean :tag "Downcase words          "))))
  
  (defcustom reftex-label-illegal-re "[^-a-zA-Z0-9_+=:;,.]"
!   "Regexp matching characters not legal in labels."
    :group 'reftex-making-and-inserting-labels
    :type '(regexp :tag "Regular Expression"))
  
--- 838,844 ----
                  (option (boolean :tag "Downcase words          "))))
  
  (defcustom reftex-label-illegal-re "[^-a-zA-Z0-9_+=:;,.]"
!   "Regexp matching characters not valid in labels."
    :group 'reftex-making-and-inserting-labels
    :type '(regexp :tag "Regular Expression"))
  




reply via email to

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