comparison lisp/auctex/bib-cite.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 4103f0995bd7
children
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
5 ;; Author: Peter S. Galbraith <rhogee@bathybius.meteo.mcgill.ca> 5 ;; Author: Peter S. Galbraith <rhogee@bathybius.meteo.mcgill.ca>
6 ;; Created: 06 July 1994 6 ;; Created: 06 July 1994
7 ;; Version: 2.28 (22 January 97) 7 ;; Version: 2.28 (22 January 97)
8 ;; Keywords: bibtex, cite, auctex, emacs, xemacs 8 ;; Keywords: bibtex, cite, auctex, emacs, xemacs
9 9
10 ;; RCS $Id: bib-cite.el,v 1.1 1997/02/20 02:16:50 steve Exp $ 10 ;; RCS $Id: bib-cite.el,v 1.2 1997/03/09 02:36:36 steve Exp $
11 ;; Note: RCS version number does not correspond to release number. 11 ;; Note: RCS version number does not correspond to release number.
12 12
13 ;; Everyone is granted permission to copy, modify and redistribute this 13 ;; Everyone is granted permission to copy, modify and redistribute this
14 ;; file provided: 14 ;; file provided:
15 ;; 1. All copies contain this copyright notice. 15 ;; 1. All copies contain this copyright notice.
147 ;; C-u - M-. Go back to previous tag found. 147 ;; C-u - M-. Go back to previous tag found.
148 ;; 148 ;;
149 ;; 149 ;;
150 ;; For multi-file documents, you must be using auctex (so that bib-cite can 150 ;; For multi-file documents, you must be using auctex (so that bib-cite can
151 ;; find the master file) and all \input and \include commands must be first 151 ;; find the master file) and all \input and \include commands must be first
152 ;; on a line (not preceeded by any non-white text). 152 ;; on a line (not preceded by any non-white text).
153 ;; 153 ;;
154 ;; imenu support (Suggested key binding: Shift-Mouse-3) 154 ;; imenu support (Suggested key binding: Shift-Mouse-3)
155 ;; 155 ;;
156 ;; If you want to bind imenu globally to Shift-Mouse-3, do so by adding the 156 ;; If you want to bind imenu globally to Shift-Mouse-3, do so by adding the
157 ;; following to your ~/.emacs 157 ;; following to your ~/.emacs
499 ;; (but TeX-mode-map is only copied to LaTeX-mode-map at initilisation) 499 ;; (but TeX-mode-map is only copied to LaTeX-mode-map at initilisation)
500 ;; in plain emacs, use tex-mode-map for both TeX and LaTeX.] 500 ;; in plain emacs, use tex-mode-map for both TeX and LaTeX.]
501 ;; - Add key def for bibtex-mode to create auc-tex's parsing file. 501 ;; - Add key def for bibtex-mode to create auc-tex's parsing file.
502 ;; - Fix bugs found by <thompson@loon.econ.wisc.edu> 502 ;; - Fix bugs found by <thompson@loon.econ.wisc.edu>
503 ;; - fix bib-get-citation for options 503 ;; - fix bib-get-citation for options
504 ;; - fix bib-get-citation for commas preceeded citation command 504 ;; - fix bib-get-citation for commas preceded citation command
505 ;; - better regexp for citations and their keys. 505 ;; - better regexp for citations and their keys.
506 ;; - Added @string support for any entry (not just journal entries). 506 ;; - Added @string support for any entry (not just journal entries).
507 ;; (I had to disallow numbers in @string keys because of years. 507 ;; (I had to disallow numbers in @string keys because of years.
508 ;; Is that ok?) 508 ;; Is that ok?)
509 ;; - added bib-apropos 509 ;; - added bib-apropos