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 : > Mosè Giordano 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) entries? Uhm, I think that would be a bit

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

2015-09-07 Thread Mosè Giordano
eLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-07 Mosè Giordano + + * doc/tex-ref.tex: Update copyright years. + Mention C-c C-a key binding. + 2015-09-05 Tassilo Horn * font-latex.el (font-latex-unfontify-region): Also remove the diff --git a/doc/tex-ref.tex b/doc/t

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 : > Mosè Giordano 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 without touching the changed status, in

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

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

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

2015-09-07 Thread Mosè Giordano
2015-09-07 17:27 GMT+02:00 Mosè Giordano : > if there are no other comments I'll install it > later today or tomorrow. Patch pushed. Tassilo, please note file function in `TeX-command-sequence' is now called without arguments a

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 >> suggests different commands dependi

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 5dd4f21cf5c044743552232fc01b65932edd9b1a

2015-09-09 Thread Mosè Giordano
eLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-09-09 Mosè Giordano + + * style/polyglossia.el: New style file. + + * Makefile.in (STYLESRC): Activate it. + 2015-09-08 Arash Esbati * style/hyperref.el ("hyperref"): Add completion for starred diff --git a/Makefile.in

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

2015-09-09 Thread Mosè Giordano
2015-08-21 15:34 GMT+02:00 Mosè Giordano : > By the way, > I once wrote down a style file for polyglossia, I should review and > update it one day. polyglossia style file is now included in AUCTeX. What we need now are style files for each languages, much like those for babel, and they

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

2015-09-09 Thread Mosè Giordano
ssia-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 @@ 2015-09-09

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 : > Mosè Giordano writes: > >>> By the way, I once wrote down a style file for polyglossia, I should >>> review and update it one day. >> >> polyglossia style file is now included in AUCTeX. What we

