aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorKenichi Handa2012-10-07 21:58:14 +0900
committerKenichi Handa2012-10-07 21:58:14 +0900
commitdade5fca51ce2ed10fdace1cfcf78287599154a1 (patch)
tree299c84e1ce2c5a95237b41781113790626d259c5 /lisp/textmodes
parent6aa75fb62f6cdc4164d935ef14d57feec5ed6e0a (diff)
parent78d876b90e52400b7bbb086ca1a471d3d20d0e98 (diff)
downloademacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.tar.gz
emacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.zip
merge trunk
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-vars.el10
-rw-r--r--lisp/textmodes/rst.el12
2 files changed, 16 insertions, 6 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index df3d729adca..2c1fc972057 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -968,6 +968,7 @@ the macro type is being prompted for. (See also
968`reftex-ref-macro-prompt'.) The keys, represented as characters, 968`reftex-ref-macro-prompt'.) The keys, represented as characters,
969have to be unique." 969have to be unique."
970 :group 'reftex-referencing-labels 970 :group 'reftex-referencing-labels
971 :version "24.3"
971 :type '(alist :key-type (string :tag "Style name") 972 :type '(alist :key-type (string :tag "Style name")
972 :value-type (group (choice :tag "Package" 973 :value-type (group (choice :tag "Package"
973 (const :tag "Any package" t) 974 (const :tag "Any package" t)
@@ -979,6 +980,7 @@ have to be unique."
979(defcustom reftex-ref-macro-prompt t 980(defcustom reftex-ref-macro-prompt t
980 "If non-nil, `reftex-reference' prompts for the reference macro." 981 "If non-nil, `reftex-reference' prompts for the reference macro."
981 :group 'reftex-referencing-labels 982 :group 'reftex-referencing-labels
983 :version "24.3"
982 :type 'boolean) 984 :type 'boolean)
983 985
984(defcustom reftex-vref-is-default nil 986(defcustom reftex-vref-is-default nil
@@ -1014,6 +1016,7 @@ can be cycled in the buffer for selecting a label. The entries
1014in the list have to match the respective reference style names 1016in the list have to match the respective reference style names
1015used in the variable `reftex-ref-style-alist'." 1017used in the variable `reftex-ref-style-alist'."
1016 :group 'reftex-referencing-labels 1018 :group 'reftex-referencing-labels
1019 :version "24.3"
1017 :type `(set ,@(mapcar (lambda (x) (list 'const (car x))) 1020 :type `(set ,@(mapcar (lambda (x) (list 'const (car x)))
1018 reftex-ref-style-alist))) 1021 reftex-ref-style-alist)))
1019 1022
@@ -1257,17 +1260,20 @@ should return the string to insert into the buffer."
1257(defcustom reftex-cite-key-separator "," 1260(defcustom reftex-cite-key-separator ","
1258 "String to be used for separating several keys in a \\cite macro." 1261 "String to be used for separating several keys in a \\cite macro."
1259 :group 'reftex-citation-support 1262 :group 'reftex-citation-support
1263 :version "24.3"
1260 :type 'string) 1264 :type 'string)
1261 1265
1262(defcustom reftex-create-bibtex-header nil 1266(defcustom reftex-create-bibtex-header nil
1263 "Header to insert in BibTeX files generated by RefTeX." 1267 "Header to insert in BibTeX files generated by RefTeX."
1264 :group 'reftex-citation-support 1268 :group 'reftex-citation-support
1265 :type 'string) 1269 :version "24.3"
1270 :type '(choice (const :tag "No header" nil) string))
1266 1271
1267(defcustom reftex-create-bibtex-footer nil 1272(defcustom reftex-create-bibtex-footer nil
1268 "Footer to insert in BibTeX files generated by RefTeX." 1273 "Footer to insert in BibTeX files generated by RefTeX."
1269 :group 'reftex-citation-support 1274 :group 'reftex-citation-support
1270 :type 'string) 1275 :version "24.3"
1276 :type '(choice (const :tag "No footer" nil) string))
1271 1277
1272;; Index Support Configuration 1278;; Index Support Configuration
1273 1279
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index 869da63064a..f2c74dfb941 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -218,7 +218,7 @@ and before TAIL-RE and DELIM-RE in VAR or DEFAULT for no match."
218;; Use CVSHeader to really get information from CVS and not other version 218;; Use CVSHeader to really get information from CVS and not other version
219;; control systems. 219;; control systems.
220(defconst rst-cvs-header 220(defconst rst-cvs-header
221 "$CVSHeader: sm/rst_el/rst.el,v 1.327.2.2 2012-09-23 14:44:25 stefan Exp $") 221 "$CVSHeader: sm/rst_el/rst.el,v 1.327.2.5 2012-10-07 12:44:34 stefan Exp $")
222(defconst rst-cvs-rev 222(defconst rst-cvs-rev
223 (rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+" 223 (rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+"
224 " .*" rst-cvs-header "0.0") 224 " .*" rst-cvs-header "0.0")
@@ -247,7 +247,7 @@ SVN revision is the upstream (docutils) revision.")
247 "Official version of the package.") 247 "Official version of the package.")
248(defconst rst-official-cvs-rev 248(defconst rst-official-cvs-rev
249 (rst-extract-version "[%$]" "Revision: " "[0-9]+\\(?:\\.[0-9]+\\)+" " " 249 (rst-extract-version "[%$]" "Revision: " "[0-9]+\\(?:\\.[0-9]+\\)+" " "
250 "$Revision: 1.327.2.2 $") 250 "$Revision: 1.327.2.5 $")
251 "CVS revision of this file in the official version.") 251 "CVS revision of this file in the official version.")
252 252
253(defconst rst-version 253(defconst rst-version
@@ -967,7 +967,7 @@ for modes derived from Text mode, like Mail mode."
967 :version "21.1") 967 :version "21.1")
968 968
969(define-obsolete-variable-alias 969(define-obsolete-variable-alias
970 'rst-preferred-decorations 'rst-preferred-adornments "1.0.0") 970 'rst-preferred-decorations 'rst-preferred-adornments "rst 1.0.0")
971(defcustom rst-preferred-adornments '((?= over-and-under 1) 971(defcustom rst-preferred-adornments '((?= over-and-under 1)
972 (?= simple 0) 972 (?= simple 0)
973 (?- simple 0) 973 (?- simple 0)
@@ -2835,7 +2835,7 @@ here."
2835 :package-version '(rst . "1.1.0")) 2835 :package-version '(rst . "1.1.0"))
2836 2836
2837(define-obsolete-variable-alias 2837(define-obsolete-variable-alias
2838 'rst-shift-basic-offset 'rst-indent-width "1.0.0") 2838 'rst-shift-basic-offset 'rst-indent-width "rst 1.0.0")
2839(defcustom rst-indent-width 2 2839(defcustom rst-indent-width 2
2840 "Indentation when there is no more indentation point given." 2840 "Indentation when there is no more indentation point given."
2841 :group 'rst-indent 2841 :group 'rst-indent
@@ -2845,24 +2845,28 @@ here."
2845(defcustom rst-indent-field 3 2845(defcustom rst-indent-field 3
2846 "Indentation for first line after a field or 0 to always indent for content." 2846 "Indentation for first line after a field or 0 to always indent for content."
2847 :group 'rst-indent 2847 :group 'rst-indent
2848 :package-version '(rst . "1.1.0")
2848 :type '(integer)) 2849 :type '(integer))
2849(rst-testcover-defcustom) 2850(rst-testcover-defcustom)
2850 2851
2851(defcustom rst-indent-literal-normal 3 2852(defcustom rst-indent-literal-normal 3
2852 "Default indentation for literal block after a markup on an own line." 2853 "Default indentation for literal block after a markup on an own line."
2853 :group 'rst-indent 2854 :group 'rst-indent
2855 :package-version '(rst . "1.1.0")
2854 :type '(integer)) 2856 :type '(integer))
2855(rst-testcover-defcustom) 2857(rst-testcover-defcustom)
2856 2858
2857(defcustom rst-indent-literal-minimized 2 2859(defcustom rst-indent-literal-minimized 2
2858 "Default indentation for literal block after a minimized markup." 2860 "Default indentation for literal block after a minimized markup."
2859 :group 'rst-indent 2861 :group 'rst-indent
2862 :package-version '(rst . "1.1.0")
2860 :type '(integer)) 2863 :type '(integer))
2861(rst-testcover-defcustom) 2864(rst-testcover-defcustom)
2862 2865
2863(defcustom rst-indent-comment 3 2866(defcustom rst-indent-comment 3
2864 "Default indentation for first line of a comment." 2867 "Default indentation for first line of a comment."
2865 :group 'rst-indent 2868 :group 'rst-indent
2869 :package-version '(rst . "1.1.0")
2866 :type '(integer)) 2870 :type '(integer))
2867(rst-testcover-defcustom) 2871(rst-testcover-defcustom)
2868 2872