emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104500: lisp/textmodes/bibtex.el


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104500: lisp/textmodes/bibtex.el: new command bibtex-search-entries
Date: Mon, 06 Jun 2011 12:45:14 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>   lisp/textmodes/bibtex.el: new command bibtex-search-entries

How 'bout bibtex-isearch, where you type C-c C-s au=foo
and it incrementally searches a field that starts with "au" and whose
contents include "foo"?
It should be fairly easy to write it along the lines of

  (defun bibtex-isearch ()
    <set isearch-search-fun-function>
    <setup exit hook to restore isearch-search-fun-function>)


-- Stefan



reply via email to

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