[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 + + * style/polyglossia.el (LaTeX-polyglossia-prepare): Clear + `LaTeX-polyglossia-lang-list'. + (LaTeX-polyglossia-cleanup): Remove clearing of + `LaTeX-polyglossia-lang-list'. + (TeX-update-style-hook)

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

2015-09-10 Thread Mosè Giordano
2015-09-09 18:15 GMT+02:00 Mosè Giordano : > 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 with when c

[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 f4c5af9a2bfb64fc6

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

2015-09-10 Thread Mosè Giordano
it a/ChangeLog b/ChangeLog index 71f2b57..f439bec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-09-10 Mosè Giordano + * style/gloss-italian.el ("gloss-italian"): Fix "textitalian" + macro and "italian" environment arguments. + *

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 welcome. Indeed I

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

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

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 >> "LaTeX-*-package-options" for both a variable and a function, ther

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 "\C-cr" 'ispell-r

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 when editing. >> >>> Hm, what

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

2015-09-15 Thread Mosè Giordano
2015-09-15 15:55 GMT+02:00 Tassilo Horn : > Mosè Giordano 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'

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 git://git.savannah.gnu.org/

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

2015-09-20 Thread Mosè Giordano
ff --git a/ChangeLog b/ChangeLog index 7a90c90..5ad0ddf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-20 Mosè Giordano + + * .gitignore: Do not ignore auto.el. + + * Makefile.in (install-metadata): auto.el is not there anymore, + we do not need to test if preview is en

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 GMT+02

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, and the whole family, wh

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

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

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 are errors, something is

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

2015-09-25 Thread Mosè Giordano
crartcl.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 + + * latex.el (LaTeX-common-initialization)

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 > `(,(concat "\

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

2015-09-26 Thread Mosè Giordano
/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-26 Mosè Giordano + + * tex.el (TeX-search-files-kpathsea): Remove duplicates + directories. + 2015-09-26 Tassilo Horn * tex.el (TeX--prettify-symbols-compose-p): New function. diff --git a/tex.el b/tex.el index 912073

Re: [AUCTeX-devel] A question with regexps

2015-09-26 Thread Mosè Giordano
2015-09-26 23:37 GMT+02:00 Arash Esbati : > Hi Mosè, > > Mosè Giordano writes: > >> 2015-09-26 16:19 GMT+02:00 Arash Esbati : >>> >>> The idea is to pass the type of new float-env to AUCTeX and process it, >>> e.g.: >>> >>>

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 welcome. Only a mino

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: > > --- /context.el 2015-09-27 1

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 5ee567c8043f462ecf995eef424dd5d93b51f167

2015-09-28 Thread Mosè Giordano
ot require cl at loading time. (LaTeX-newfloat-auto-cleanup): Append elements to `LaTeX-label-alist' in order not to override possible custom values. diff --git a/ChangeLog b/ChangeLog index dd1660b..8c677a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-28

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 : > Mosè Giordano 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 >> someone please confirm

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 96639fbffa7b85680f2d48e92a47acda4ff965fc

2015-09-29 Thread Mosè Giordano
77a2..e7daae0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-29 Mosè Giordano + + * style/newfloat.el (LaTeX-newfloat-auto-cleanup): Replace another + `pushnew' with `add-to-list', previously overlooked. + 2015-09-28 Mosè Giordano * style/new

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") > (LaTeX-add-

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

2015-10-04 Thread Mosè Giordano
og @@ -1,3 +1,7 @@ +2015-10-04 Mosè Giordano + + * tex.el (TeX-command-list): Add MkIV to `TeX-command-list'. + 2015-09-29 Mosè Giordano * style/newfloat.el (LaTeX-newfloat-auto-cleanup): Replace another diff --git a/tex.el b/tex.el index c390d15..0072e31 100644 --- a/tex.el ++

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

2015-10-04 Thread Mosè Giordano
@@ +2015-10-04 Mosè Giordano + + * 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-command-list): Use %(cntx

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

2015-10-05 Thread Mosè Giordano
l (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 + + * context.el (TeX-ConTeXt-sentinel): Parse ConTeXt Mark IV output. + + * tex-buf.el (TeX-TeX-sentinel-che

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 it. Done, thank y

[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 3b5f047045557baa0

[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 + + * 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. + + * t

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 unused > `prompt' fro

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

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

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 much > better).

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...? Yes, reftex-cite.el

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

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

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 to work so I >> have >> >> (defu

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

2015-10-19 Thread Mosè Giordano
/ChangeLog b/ChangeLog index 20bd1dc..3b4b629 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-19 Mosè Giordano + + * tex-buf.el (TeX-command): Check that AUCTeX can find a working + TeX distribution before running some *TeX commands. + 2015-10-18 Mos

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

2015-10-20 Thread Mosè Giordano
Hi David, 2015-10-20 21:20 GMT+02:00 David Kastrup : > Arash Esbati writes: > >> Hi Mosè, >> >> Mosè Giordano writes: >> >>> Thanks for your contribution. I didn't have the time to actually test >>> it, but it looks good. Just out

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 635107861b47f98ac66dea19efe7ab9216c71e96

2015-11-02 Thread Mosè Giordano
bug#21814. diff --git a/ChangeLog b/ChangeLog index ca1d4e3..000c652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-11-02 Mosè Giordano + + * latex.el (TeX-arg-document): When `TeX-arg-input-file-search' is + nil, use `LaTeX-style-list' to complete docume

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4527e8a440bd21985f3b1284904eb93527527b15

2015-11-03 Thread Mosè Giordano
ion `ConTeXt-Mark-version'. diff --git a/ChangeLog b/ChangeLog index 000c652..6d8a74b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-11-03 Mosè Giordano + + * doc/auctex.texi (Processor Options): Document + `ConTeXt-Mark-version'. + (Multifile): M

Re: [AUCTeX-devel] Moving across formulas

2015-11-03 Thread Mosè Giordano
Hi Marcin, 2015-10-29 22:54 GMT+01:00 Marcin Borkowski : > Hi all, > > I'm slowly (very slowly, I have a lot of other things to do now...) > working on my AUCTeX enhancements. One thing I'd like to have is to be > able to move to the end (or beginning) of a formula. I.e., in one of > these situa

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

2015-11-06 Thread Mosè Giordano
136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2015-11-06 Mosè Giordano + + * tex-buf.el (TeX-check-TeX, TeX-check-TeX-command-not-found): New + customizable options. + (TeX-command): Do a better check for the presence of a TeX + distribution. Run `call-pro

Re: [AUCTeX-devel] Contributing to AUCTeX

2015-11-07 Thread Mosè Giordano
Hi Marcin, 2015-11-07 20:14 GMT+01:00 Marcin Borkowski : > OK, > > so after some time dedicated to thinking I signed the FSF papers and > sent them (of course, it will take some time for the letter to get > across the pond, and FSF will probably need at least a few days to > register it). Good to

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

2015-11-07 Thread Mosè Giordano
87c136..9af3154 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-11-08 Mosè Giordano + + * tex-info.el (TeX-texinfo-mode): Set `TeX-output-extension'. + Remove compatibility code with old Emacsen. + 2015-11-06 Mosè Giordano * tex-buf.el (TeX-check-TeX, TeX-c

[AUCTeX-devel] VirTeX-common-initialization in texinfo-mode

2015-11-07 Thread Mosè Giordano
Dear all, does someone know why `TeX-texinfo-mode' doesn't run `VirTeX-common-initialization'? Maybe because in the latter there are some settings incompatible with texinfo needs? Indeed some variables are set to nil in one function and to non-nil in the other one and vice-versa, but I don't see

[AUCTeX-devel] Drop ChangeLog (was: Contributing to AUCTeX)

2015-11-08 Thread Mosè Giordano
Hi Tassilo, 2015-11-08 21:07 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: > >> [1] BTW, how about dropping it [the ChangeLog] and auto-generating it >> like Emacs? > > Yes, please! Good, after the release of 11.89 I think we have the chance to do this change.[1] D

Re: [AUCTeX-devel] Drop ChangeLog

2015-11-09 Thread Mosè Giordano
Hi Uwe, 2015-11-09 11:10 GMT+01:00 Uwe Brauer : >>>> "Mosè" == Mosè Giordano writes: > >> Hi Tassilo, >> 2015-11-08 21:07 GMT+01:00 Tassilo Horn : >>> Mosè Giordano writes: >>> >>>> [1] BTW, how about dro

Re: [AUCTeX-devel] Drop ChangeLog

2015-11-09 Thread Mosè Giordano
2015-11-09 11:10 GMT+01:00 Uwe Brauer : >>>> "Mosè" == Mosè Giordano writes: > >> Hi Tassilo, >> 2015-11-08 21:07 GMT+01:00 Tassilo Horn : >>> Mosè Giordano writes: >>> >>>> [1] BTW, how about dro

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

2015-11-09 Thread Mosè Giordano
#x27;. diff --git a/ChangeLog b/ChangeLog index d8bfe7c..11d8201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-11-09 Mosè Giordano + + * tex-info.el: Update copyright years. + (Texinfo-nodename-de-escape, Texinfo-nodename-escape): Use + `TeX-assoc-string'

Re: [AUCTeX-devel] Drop ChangeLog

2015-11-09 Thread Mosè Giordano
Hi Tassilo, 2015-11-09 18:18 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: > > Hi Mosè, > >>>> [1] BTW, how about dropping it [the ChangeLog] and auto-generating >>>> it like Emacs? >>> >>> Yes, please! >> >> Good, after the r

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9dba8fdf2af6fb36fcce009a372bcd50adc57f2e

2015-11-10 Thread Mosè Giordano
ting it or evince goes down to the frame + performing the View command. Fixes bug#21873. + 2015-11-09 Mosè Giordano * tex-info.el: Update copyright years. diff --git a/tex.el b/tex.el index 6bd7a95..f4ecfec 100644 --- a/tex.el +++ b/tex.el @@ -121,7 +121,7 @@ If nil, none is

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 5179308ed7eae182e1ff6cfe5bbc596097fba31b

2015-11-10 Thread Mosè Giordano
of the ERT test files. (LaTeX-filling): New ERT test. diff --git a/ChangeLog b/ChangeLog index 48ac03b..1b94fca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2015-11-10 Mosè Giordano + + * latex.el (LaTeX-fill-break-at-separators): Change default value + to open

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

2015-11-11 Thread Mosè Giordano
ath-indent-out.tex: Ditto. diff --git a/ChangeLog b/ChangeLog index 1b94fca..8d03381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2015-11-11 Mosè Giordano + + * tests/latex/latex-test.el (LaTeX-math-indent) + (LaTeX-change-environment-with-esc): New tests. + + * tests/

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 11af8e60b1b3f66145518be9484f3fb371ccf171

2015-11-12 Thread Mosè Giordano
splay-graphic-p'. Suggested by Santiago Saavedra. diff --git a/ChangeLog b/ChangeLog index 8d03381..74a45c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-11-12 Mosè Giordano + + * tex.el (TeX-view-predicate-list-bultin): For + `has-no-display-manager' p

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

2015-11-12 Thread Mosè Giordano
te release version. diff --git a/ChangeLog b/ChangeLog index 16d54f3..011a996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2015-11-12 Mosè Giordano + * RELEASE: Update AUCTeX version, the new features section, and + the list of contributors. + + * configure.ac: Upd

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

2015-11-13 Thread Mosè Giordano
--- commit df7dbbd3a029f02042b4fa01725c4a1f4502ff56 Author: Mosè Giordano Date: Fri Nov 13 09:56:39 2015 +0100 Release_11.89 diff --git a/ChangeLog b/ChangeLog index 011a996..7a80e13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-11-13 Mosè Giordano + + * Version 11.89 released. + 2015-11-12 Mos

[AUCTeX-diffs] GNU AUCTeX tag, release_11_89, created. df7dbbd3a029f02042b4fa01725c4a1f4502ff56

2015-11-13 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 tag, release_11_89 has been created at df7dbbd3a029f02042b4fa01725c4a1f4502ff56 (commit) - Log --

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 7427d62f6e8849906c6560b494d96e396129ea3e

2015-11-13 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 7427d62f6e8849906c6560b494d96e396129ea3e (commit) from df7dbbd3a029f0204

Re: [AUCTeX-devel] Drop ChangeLog

2015-11-13 Thread Mosè Giordano
king, Mosè 2015-11-09 22:50 GMT+01:00 Mosè Giordano : > Hi Tassilo, > > 2015-11-09 18:18 GMT+01:00 Tassilo Horn : >> Mosè Giordano writes: >> >> Hi Mosè, >> >>>>> [1] BTW, how about dropping it [the ChangeLog] and auto-generating >>>>>

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

2015-11-13 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 c2fbb9ca83509d46141a55fca473215b176dc9c7 (commit) from 7427d62f6e8849906

Re: [AUCTeX-devel] Drop ChangeLog

2015-11-13 Thread Mosè Giordano
Hi Tassilo, 2015-11-13 17:28 GMT+01:00 Tassilo Horn : >> I also officially dropped the ChangeLog! > > For those of us for who "make " and "./configure" stopped > working because those expect a ChangeLog, just copy ChangeLog.1 to > ChangeLog, "make distclean", and autogen/configure/make anew. Oops

Re: [AUCTeX-devel] Drop ChangeLog

2015-11-15 Thread Mosè Giordano
2015-11-14 0:50 GMT+01:00 Mosè Giordano : > There may be some more quirks, for example I don't > think the AUCTeX date is actually right since ChangeLog.1 is not > up-to-date (we should think about to address this problem, I don't > think using git is an option because pe

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

2015-11-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 e4cde665461df3397113aea7e1976eeec01f5dfc (commit) from c2fbb9ca83509d461

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

2015-11-16 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 4ed66ee71b12f88010808972f1cf697a7b72828d (commit) from e4cde665461df3397

[AUCTeX-devel] Changing coding of files

2015-11-16 Thread Mosè Giordano
Hi all, any objections against changing the coding of tex.el and font-latex.el to utf-8? In particular, font-latex.el is recognized by grep as a binary file because of the guillemets at line 72. (Does it occur only to me?) I know I could use the -a switch, but I'd rather avoid this, and I seem

Re: [AUCTeX-devel] A bug in texmathp

2015-11-16 Thread Mosè Giordano
Hi Marcin, 2015-11-14 0:19 GMT+01:00 Marcin Borkowski : > Hi all, > > I'm currently reading the source for texmathp, and I've just found > a bug. Assuming that "|" is the position of point, evaluating > (texmathp) in this situation: "\\$|...$" yields nil instead of t. The > culprit is the texmat

Re: [AUCTeX-devel] A bug in texmathp

2015-11-16 Thread Mosè Giordano
2015-11-15 15:54 GMT+01:00 Mosè Giordano : > Hi Marcin, > > 2015-11-14 0:19 GMT+01:00 Marcin Borkowski : >> Hi all, >> >> I'm currently reading the source for texmathp, and I've just found >> a bug. Assuming that "|" is the position

Re: [AUCTeX-devel] A bug in texmathp

2015-11-16 Thread Mosè Giordano
2015-11-15 17:55 GMT+01:00 Mosè Giordano : > How about the attached patch? Oops, I forgot to attach it, here it is! Bye, Mosè diff --git a/texmathp.el b/texmathp.el index f13e237..6280231 100644 --- a/texmathp.el +++ b/texmathp.el @@ -172,7 +172,7 @@ customize (customize calls it when sett

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 43cbc5f73e42f72a3bb0816a4ab07f66a7ba93c8

2015-11-18 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 43cbc5f73e42f72a3bb0816a4ab07f66a7ba93c8 (commit) from 4ed66ee71b12f8801

[AUCTeX-devel] Master file set with "%% Master:" at the beginning of the file

2015-11-18 Thread Mosè Giordano
Dear all, I don't know how many of you knew that in AUCTeX the master file can be also set with the line %% Master: file.tex at the beginning of the file. I didn't, for one, until a few minutes ago. This feature has been introduced («under protest!») in 1994 and marked to be phased out lat

Re: [AUCTeX-devel] [addl] (was: Drop ChangeLog)

2015-11-18 Thread Mosè Giordano
Hi Uwe, 2015-11-17 12:54 GMT+01:00 Uwe Brauer : > >> 2015-11-09 11:10 GMT+01:00 Uwe Brauer : > > Hi >> Magit has the feature you describe: stage the changes, in magit-status >> buffer view the hunk you want to describe and press C >> (magit-commit-add-log) to enter the ChangeLog-li

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

2015-11-18 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 fac521dc9e057a1fec03954bdca37ed505549c75 (commit) from 43cbc5f73e42f72a3

Re: [AUCTeX-devel] Master file set with "%% Master:" at the beginning of the file

2015-11-19 Thread Mosè Giordano
Hi Marcin, 2015-11-19 16:32 GMT+01:00 Marcin Borkowski : > > On 2015-11-19, at 00:07, Mosè Giordano wrote: > >> Dear all, >> >> I don't know how many of you knew that in AUCTeX the master file can >> be also set with the line >> >> %% Maste

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 63ea223931437f7c5ac2f25cda22dc6d0eb6e068

2015-11-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 63ea223931437f7c5ac2f25cda22dc6d0eb6e068 (commit) from fac521dc9e057a1fe

Re: [AUCTeX-devel] Changing coding of files

2015-11-21 Thread Mosè Giordano
Hi Tassilo, 2015-11-21 8:10 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: > >> any objections against changing the coding of tex.el and font-latex.el >> to utf-8? > > Not at all. I hadn't even noticed that these files aren't utf-8 right > now but I se

Re: [AUCTeX-devel] Regex best practice

2015-11-21 Thread Mosè Giordano
Hi Arash, 2015-11-19 20:58 GMT+01:00 Arash Esbati : > Hi all, > > looking at some packages, the optional arguments for some commands are > getting more and more complex, e.g. > > --8<---cut here---start->8--- > \declaresomething[% > key = value

Re: [AUCTeX-devel] Regex best practice

2015-11-22 Thread Mosè Giordano
Hi Arash, 2015-11-21 23:20 GMT+01:00 Arash Esbati : > Hi Mosè, > > Mosè Giordano writes: > >> 2015-11-19 20:58 GMT+01:00 Arash Esbati : > >>> looking at some packages, the optional arguments for some commands are >>> getting more and more complex, e

Re: [AUCTeX-devel] Regex best practice

2015-11-24 Thread Mosè Giordano
Hi Arash, 2015-11-24 21:13 GMT+01:00 Arash Esbati : > Hi Mosè, > > Mosè Giordano writes: > >> Probably yes: so you want to match the whole \declaretheoremstyle >> macro, but saving only the mandatory argument, right? > > Yes, exactly. The problem of your regex

Re: [AUCTeX-devel] problems with git pull

2015-11-27 Thread Mosè Giordano
Hi Uwe, 2015-11-27 22:24 GMT+01:00 Uwe Brauer : > Hi > > After a month of not updating I run today > > git pull > > I obtained: > error: refs/tags/auctex_5_6d does not point to a valid object! > error: refs/tags/auctex_6_1b does not point to a valid object! > error: refs/tags/auctex_6_1c does not

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2880b625ce09cc86ac168530cdc23fc2e3e91ad9

2015-11-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 2880b625ce09cc86ac168530cdc23fc2e3e91ad9 (commit) from 15ebec9659d456230

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

2015-11-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 8cd9b0d0af151ffb235c88510b9ab5a8ef25fc2b (commit) from 2880b625ce09cc86a

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

2015-11-30 Thread Mosè Giordano
Hi Arash, 2015-11-28 18:38 GMT+01:00 Arash Esbati : > Hi Tassilo, > > Tassilo Horn writes: > >> Arash Esbati writes: >> >>> please find attached 4 patch sets containing: >>> >>> * Makefile.in (STYLESRC): Add new style. >>> >>> * style/ntheorem.el: New file. >>> >>> * Makefile.in (STYLESRC): Add

[AUCTeX-devel] Changing TeX-doc?

2015-12-10 Thread Mosè Giordano
Dear all, am I the only one who finds `TeX-doc' overly complicated to the point it's sometimes useless? It fails to find documentation for many packages and classes, also pretty common ones like "babel", "fontenc", and "memoir". Wouldn't it better if it simply runs "texdoc NAME"? Aucompletion is

Re: [AUCTeX-devel] Changing TeX-doc?

2015-12-10 Thread Mosè Giordano
Hi Sean, 2015-12-10 18:17 GMT+01:00 Sean Allred : > Of course, another option is to make an enhancement to texdoc (the ultimate > tool) to provide a list of these 'keys' for completion's sake. A close > inspection of texdoc's own documentation [1] might obviate this, however. What do you mean exa

Re: [AUCTeX-devel] Feature Request

2015-12-16 Thread Mosè Giordano
Hi Uwe, 2015-12-16 12:20 GMT+01:00 Uwe Brauer : "Caroline" == Caroline Glassberg-Powell writes: > >> Dear all, >> I have been recommended to mail the list with a feature request, I >> hope this is the right place. > >> Currently if file.tex has \cite{ref2} and ref2 does

Re: [AUCTeX-devel] Feature Request

2015-12-16 Thread Mosè Giordano
2015-12-16 12:39 GMT+01:00 Uwe Brauer : > >> Hi Uwe, >> 2015-12-16 12:20 GMT+01:00 Uwe Brauer : > >> She refers to the source code font-locking, not the final document >> output. Come on, this is the mailing list of AUCTeX (and the linked >> question was fairly clear), it wasn'

Re: [AUCTeX-devel] Feature Request

2015-12-18 Thread Mosè Giordano
Hi Tassilo, 2015-12-18 22:12 GMT+01:00 Tassilo Horn : >> Anyway, AUCTeX holds the list of known bibliography items in >> `LaTeX-bibitem-list', > > That only contains the \bibitems of a thebibliography environment, not > the entries of standalone bibtex files. Uh, it does for me: "auto/bibliograp

Re: [AUCTeX-devel] Feature Request

2015-12-18 Thread Mosè Giordano
2015-12-18 22:53 GMT+01:00 Tassilo Horn : > Tassilo Horn writes: > > I have been recommended to mail the list with a feature request, I > hope this is the right place. > Currently if file.tex has \cite{ref2} and ref2 does not exist in the > bib file, it display

<    1   2   3   4   5   6   7   8   9   10   >