Mercurial > hg > xemacs-beta
comparison lisp/modes/reftex.el @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | 5a88923fcbfe |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
536 | 536 |
537 ;; Support for \label and \ref -------------------------------------- | 537 ;; Support for \label and \ref -------------------------------------- |
538 | 538 |
539 (defgroup reftex-label-support nil | 539 (defgroup reftex-label-support nil |
540 "Support for creation, insertion and referencing of labels in LaTeX." | 540 "Support for creation, insertion and referencing of labels in LaTeX." |
541 :prefix "reftex-" | |
541 :group 'reftex) | 542 :group 'reftex) |
542 | 543 |
543 (defgroup reftex-defining-label-environments nil | 544 (defgroup reftex-defining-label-environments nil |
544 "Definition of environments and macros to do with label." | 545 "Definition of environments and macros to do with label." |
546 :prefix "reftex-" | |
545 :group 'reftex-label-support) | 547 :group 'reftex-label-support) |
546 | 548 |
547 | 549 |
548 (defcustom reftex-label-alist nil | 550 (defcustom reftex-label-alist nil |
549 "Alist with information on environments for \\label-\\ref use. | 551 "Alist with information on environments for \\label-\\ref use. |
705 | 707 |
706 ;; Label insertion | 708 ;; Label insertion |
707 | 709 |
708 (defgroup reftex-making-and-inserting-labels nil | 710 (defgroup reftex-making-and-inserting-labels nil |
709 "Options on how to create new labels." | 711 "Options on how to create new labels." |
712 :prefix "reftex-" | |
710 :group 'reftex-label-support) | 713 :group 'reftex-label-support) |
711 | 714 |
712 (defcustom reftex-insert-label-flags '("s" "sft") | 715 (defcustom reftex-insert-label-flags '("s" "sft") |
713 "Flags governing label insertion. First flag DERIVE, second flag PROMPT. | 716 "Flags governing label insertion. First flag DERIVE, second flag PROMPT. |
714 | 717 |
800 | 803 |
801 ;; Label referencing | 804 ;; Label referencing |
802 | 805 |
803 (defgroup reftex-referencing-labels nil | 806 (defgroup reftex-referencing-labels nil |
804 "Options on how to reference labels." | 807 "Options on how to reference labels." |
808 :prefix "reftex-" | |
805 :group 'reftex-label-support) | 809 :group 'reftex-label-support) |
806 | 810 |
807 (defcustom reftex-label-menu-flags '(t t nil nil nil nil) | 811 (defcustom reftex-label-menu-flags '(t t nil nil nil nil) |
808 "*List of flags governing the label menu makeup. | 812 "*List of flags governing the label menu makeup. |
809 The flags are: | 813 The flags are: |
857 | 861 |
858 ;; BibteX citation configuration ---------------------------------------- | 862 ;; BibteX citation configuration ---------------------------------------- |
859 | 863 |
860 (defgroup reftex-citation-support nil | 864 (defgroup reftex-citation-support nil |
861 "Support for referencing bibliographic data with BibTeX." | 865 "Support for referencing bibliographic data with BibTeX." |
866 :prefix "reftex-" | |
862 :group 'reftex) | 867 :group 'reftex) |
863 | 868 |
864 (defcustom reftex-bibpath-environment-variables '("BIBINPUTS" "TEXBIB") | 869 (defcustom reftex-bibpath-environment-variables '("BIBINPUTS" "TEXBIB") |
865 "*List of env vars which might contain the path to BibTeX database files." | 870 "*List of env vars which might contain the path to BibTeX database files." |
866 :group 'reftex-citation-support | 871 :group 'reftex-citation-support |
940 | 945 |
941 ;; Table of contents configuration -------------------------------------- | 946 ;; Table of contents configuration -------------------------------------- |
942 | 947 |
943 (defgroup reftex-table-of-contents-browser nil | 948 (defgroup reftex-table-of-contents-browser nil |
944 "A multifile table of contents browser." | 949 "A multifile table of contents browser." |
950 :prefix "reftex-" | |
945 :group 'reftex) | 951 :group 'reftex) |
946 | 952 |
947 (defcustom reftex-toc-follow-mode nil | 953 (defcustom reftex-toc-follow-mode nil |
948 "Non-nil means, point in *toc* buffer will cause other window to follow. | 954 "Non-nil means, point in *toc* buffer will cause other window to follow. |
949 The other window will show the corresponding part of the document. | 955 The other window will show the corresponding part of the document. |
953 | 959 |
954 ;; Miscellaneous configurations ----------------------------------------- | 960 ;; Miscellaneous configurations ----------------------------------------- |
955 | 961 |
956 (defgroup reftex-miscellaneous-configurations nil | 962 (defgroup reftex-miscellaneous-configurations nil |
957 "Collection of further configurations." | 963 "Collection of further configurations." |
964 :prefix "reftex-" | |
958 :group 'reftex) | 965 :group 'reftex) |
959 | 966 |
960 (defcustom reftex-extra-bindings nil | 967 (defcustom reftex-extra-bindings nil |
961 "Non-nil means, make additional key bindings on startup. | 968 "Non-nil means, make additional key bindings on startup. |
962 These extra bindings are located in the users `C-c letter' map." | 969 These extra bindings are located in the users `C-c letter' map." |