Re: [AUCTeX-devel] Suggested patch for AUCTeX

2014-11-04 Thread Stefan Monnier
>> find-file-hooks has been obsolete since Emacs-22.1 and I expect to get >> rid of it fairly soon. > Feel free to do that. Now I've added a defvaralias for XEmacs. Thanks, Stefan ___ auctex-devel mailing list auctex-devel@gnu.org https://lis

Re: [AUCTeX-devel] Suggested patch for AUCTeX

2014-11-04 Thread Tassilo Horn
Stefan Monnier writes: >> Oh, I replied only to the list. Anyway, I've written a CL entry for >> you and committed (at least most parts of) the patch. A few things I >> couldn't use because XEmacs compatibility, like there's only >> find-file-hooks in XEmacs, no find-file-hook. > > find-file-ho

Re: [AUCTeX-devel] Suggested patch for AUCTeX

2014-11-04 Thread Stefan Monnier
> Oh, I replied only to the list. Anyway, I've written a CL entry for you > and committed (at least most parts of) the patch. A few things I > couldn't use because XEmacs compatibility, like there's only > find-file-hooks in XEmacs, no find-file-hook. find-file-hooks has been obsolete since Emac

Re: [AUCTeX-devel] Suggested patch for AUCTeX

2014-11-04 Thread Tassilo Horn
Tassilo Horn writes: >> Here's a patch mostly based on byte-compiler warnings. > > I'm happy to apply it. Do you also have a corresponding ChangeLog > entry? Oh, I replied only to the list. Anyway, I've written a CL entry for you and committed (at least most parts of) the patch. A few things

Re: [AUCTeX-devel] Suggested patch for AUCTeX

2014-11-02 Thread Tassilo Horn
Stefan Monnier writes: Hi Stefan, > Here's a patch mostly based on byte-compiler warnings. I'm happy to apply it. Do you also have a corresponding ChangeLog entry? Bye, Tassilo ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.o

[AUCTeX-devel] Suggested patch for AUCTeX

2014-11-02 Thread Stefan Monnier
Here's a patch mostly based on byte-compiler warnings. Stefan diff --git a/bib-cite.el b/bib-cite.el index 612641c..f1a113b 100644 --- a/bib-cite.el +++ b/bib-cite.el @@ -1,7 +1,7 @@ ;;; bib-cite.el --- test ;; bib-cite.el - Display \cite, \ref or \label / Extract refs from BiBTeX fil