[AUCTeX-devel] [SOLVED] (was: prettify and the evil $)

2015-09-26 Thread Uwe Brauer
> Uwe Brauer writes: > Hi Uwe, > Yes, I can confirm that... > [check, check, check] > ... ok, fixed in Emacs' master branch with commit 188f657. I just compiled your commit, the problem I reported is gone. Thanks! ___ auctex-devel mailing list auc

[AUCTeX-devel] A question with regexps

2015-09-26 Thread 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 "DeclareFloatingEnvironment" "[ \t\n\r%]*"

[AUCTeX-devel] [PATCH] Small patch against reftex-vars.el

2015-09-26 Thread Arash Esbati
Hi all, I have a small patch against reftex-vars.el. The first part corrects the wrapfig description-string and adds wraptable to `reftex-label-alist-builtin'. The second part extends the caption-regexp in `reftex-default-context-regexps'. I have not signed the FSF papers for Emacs, I hope we c

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-devel] How to get a bounding box for the formula?

2015-09-26 Thread Marcin Borkowski
Hi all, I'd like to be able to programatically get the dimensions of the bounding box of a formula in my LaTeX buffer. I guess that the previewing routines have that information; how could I get it? TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics

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

2015-09-26 Thread Carlos
Mosè Giordano writes: > 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",

Re: [AUCTeX-devel] A question with regexps

2015-09-26 Thread 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.: >> >> --8<---cut here---start->8--- >> \usepackage{newfloat} >> >> \DeclareFloatingEnvironment[ >>

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

2015-09-26 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 0ac0fa8ed3da67b02c7d8d5bf8ae6ac1a16cffd9 (commit) from 3bb1cbebf8a40ee66

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.: >>> >>> --8<---cut here---start->8--- >>> \use