[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

Re: [AUCTeX-devel] Suggested patch for AUCTeX

2014-11-02 Thread Tassilo Horn
Stefan Monnier monn...@iro.umontreal.ca 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

Re: [AUCTeX-devel] Small patch for MinionPro.el

2014-11-02 Thread Arash Esbati
Hi Mosè, Mosè Giordano m...@gnu.org writes: Since this package is loaded by MinionPro.sty, you should also add an appropriate hook in MinionPro.el, and remove from that style file the macros defined in fontaxes.el. Since this is a new style file, you should also add the header (copyright

Re: [AUCTeX-devel] Small patch for MinionPro.el

2014-11-02 Thread Tassilo Horn
Arash Esbati esb...@gmx.de writes: Hi Arash, Since this package is loaded by MinionPro.sty, you should also add an appropriate hook in MinionPro.el, and remove from that style file the macros defined in fontaxes.el. Since this is a new style file, you should also add the header (copyright

[AUCTeX-diffs] GNU AUCTeX branch, simplify-TeX-parse-error, updated. d93eebebe680629b445692fea9db925164e906b4

2014-11-02 Thread Tassilo Horn
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project GNU AUCTeX. The branch, simplify-TeX-parse-error has been updated via d93eebebe680629b445692fea9db925164e906b4 (commit) via

[AUCTeX-devel] Support for textcomp.sty

2014-11-02 Thread Arash Esbati
Hi, I could not find a support file for textcomp.sty, so I wrote one. I hope I am not overseeing the obvious. Best, Arash 2014-10-31 Arash Esbati esb...@gmx.de * style/textcomp.el: New file. ;;; textcomp.el --- AUCTeX style for `textcomp.sty' (v1.99g) ;; Copyright (C) 2014 Free

[AUCTeX-devel] Support for zlmtt.sty

2014-11-02 Thread Arash Esbati
Hi, this file adds support for zlmtt.sty. Best, Arash 2014-10-31 Arash Esbati esb...@gmx.de * style/zlmtt.el: New file. ;;; zlmtt.el --- AUCTeX style for `zlmtt.sty' (v1.01) ;; Copyright (C) 2014 Free Software Foundation, Inc. ;; Author: Arash Esbati esbati'at'gmx.de ;;

[AUCTeX-devel] Support for AnonymousPro.sty

2014-11-02 Thread Arash Esbati
Hi, this file adds support for AnonymousPro.sty. Best, Arash 2014-10-31 Arash Esbati esb...@gmx.de * style/AnonymousPro.el: New file. ;;; AnonymousPro.el --- AUCTeX style for `AnonymousPro.sty' (v2.1) ;; Copyright (C) 2014 Free Software Foundation, Inc. ;; Author: Arash Esbati

[AUCTeX-devel] Support for eso-pic.sty

2014-11-02 Thread Arash Esbati
Hi, this file adds support for eso-pic.sty. Best, Arash 2014-10-31 Arash Esbati esb...@gmx.de * style/eso-pic.el: New file. ;;; eso-pic.el --- AUCTeX style for `eso-pic.sty' (v2.0d) ;; Copyright (C) 2014 Free Software Foundation, Inc. ;; Author: Arash Esbati esbati'at'gmx.de ;;

[AUCTeX-devel] Support for fontaxes.sty

2014-11-02 Thread Arash Esbati
Hi, this file adds support for fontaxes.sty. Best, Arash 2014-10-31 Arash Esbati esb...@gmx.de * style/fontaxes.el: New file. ;;; fontaxes.el --- AUCTeX style for `fontaxes.sty' version v1.0d ;; Copyright (C) 2014 Free Software Foundation, Inc. ;; Maintainer:

[AUCTeX-devel] Support for XCharter.sty

2014-11-02 Thread Arash Esbati
Hi, this file adds support for XCharter.sty. Best, Arash 2014-10-31 Arash Esbati esb...@gmx.de * style/XCharter.el: New file. ;;; XCharter.el --- AUCTeX style for `XCharter.sty' (v1.05) ;; Copyright (C) 2014 Free Software Foundation, Inc. ;; Author: Arash Esbati esbati'at'gmx.de

Re: [AUCTeX-devel] Support for AnonymousPro.sty

2014-11-02 Thread Tassilo Horn
Hi Arash, thanks for all the new styles. Could you please re-send them as a combined git patch? E.g., in your auctex clone, git-add the new files (and the changed files), commit, and then do git format-patch origin master to get a patch? And please also add the new styles to STYLESRC in