[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 25a9c18d1712d7f2c221a4a14b72c178b7d6bd5a

2015-10-18 Thread Mosè Giordano
f --git a/ChangeLog b/ChangeLog index cd4d925..20bd1dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-18 Mosè Giordano <m...@gnu.org> + + * tex.el (fboundp): Define a `TeX-completing-read-multiple' + version for GNU Emacs >= 24.4. Fixes bug#19504. + 2

Re: [AUCTeX-devel] amsmath, amsthm automatially insert thm, lemma etc

2015-10-18 Thread Mosè Giordano
Hi Arash, 2015-10-18 12:06 GMT+02:00 Arash Esbati : > Hi Uwe, > > Uwe Brauer writes: > >> Maybe I am missing something elementary. >> Is it is possible to have automatically inserted theorem, lemmas etc >> when using either amsmath or amsthm style. I cannot get it

Re: [AUCTeX-devel] amsrefs support in reftex

2015-10-16 Thread Mosè Giordano
Hi Marcin, 2015-10-16 9:43 GMT+02:00 Marcin Borkowski : > This means that (most probably) I should look into reftex-cite.el, in > particular the parts which (a) look for files with the bibliography and > (b) extract info from them. But where are they and how do they work...?

Re: [AUCTeX-devel] amsrefs support in reftex

2015-10-15 Thread Mosè Giordano
Hi Marcin, 2015-10-15 22:13 GMT+02:00 Marcin Borkowski : > Hi all, > > I'd very much welcome amsrefs support in reftex. I understand that it's > some/a lot of work, and I'm willing to contribute some time to it (I > don't have a lot of time this semester, but the next one will be

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 93d50ea9920767901221f54ad566c6b3e9a1f462

2015-10-13 Thread Mosè Giordano
diff --git a/ChangeLog b/ChangeLog index 2c768b9..cd4d925 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-13 Mosè Giordano <m...@gnu.org> + + * style/pstricks.el ("pstricks"): Do not disable PDF mode if XeTeX + engine is used. Suggested by Mandar Mitra.

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6f77ad9ee30aebc8ed079a9a0190431b50364bfa

2015-10-08 Thread Mosè Giordano
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2015-10-08 Mosè Giordano <m...@gnu.org> + + * tex.el (TeX-expand-list-builtin): New variable. + (TeX-expand-list): Move all entries to `TeX-expand-list-builtin' + and update docstring. + (TeX-expand-list): New function.

Re: [AUCTeX-devel] [PATCH] Various patches

2015-10-08 Thread Mosè Giordano
Hi Arash, 2015-10-08 22:41 GMT+02:00 Arash Esbati : > Hi all, > > please find attached 4 patches covering: > > * style/longtable.el ("longtable"): Use `LaTeX-add-counters' on > "LTchunksize" and not `TeX-add-symbols'. > > * style/enumitem.el (LaTeX-arg-SetEnumitemKey): Remove

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8a2bd0bfbc4b401f36d488dcb6dbc0282af8d4c1

2015-10-05 Thread Mosè Giordano
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, master has been updated via 8a2bd0bfbc4b401f36d488dcb6dbc0282af8d4c1 (commit) from

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3b5f047045557baa00f6a5bc26cf1b24037145a8

2015-10-05 Thread Mosè Giordano
. * tex-buf.el (TeX-TeX-sentinel-check): Ditto. diff --git a/ChangeLog b/ChangeLog index 61de4d3..b287587 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-10-05 Mosè Giordano <m...@gnu.org> + + * context.el (TeX-ConTeXt-sentinel): Parse ConTeXt Mark IV output. + +

Re: [AUCTeX-devel] [PATCH] A fix for longtable and a new style

2015-10-05 Thread Mosè Giordano
Hi Arash, 2015-10-05 23:08 GMT+02:00 Arash Esbati : > Many thanks for updating the style. I also found a bug in the way I > used `(LaTeX-largest-level)'. Please find attached a patch fixing the > issue and also adapting it caption.el. I would appreciate if you could > install

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 1ec0278e620542285df51086a3de9cd7792e5142

2015-10-04 Thread Mosè Giordano
og @@ -1,3 +1,14 @@ +2015-10-04 Mosè Giordano <m...@gnu.org> + + * context.el (ConTeXt-Mark-version): New customizable and + safe-local variable. + (ConTeXt-expand-command): New function. + (ConTeXt-expand-options): Use `ConTeXt-Mark-version'. + + * tex.el (TeX-comman

Re: [AUCTeX-devel] [PATCH] A fix for longtable and a new style

2015-09-29 Thread Mosè Giordano
Hi Arash, 2015-09-28 20:29 GMT+02:00 Arash Esbati : > Thanks for looking at this, installing and updating the style. There is > still one `pushnew' in the code, line 118: > > --8<---cut here---start->8--- > ((string-equal type "verbatim") >

Re: [AUCTeX-devel] [PATCH] A fix for longtable and a new style

2015-09-28 Thread Mosè Giordano
Hi Tassilo, 2015-09-28 8:40 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > >> `pushnew' can't append to variables, but my understanding is that it's >> safer than `add-to-list' when it comes to let-bound variables (can >> so

Re: [AUCTeX-devel] [PATCH] A fix for longtable and a new style

2015-09-27 Thread Mosè Giordano
Hi Arash, 2015-09-27 10:24 GMT+02:00 Arash Esbati : > Hi all, > > please find attached 2 patches: > > * style/newfloat.el: New file. > > * style/longtable.el ("longtable"): Make package lengths available > through `LaTeX-add-lengths' and not `TeX-add-symbol'. > > Any comments

Re: [AUCTeX-devel] TeX output dimensions in ConTeXt

2015-09-27 Thread Mosè Giordano
Hi Carlos, 2015-09-27 22:08 GMT+02:00 Carlos : > Mosè: > > I still think (point-min) is a better alternative than (point-max) since > only a greater than > is required, that would jump right to where the warning > is > at. So far, in my end, until further notice: > > ---

Re: [AUCTeX-devel] A question with regexps

2015-09-26 Thread Mosè Giordano
Hi Arash, 2015-09-26 16:19 GMT+02:00 Arash Esbati : > Hi all, > > I have a question reg. building a regexp: I have a `newfloat.el' ready > where I have: > > --8<---cut here---start->8--- > (defvar LaTeX-newfloat-DeclareFloatingEnvironment-regex >

Re: [AUCTeX-devel] A question with regexps

2015-09-26 Thread Mosè Giordano
2015-09-26 23:37 GMT+02:00 Arash Esbati <esb...@gmx.de>: > Hi Mosè, > > Mosè Giordano <m...@gnu.org> writes: > >> 2015-09-26 16:19 GMT+02:00 Arash Esbati <esb...@gmx.de>: >>> >>> The idea is to pass the type of new float-env to AUCTeX and pro

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0ac0fa8ed3da67b02c7d8d5bf8ae6ac1a16cffd9

2015-09-26 Thread Mosè Giordano
..aaa44d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-26 Mosè Giordano <m...@gnu.org> + + * tex.el (TeX-search-files-kpathsea): Remove duplicates + directories. + 2015-09-26 Tassilo Horn <t...@gnu.org> * tex.el (TeX--prettify-symbols-compose-

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a76afdf6fec49e2a81d5513aacc1700acb05c33a

2015-09-25 Thread Mosè Giordano
Ditto. * style/scrartcl.el ("scrartcl"): Ditto. * style/scrreprt.el ("scrreprt"): Ditto. diff --git a/ChangeLog b/ChangeLog index a585737..3fd1716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2015-09-25 Mosè Giordano <m...@gnu.org> + +

Re: [AUCTeX-devel] TeX output dimensions in ConTeXt

2015-09-25 Thread Mosè Giordano
Hi Carlos, 2015-09-24 5:36 GMT+02:00 Carlos : > You asked "what's wrong with ConTeXt Full?". > > I guess nothing is wrong, if the document was compiled with it a while > ago. > > I also think that if ("context full") returns an error such as "no > more errors", when there

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3536b0645aebbac75f713cf7e2c9d052aaa4183f

2015-09-24 Thread Mosè Giordano
/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-09-24 Mosè Giordano <m...@gnu.org> + + * tex.el (TeX-doc): Use default argument of `completing-read'. + 2015-09-22 Tassilo Horn <t...@gnu.org> * latex.el (LaTeX-find-matching-end): Find correct end when point diff --git a/t

Re: [AUCTeX-devel] TeX output dimensions in ConTeXt

2015-09-23 Thread Mosè Giordano
Hi Carlos, 2015-09-22 14:44 GMT+02:00 Carlos : > > I'm having a problem with the frame output dimensions of the window. > Or the output buffer of a file. > > This is something undesirable, not from an aesthetic point of view, but > from following up with errors, warnings,

Re: [AUCTeX-devel] build of xemacs pkg fails for

2015-09-20 Thread Mosè Giordano
Hi Uwe, this should be fixed now, thanks for having spotted it! File auto.el had been removed but a reference to it was still there in Makefile. Now I can build the XEmacs package successfully, but I didn't test if it actually works. Could you please do this? Bye, Mosè 2015-09-18 17:25

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4cfe30ea8ae4f8a54c2f5af603680f207c4c8a6a

2015-09-20 Thread Mosè Giordano
ounters.def diff --git a/ChangeLog b/ChangeLog index 7a90c90..5ad0ddf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-20 Mosè Giordano <m...@gnu.org> + + * .gitignore: Do not ignore auto.el. + + * Makefile.in (install-metadata): auto.el is not there anymore,

Re: [AUCTeX-devel] build of xemacs pkg fails for

2015-09-18 Thread Mosè Giordano
Hi Uwe, 2015-09-17 21:51 GMT+02:00 Uwe Brauer : > Hello > > I just wanted to see whether I could built an unoffical xemacs with > git.[1] > > I did this successfully in the past following the following steps: > > Say in ~/xemacs/site-list-packages/src I do > > git clone

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Mosè Giordano
Hi Uwe, 2015-09-15 12:34 GMT+02:00 Uwe Brauer : > Hello > > > I am currently facing two problems: > > > - I always thought that local-key-binding via hook replaces the > global-key-binding (at least so it is in Xemacs) now in GNU Emacs I have > set (global-set-key

Re: [AUCTeX-devel] prettify-symbols-mode and quad

2015-09-15 Thread Mosè Giordano
2015-09-15 15:55 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > >>>>> Indeed, \quad is displayed as a whitespace. That's kinda right >>>>> because it produces a whitespace as wide as the letter m but of

Re: [AUCTeX-devel] prettify-symbols-mode and quad

2015-09-15 Thread Mosè Giordano
Hi Tassilo, 2015-09-15 14:13 GMT+02:00 Tassilo Horn : > Uwe Brauer writes: > >>> Indeed, \quad is displayed as a whitespace. That's kinda right >>> because it produces a whitespace as wide as the letter m but of >>> course it's probably inconvenient

Re: [AUCTeX-devel] [PATCH] New styles

2015-09-13 Thread Mosè Giordano
Hi Arash, 2015-09-13 21:01 GMT+02:00 Arash Esbati : > Hi Mosč, > > Mosč Giordano writes: > >> 2015-09-12 20:27 GMT+02:00 Arash Esbati : > >>> All always, any comments welcome. >> >> Indeed I have a comment: avoid using the name >>

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 05cf5be810abefa37d04fa7443ddfb1ef0edbb50

2015-09-13 Thread Mosè Giordano
uot;true" "false")) +("black"("true" "false")) +("extrabold"("true" "false")) +("thin" ("true" "false")) +("light"("true" "fal

Re: [AUCTeX-devel] [PATCH] New styles

2015-09-12 Thread Mosè Giordano
Hi Arash! 2015-09-12 20:27 GMT+02:00 Arash Esbati : > Hi all, > > please find attached 3 patches adding the following new styles: > > * style/AlegreyaSans.el: New file. > > * style/Alegreya.el: New file. > > * style/fontenc.el: New file. > > All always, any comments

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. f4c5af9a2bfb64fc62a6319c903f7a96dc9052a8

2015-09-10 Thread Mosè Giordano
b/ChangeLog @@ -1,3 +1,14 @@ +2015-09-10 Mosè Giordano <m...@gnu.org> + + * style/polyglossia.el (LaTeX-polyglossia-prepare): Clear + `LaTeX-polyglossia-lang-list'. + (LaTeX-polyglossia-cleanup): Remove clearing of + `LaTeX-polyglossia-lang-list'. + (TeX-update-st

Re: [AUCTeX-devel] Check engines before running LaTeX

2015-09-10 Thread Mosè Giordano
2015-09-09 18:15 GMT+02:00 Mosè Giordano <m...@gnu.org>: > I've been too enthusiastic about my polyglossia style file. It had a > minor bug (a missing * in a regexp), but the major problem is that it > doesn't load automatically language style files. This has probably to > do

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8359f08793dd7c55cb9c572ea1ed8b26349a22c7

2015-09-10 Thread Mosè Giordano
nts. diff --git a/ChangeLog b/ChangeLog index 71f2b57..f439bec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-09-10 Mosè Giordano <m...@gnu.org> + * style/gloss-italian.el ("gloss-italian"): Fix "textitalian" + macro and "italian"

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2b648fee000ed62c5a9491eb7a710c75a3f95b96

2015-09-10 Thread Mosè Giordano
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, master has been updated via 2b648fee000ed62c5a9491eb7a710c75a3f95b96 (commit) from

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 066cf5aa198969206e1cfdc58e3ea71f0e69d2f6

2015-09-09 Thread Mosè Giordano
polyglossia-load-languages): New function. ("polyglossia"): Use it. * style/gloss-italian.el: New style file. * Makefile.in (STYLESRC): Activate it. diff --git a/ChangeLog b/ChangeLog index cb5f7de..9e474fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ 201

Re: [AUCTeX-devel] Check engines before running LaTeX

2015-09-09 Thread Mosè Giordano
Hi Tassilo, 2015-09-09 14:06 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > >>> By the way, I once wrote down a style file for polyglossia, I should >>> review and update it one day. >> >> polyglossia style f

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-08 Thread Mosè Giordano
2015-09-08 13:39 GMT+02:00 Tassilo Horn : > Tassilo Horn writes: > >>> Patch pushed. Tassilo, please note file function in >>> `TeX-command-sequence' is now called without arguments again. >> >> Ok, I'll try to investigate why `TeX-command-default' sometimes >>

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Mosè Giordano
. Does someone have better idea about how to store md5 hash and the information about status of idx file? Any other comment welcome. Bye, Mosè 2015-09-01 7:50 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > > Hi Mosè, > >>

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Mosè Giordano
Hi Tassilo, 2015-09-07 13:36 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: >> which record the md5 hashes of idx files and whether they changed >> after a LaTeX run. > > Why two alists and not just one with (FILE MD5 CHANGED)

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-07 Thread Mosè Giordano
2015-09-07 16:47 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > >>> Why two alists and not just one with (FILE MD5 CHANGED) entries? >> >> Uhm, I think that would be a bit awkward: `TeX-run-TeX' updates md5 >> hash with

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 03772382dc5bc37d80a9d1025c37ea2cd47ed73f

2015-09-07 Thread Mosè Giordano
..c412871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-07 Mosè Giordano <m...@gnu.org> + + * doc/tex-ref.tex: Update copyright years. + Mention C-c C-a key binding. + 2015-09-05 Tassilo Horn <t...@gnu.org> * font-latex.el (font-latex-unfontify-r

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6b3cbea3d456fb556f90413fa26fa1e34f5cb2d4

2015-09-07 Thread Mosè Giordano
c412871..e1fa98a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ 2015-09-07 Mosè Giordano <m...@gnu.org> + * tex-buf.el (LaTeX-idx-md5-alist, LaTeX-idx-changed-alist): New + variables. + (TeX-command-sequence): Call file function without optional + arguments.

Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. e2b24137ddfcda625264d513da6de3bb0b5270b3

2015-09-04 Thread Mosè Giordano
2015-09-04 13:47 GMT+02:00 Tassilo Horn : > Sure, but I am in a latex buffer and still get: Uh, here I get C-c C-a as expected :-/ Bye, Mosè ___ auctex-devel mailing list auctex-devel@gnu.org

Re: [AUCTeX-devel] GNU AUCTeX branch, master, updated. e2b24137ddfcda625264d513da6de3bb0b5270b3

2015-09-04 Thread Mosè Giordano
Hi Tassilo, 2015-09-04 13:33 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > > Hi! > >> * tex-buf.el (TeX-command-run-all): Use `universal-argument' to >> reference C-u. > > Do you know why \\[universal-argument] ex

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-04 Thread Mosè Giordano
Hi Tassilo, 2015-09-04 11:02 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > >>> (after a bit of testing)! I think we have accumulated more than enough >>> additions, fixes, and new features to think about that. >> >>

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-04 Thread Mosè Giordano
Hi Tassilo, 2015-09-04 6:56 GMT+02:00 Tassilo Horn : > Tassilo Horn writes: > Is `TeX-command-run-all' an option? Rational: `TeX-command-list' mostly uses `run'. +1 for C-c C-a. >>> >>> Uhm, good point but I really don't know which option to choose: for

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-03 Thread Mosè Giordano
Hi Arash, 2015-09-03 22:27 GMT+02:00 Arash Esbati <esb...@gmx.de>: > Mosè Giordano <m...@gnu.org> writes: > >> 2015-09-02 7:58 GMT+02:00 Tassilo Horn <t...@gnu.org>: >>> >>> I'm not sure which name is best, though. `TeX-command-all' has the nic

Re: [AUCTeX-devel] How to check whether makeindex should be rerun?

2015-09-02 Thread Mosè Giordano
Hi Tassilo, 2015-09-02 10:36 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > >> differently from what it's said in section 1.3.2.1 of the manual, >> AUCTeX never suggests to run makeindex when needed. Does someone know >> how

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-02 Thread Mosè Giordano
Hi Tassilo, 2015-09-02 7:58 GMT+02:00 Tassilo Horn : > I like Ivan's suggestions. Basically, the command is something like > "make all", so how about either `TeX-make-all', `TeX-execute-all', > `TeX-command-all', or `TeX-compile-all'? The binding C-c C-a would make > sense for all

Re: [AUCTeX-devel] prettify-symbols-mode and the documentation.

2015-09-02 Thread Mosè Giordano
Hi Uwe, 2015-09-02 17:49 GMT+02:00 Uwe Brauer : > Hi > > Maybe after some days of testing we should add an entry to the feature > list, http://www.gnu.org/software/auctex/features.html > describing the new feature? That makes sense, but we should release the new version of

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-02 Thread Mosè Giordano
Hi Uwe, 2015-09-02 17:56 GMT+02:00 Uwe Brauer <o...@mat.ucm.es>: > >> 2015-08-17 12:26 GMT+02:00 Mosè Giordano <m...@gnu.org>: > >> No comment? :-) > > Sorry to arrive late on this discussion. Off-topic question to start > with, where is the «wishli

Re: [AUCTeX-devel] [RFC] parsing \jobname in LaTeX files?

2015-09-01 Thread Mosè Giordano
Hi Tassilo, 2015-09-01 7:46 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > > Hi Mosè, > >> I'd like to do a little survey: does someone find useful to correctly >> parse \jobname in LaTeX files? To be clear, as it is

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-01 Thread Mosè Giordano
2015-09-01 21:45 GMT+02:00 Tassilo Horn <t...@gnu.org>: > Mosè Giordano <m...@gnu.org> writes: > >>> Now could there also be commands `TeX-update-region' and >>> `LaTeX-update-section'? >> >> In `TeX-command-sequence' there is the line >>

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-01 Thread Mosè Giordano
Hi Tassilo, 2015-09-01 9:10 GMT+02:00 Tassilo Horn : > Now could there also be commands `TeX-update-region' and > `LaTeX-update-section'? In `TeX-command-sequence' there is the line (TeX-command cmd 'TeX-master-file 0) so commands are always run on the whole document, but we

Re: [AUCTeX-devel] (add-hook 'LaTeX-mode-hook 'turn-on-prettify-symbols-mode)

2015-09-01 Thread Mosè Giordano
Hi Uwe, 2015-09-01 15:53 GMT+02:00 Uwe Brauer : > On 09/01/2015 05:57 AM, Tassilo Horn wrote: > > Uwe Brauer writes: > > Hi Uwe, > >> I have the above setting >> (add-hook 'LaTeX-mode-hook 'turn-on-prettify-symbols-mode) >> >> however when I open a LaTeX file

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. dbc87df41c22a68d98629c65653afa07cfb5e398

2015-08-31 Thread Mosè Giordano
hanges.texi: Mention `TeX-PDF-via-dvips-ps2pdf'. * doc/quickstart.texi (Processing Facilities): Mention `TeX-PDF-via-dvips-ps2pdf'. diff --git a/ChangeLog b/ChangeLog index 4edd55f..5057a0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,31 @@ 2015-08-31 Mosè Giordano <m...@gnu.org>

Re: [AUCTeX-devel] Implementing TeX-update

2015-08-31 Thread Mosè Giordano
Ok, no one objected, then I've applied the patches. Happy TeXing with new C-c C-u command! Bye, Mosè 2015-08-24 18:27 GMT+02:00 Mosè Giordano <m...@gnu.org>: > 2015-08-17 12:26 GMT+02:00 Mosè Giordano <m...@gnu.org>: >> Hi list, >> >> I've implemented TeX-upd

[AUCTeX-devel] How to check whether makeindex should be rerun?

2015-08-31 Thread Mosè Giordano
Hi all, differently from what it's said in section 1.3.2.1 of the manual, AUCTeX never suggests to run makeindex when needed. Does someone know how can we check whether we need to run makeindex? The .idx file is rewritten after every latex run, so it's useless to look to its modification time,

[AUCTeX-devel] [RFC] parsing \jobname in LaTeX files?

2015-08-31 Thread Mosè Giordano
Hi all, I'd like to do a little survey: does someone find useful to correctly parse \jobname in LaTeX files? To be clear, as it is now, \include{\jobname-foo} \addbibresource{\jobname.bib} are ignored by the parser.[1] Do you think it's valuable to make \jobname be replaced by

Re: [AUCTeX-devel] [PATCH] Various patches

2015-08-30 Thread Mosè Giordano
Hi Arash, 2015-08-30 15:22 GMT+02:00 Arash Esbati esb...@gmx.de: Mosč Giordano m...@gnu.org writes: Hi Mosč, 2015-08-24 22:49 GMT+02:00 Arash Esbati esb...@gmx.de: Regarding `TeX-arg-{opening,closing}-brace' values, we have `TeX-gr{op,cl}' variables, avoid using hardcoded { and }. In

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a85d7c62dde35869f0e86786d9e9620f333a2527

2015-08-30 Thread Mosè Giordano
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, master has been updated via a85d7c62dde35869f0e86786d9e9620f333a2527 (commit) via

Re: [AUCTeX-devel] latex-pretty-symbols.el and subscripts (x-symbol): don't display _ or ^

2015-08-24 Thread Mosè Giordano
2015-08-24 9:24 GMT+02:00 Uwe Brauer o...@mat.ucm.es: 2015-08-23 22:50 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Speaking for myself, I don't like code disappearing. Instead I like AUCTeX' approach: {sub,super}scripts are rendered as such but ^ and _ (and braces) are still there. Usually I

Re: [AUCTeX-devel] Implementing TeX-update

2015-08-24 Thread Mosè Giordano
2015-08-17 12:26 GMT+02:00 Mosè Giordano m...@gnu.org: Hi list, I've implemented TeX-update, as suggested in the wishlist. My work follows the same logic of http://www.emacswiki.org/emacs/TN#toc8 and is in part based on it: a function runs the compilation command and calls a sentinel which

Re: [AUCTeX-devel] latex-pretty-symbols.el and subscripts (x-symbol): don't display _ or ^

2015-08-24 Thread Mosè Giordano
2015-08-24 18:35 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Actually you don't need to issue `TeX-fold-clearout-buffer' before `TeX-fold-buffer', but this isn't the point. IIUC, you'd prefer automatic folding as you type, right? That is correct but maybe this is very resource consuming? I think

Re: [AUCTeX-devel] [PATCH] Various patches

2015-08-24 Thread Mosè Giordano
Hi Arash, 2015-08-24 22:49 GMT+02:00 Arash Esbati esb...@gmx.de: Mosè Giordano m...@gnu.org writes: Hi Mosè, 2015-08-22 12:13 GMT+02:00 Arash Esbati esb...@gmx.de: As always, any comments welcome. I reviewed your patches, they're overall fine, as usual, I have only a minor concern about

Re: [AUCTeX-devel] [PATCH] Various patches

2015-08-23 Thread Mosè Giordano
Hi Arash, 2015-08-22 12:13 GMT+02:00 Arash Esbati esb...@gmx.de: As always, any comments welcome. I reviewed your patches, they're overall fine, as usual, I have only a minor concern about captionbox: for the label you could simply call (TeX-insert-macro label) which will do

Re: [AUCTeX-devel] latex-pretty-symbols.el and subscripts (x-symbol): don't display _ or ^

2015-08-23 Thread Mosè Giordano
Hi Uwe, 2015-08-23 17:26 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Hello I just found out that latex-pretty-symbols.el provides, at first glance, basically the same features as x-symbol-mode. However there is one small difference: - both package display sub and superscripts actually one a

Re: [AUCTeX-devel] latex-pretty-symbols.el and subscripts (x-symbol): don't display _ or ^

2015-08-23 Thread Mosè Giordano
2015-08-23 22:50 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Mosè == Mosè Giordano m...@gnu.org writes: Hi Uwe, 2015-08-23 17:26 GMT+02:00 Uwe Brauer o...@mat.ucm.es: I hope it's clear `latex-pretty-symbols' has nothing to do with AUCTeX ;-) Point taken, I sometimes (ab)use

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 40963e5f00d689045f3c707d1f293b929547ced2

2015-08-21 Thread Mosè Giordano
-check-engine'. diff --git a/ChangeLog b/ChangeLog index e2c8ac8..7201d85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2015-08-21 Mosè Giordano m...@gnu.org + + * tex-buf.el (TeX-check-engine): New customizable variable. + (TeX-check-engine-list): New variable

Re: [AUCTeX-devel] Check engines before running LaTeX

2015-08-21 Thread Mosè Giordano
Hi Tassilo, 2015-08-21 8:15 GMT+02:00 Tassilo Horn t...@gnu.org: Mosè Giordano m...@gnu.org writes: Hi Mosè, I sometimes happen to try to compile documents with a wrong engine (above all example documents found on the Internet and the culprits are fontspec and polyglossia, which require

[AUCTeX-devel] Check engines before running LaTeX

2015-08-20 Thread Mosè Giordano
Hi all, I sometimes happen to try to compile documents with a wrong engine (above all example documents found on the Internet and the culprits are fontspec and polyglossia, which require LuaTeX or XeTeX). I'd like to be warned by AUCTeX that I'm going to get an error, then I wrote the attached

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a4d23f65e86c5f18a0722d9f037daa61b54beb91

2015-08-20 Thread Mosè Giordano
and keys. diff --git a/ChangeLog b/ChangeLog index 876673f..e2c8ac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2015-08-20 Mosè Giordano m...@gnu.org + + * tex-buf.el (TeX-error-overview-jump-to-source) + (TeX-error-overview-goto-log): New functions. + (TeX-error

Re: [AUCTeX-devel] Any equivalent to `reftex-label' in AUCTeX

2015-08-19 Thread Mosè Giordano
Hi Arash, 2015-08-19 0:27 GMT+02:00 Arash Esbati esb...@gmx.de: Mosè Giordano m...@gnu.org writes: Hi Mosè, 2015-08-18 22:19 GMT+02:00 Arash Esbati esb...@gmx.de: [...] My question is, does AUCTeX has something equivalent to `reftex-label' or should I just read the label as a string

Re: [AUCTeX-devel] Any equivalent to `reftex-label' in AUCTeX

2015-08-19 Thread Mosè Giordano
2015-08-19 16:58 GMT+02:00 Mosè Giordano m...@gnu.org: With the brand-new `TeX-arg-label' function! Of course I meant `TeX-read-label' ;-) Bye, Mosè ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2648a5807bf6567b86ecd9342a39d439c7288b38

2015-08-19 Thread Mosè Giordano
100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2015-08-19 Mosè Giordano m...@gnu.org + + * latex.el (LaTeX-label): Mention in the docstring the returned + value. Let-bind `TeX-read-label-prefix' and use `TeX-read-label' + to read the label. + (TeX-read-label-prefix

Re: [AUCTeX-devel] Any equivalent to `reftex-label' in AUCTeX

2015-08-18 Thread Mosè Giordano
Hi Arash, 2015-08-18 22:19 GMT+02:00 Arash Esbati esb...@gmx.de: Hi all, caption.sty has an undocumented command `\captionbox' with the following syntax: \captionbox[list entry]{heading}[width][inner-pos]{contents} \captionbox*{heading}[width][inner-pos]{contents} `heading'

[AUCTeX-devel] Implementing TeX-update

2015-08-17 Thread Mosè Giordano
Hi list, I've implemented TeX-update, as suggested in the wishlist. My work follows the same logic of http://www.emacswiki.org/emacs/TN#toc8 and is in part based on it: a function runs the compilation command and calls a sentinel which, when the command finishes, calls back the function and so

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. c896f96bc44577680b777bc4cd6f477181f13784

2015-08-15 Thread Mosè Giordano
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, master has been updated via c896f96bc44577680b777bc4cd6f477181f13784 (commit) from

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. be9f14a1726b74848186b921ed6dc4f89f7cd4ac

2015-08-09 Thread Mosè Giordano
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, master has been updated via be9f14a1726b74848186b921ed6dc4f89f7cd4ac (commit) via

Re: [AUCTeX-devel] TeX-toggle-debug-warnings on: TeX-next-error jumps to undefined ref, but not to duplicated labels

2015-07-23 Thread Mosè Giordano
Hi Uwe, 2015-07-22 13:39 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Hello It is great that TeX-next-error is able to jump to undefined references, when TeX-toggle-debug-warnings is on as in the following short document. However this document contains another error: duplicated labels.

Re: [AUCTeX-devel] Various Patches

2015-07-21 Thread Mosè Giordano
Hi Arash, 2015-07-21 22:26 GMT+02:00 Arash Esbati esb...@gmx.de: Mosč Giordano m...@gnu.org writes: Hi Mosč, 2015-07-19 15:04 GMT+02:00 Arash Esbati esb...@gmx.de: Hi all, please find attached 7 patches. From Changelog: [...] Patches installed, thank you so much! Thank you very

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. e351a3a6ad8bcb15c959d77227849f50cd5d8de9

2015-07-21 Thread Mosè Giordano
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, master has been updated via e351a3a6ad8bcb15c959d77227849f50cd5d8de9 (commit) from

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 166e14bf5496e2c8a85bcefb1786c7ae9e474a14

2015-07-21 Thread Mosè Giordano
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, master has been updated via 166e14bf5496e2c8a85bcefb1786c7ae9e474a14 (commit) from

Re: [AUCTeX-devel] [PATCH] Add missing commands `\nameref*' and `\Nameref'

2015-07-21 Thread Mosè Giordano
2015-07-21 22:29 GMT+02:00 Arash Esbati esb...@gmx.de: Hi all, the following patch adds two missing commands `\nameref*' and `\Nameref' to `nameref.el'. Any comments welcome. Second patch applied too ;-) Bye, Mosè ___ auctex-devel mailing list

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 482dddb6eb1441c5ed500b97065bf72e46624e6d

2015-07-19 Thread Mosè Giordano
/ChangeLog @@ -1,3 +1,8 @@ +2015-07-18 Arash Esbati esb...@gmx.de + + * style/array.el: Parse user-defined new column types and add them + to `LaTeX-array-column-letters'. + 2015-07-09 Mosè Giordano m...@gnu.org * latex/README: restore file deleted by mistake when preview

Re: [AUCTeX-devel] Various Patches

2015-07-19 Thread Mosè Giordano
Hi Arash, 2015-07-19 15:04 GMT+02:00 Arash Esbati esb...@gmx.de: Hi all, please find attached 7 patches. From Changelog: 1) style/array.el: Parse user-defined new column types and add them to `LaTeX-array-column-letters'. 2) style/tabularx.el (tabularx): Add `X' to

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 609470047cfbfffa91e81cd8a3c38f57b9d80ff9

2015-07-09 Thread Mosè Giordano
. diff --git a/ChangeLog b/ChangeLog index 4446c4c..2813370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-07-09 Mosè Giordano m...@gnu.org + + * latex/README: restore file deleted by mistake when preview/ + directory has been moved to top level. + + * Makefile.in

Re: [AUCTeX-devel] RFC: Extending array.el to parse \newcolumntype

2015-07-07 Thread Mosè Giordano
Hi Arash, 2015-07-01 23:03 GMT+02:00 Arash Esbati esb...@gmx.de: Arash Esbati esb...@gmx.de writes: Hi Mosč, Thanks for your comments. I will include them in a new suggestion; I'm thinking about a general function and update `tabularx.el' and `tabulary.el' at the same time. following up

Re: [AUCTeX-devel] latex-mode or context-mode in startup

2015-06-28 Thread Mosè Giordano
Hi Carlos, AUCTeX expects the input file to have an extension. Try setting `TeX-default-extension' to the empty string and change the last three lines of the definition of `TeX-master-file' to (if (null (zerop (length extension))) (concat name . extension) name This should make

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 5178ba6a0312ed789a091ddfd75e5d39b4064161

2015-06-21 Thread Mosè Giordano
a/ChangeLog b/ChangeLog index 77d25cd..4446c4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-06-21 Mosè Giordano m...@gnu.org + * tex-buf.el (TeX-LaTeX-sentinel): Add support for hf-tikz + messages. + * style/mnras.el: New style file. * Makefile.in

Re: [AUCTeX-devel] TeX-next-error pdflatex and latex

2015-06-15 Thread Mosè Giordano
Hi Uwe, 2015-06-15 12:18 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Mos == Mos Mos writes: Hi Uwe, 2015-06-14 22:05 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Hello Why does TeX-next-error work so much better with simple latex than it does with pdflatex? Could

Re: [AUCTeX-devel] [PATCH 2/2] New style pdfpages.el.

2015-06-14 Thread Mosè Giordano
Hi Arash, 2015-06-13 21:06 GMT+02:00 Arash Esbati esb...@gmx.de: Any comment? Yes: patch applied, thank you ;-) Bye, Mosè ___ auctex-devel mailing list auctex-devel@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-devel

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0efe67851762d1f9c00124629d5984b23cf37bd7

2015-06-14 Thread Mosè Giordano
be relative to master file + directory. + 2015-06-13 Mosè Giordano m...@gnu.org * tex-buf.el (TeX-LaTeX-sentinel-has-warnings, TeX-parse-error): diff --git a/style/pdfpages.el b/style/pdfpages.el index 8957cf7..d034668 100644 --- a/style/pdfpages.el +++ b/style/pdfpages.el @@ -98,8 +98,12

Re: [AUCTeX-devel] TeX-next-error pdflatex and latex

2015-06-14 Thread Mosè Giordano
Hi Uwe, 2015-06-14 22:05 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Hello Why does TeX-next-error work so much better with simple latex than it does with pdflatex? Could you please explain in which way `TeX-next-error' works better with latex than with pdflatex? I use pdflatex and I've never

Re: [AUCTeX-devel] [PATCH 2/2] New style pdfpages.el.

2015-06-14 Thread Mosè Giordano
2015-06-14 21:32 GMT+02:00 Arash Esbati esb...@gmx.de: Mosè Giordano m...@gnu.org writes: Hi Mosè, 2015-06-13 21:06 GMT+02:00 Arash Esbati esb...@gmx.de: Any comment? Yes: patch applied, thank you ;-) Hmm, actually, I was thinking about comments about the code, I would have made

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8052cd57efa81f826916e588a8b08fb35c4110ed

2015-06-13 Thread Mosè Giordano
emits a warning from TeX Live 2015). diff --git a/ChangeLog b/ChangeLog index 2230519..599dbfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-06-13 Mosè Giordano m...@gnu.org + + * tex-buf.el (TeX-LaTeX-sentinel-has-warnings, TeX-parse-error): + Cater for packages

Re: [AUCTeX-devel] problems with Xemacs 21.4.22 Mule on Mac, xdvi

2015-06-10 Thread Mosè Giordano
Hi Uwe, 2015-06-10 8:41 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Hello Although I use Linux most of the time (with Xemacs 21.5.34 and auctex 11.83 without problems), I found the following problem when I used Xemacs 21.4.22 Mule on Mac OS Yosmite. Xemacs 21.4.22 is shipped by port (Xcode

Re: [AUCTeX-devel] problem with formatting and marking in auctex 11.88

2015-06-05 Thread Mosè Giordano
Hi Tassilo, 2015-06-05 11:47 GMT+02:00 Tassilo Horn t...@gnu.org: IMO, it's about time to increment the supported emacs versions to 22 and above. I think emacs 22 might still be widely used because that ships with Mac OS X but at least all GNU/Linux distros I know ship at least some Emacs 23

Re: [AUCTeX-devel] [PATCH 2/2] New style pdfpages.el.

2015-06-05 Thread Mosè Giordano
Hi Arash, 2015-06-05 23:01 GMT+02:00 Arash Esbati esb...@gmx.de: Hi all, this patch adds support for `pdfpages.sty'. Many thanks to Andreas Matthias for testing this style. Both patches installed, thank you! For the autocompletion of the included file, you may be interested in what

<    1   2   3   4   5   6   7   8   >