unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/3] RefTeX: Basic Biblatex support.
@ 2013-05-15 18:10 Rüdiger Sonderfeld
  2013-05-23 15:23 ` Tassilo Horn
  0 siblings, 1 reply; 2+ messages in thread
From: Rüdiger Sonderfeld @ 2013-05-15 18:10 UTC (permalink / raw)
  To: auctex-devel; +Cc: emacs-devel

Add support for Biblatex' \addbibresource[<options>]{<resouce>}.
There is probably more to do for full Biblatex support, such as
addglobalbib/addsectionbib support.

http://www.ctan.org/pkg/biblatex

* lisp/textmodes/reftex-parse.el (reftex-locate-bibliography-files):
  Accept options for bibliography commands.
* lisp/textmodes/reftex-vars.el (reftex-bibliography-commands): Add
  addbibresource.  Basic Biblatex support.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
---
 lisp/textmodes/reftex-parse.el | 4 ++--
 lisp/textmodes/reftex-vars.el  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el
index 6bfc70c..8d1b3f7 100644
--- a/lisp/textmodes/reftex-parse.el
+++ b/lisp/textmodes/reftex-parse.el
@@ -359,9 +359,9 @@ of master file."
 ;           "\\(\\`\\|[\n\r]\\)[^%]*\\\\\\("
             "\\(^\\)[^%\n\r]*\\\\\\("
             (mapconcat 'identity reftex-bibliography-commands "\\|")
-            "\\){[ \t]*\\([^}]+\\)") nil t)
+            "\\)\\(\\[.+?\\]\\)?{[ \t]*\\([^}]+\\)") nil t)
           (setq files
-                (split-string (reftex-match-string 3)
+                (split-string (reftex-match-string 4)
                               "[ \t\n\r]*,[ \t\n\r]*")))))
   (when files
     (setq files
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 47bec5e..3792ab4 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -1112,7 +1112,7 @@ buffer."
   :group 'reftex)
 
 (defcustom reftex-bibliography-commands
-  '("bibliography" "nobibliography" "setupbibtex\\[.*?database=")
+  '("bibliography" "nobibliography" "setupbibtex\\[.*?database=" "addbibresource")
   "LaTeX commands which specify the BibTeX databases to use with the document."
   :group 'reftex-citation-support
   :type '(repeat string))
-- 
1.8.2.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/3] RefTeX: Basic Biblatex support.
  2013-05-15 18:10 [PATCH 1/3] RefTeX: Basic Biblatex support Rüdiger Sonderfeld
@ 2013-05-23 15:23 ` Tassilo Horn
  0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2013-05-23 15:23 UTC (permalink / raw)
  To: Rüdiger Sonderfeld; +Cc: auctex-devel, emacs-devel

Rüdiger Sonderfeld <ruediger@c-plusplus.de> writes:

Hi Rüdiger,

> Add support for Biblatex' \addbibresource[<options>]{<resouce>}.
> There is probably more to do for full Biblatex support, such as
> addglobalbib/addsectionbib support.

Committed to Emacs trunk, thanks!

Bye,
Tassilo

_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-23 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 18:10 [PATCH 1/3] RefTeX: Basic Biblatex support Rüdiger Sonderfeld
2013-05-23 15:23 ` Tassilo Horn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).