Re: [Bug-AUCTeX] 11.86; LaTeX-current-environment related bug

2013-05-24 Thread Mosè Giordano
Hi Gerard, 2013/5/23 Gerard Brunick gbrun...@gmail.com: I believe I have found a bug in LaTeX-current-environment which reads: [...] Thank you for taking the time to report this bug. The obvious solution would be to replace `TeX-in-commented-line' with `TeX-in-comment', but that would sensibly

Re: [Bug-AUCTeX] 11.86; LaTeX-current-environment related bug

2013-05-24 Thread Mosè Giordano
Hi David, 2013/5/24 David Kastrup d...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: It seems `LaTeX-verbatim-p' is the bottleneck when executing `TeX-in-comment' in latex mode. The attached patch should speedup `LaTeX-verbatim-p' (and so `LaTeX-current-environment' with `TeX

Re: [Bug-AUCTeX] 11.86; LaTeX-current-environment related bug

2013-05-25 Thread Mosè Giordano
Hi Ralf, 2013/5/25 Ralf Angeli ang...@caeruleus.net: I'd appreciate it if you didn't do such a change. I've tried hard to keep stuff in the commented and non-commented parts of a LaTeX file separate. If those get mixed up, you cannot put anything you want anymore into comments and may get

Re: [Bug-AUCTeX] 11.87; biblatex biber: unresolved citations

2013-07-16 Thread Mosè Giordano
Hi George, AUCTeX doesn't accept `\jobname.bib' as a valid bibliography source, backslash isn't allowed in `LaTeX-auto-regexp-list' entries for `\addbibresource' and `\bibliography', and so `(LaTeX-bibliography-list)' returns `nil' in `TeX-LaTeX-sentinel'. Possible fixes: removing

Re: [Bug-AUCTeX] 11.87; biblatex biber: unresolved citations

2013-07-16 Thread Mosè Giordano
Hi George, 2013/7/16 George Pigman gwpig...@gmail.com: AUCTeX doesn't accept `\jobname.bib' as a valid bibliography source, backslash isn't allowed in `LaTeX-auto-regexp-list' entries for `\addbibresource' and `\bibliography', and so `(LaTeX-bibliography-list)' returns `nil' in

Re: [Bug-AUCTeX] wrong warning for \citeauthor

2013-07-22 Thread Mosè Giordano
Hi Christian, thanks for the report. The bug has been fixed in Git version of AUCTeX. Ah, that repo on Github is not very up to date, this is the official repo hosted on Savannah: http://git.savannah.gnu.org/gitweb/?p=auctex.git Bye, Mosè 2013/7/22 Christian Knüpfer

Re: [Bug-AUCTeX] TeX-electric-math not working?

2013-09-01 Thread Mosè Giordano
Hi Marcus, I cannot reproduce your bug here. Do you get that error message in any document position? `TeX-insert-dollar' does different things depending on the context (inside comment, inside math mode, normal text, etc...). I don't know what string the error refers to, your variable value

[Bug-AUCTeX] RefTeX cannot manage multiple bibliography macros

2013-10-28 Thread Mosè Giordano
Hi all, it seems RefTeX (I'm running Emacs 24.3.1) cannot manage multiple bibliography database files specified using multiple `\bibliography' macros. Consider these examples: \bibliography{foo,bar} and \bibliography{foo} \bibliography{bar} (`foo' and `bar' must be two existent

Re: [Bug-AUCTeX] RefTeX cannot manage multiple bibliography macros

2013-10-29 Thread Mosè Giordano
a comma separated list of bibliography database files, so multiple `\addbibresource's are needed. Bye, Mosè 2013/10/29 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi Mosè, it seems RefTeX (I'm running Emacs 24.3.1) cannot manage multiple bibliography database

Re: [Bug-AUCTeX] RefTeX cannot manage multiple bibliography macros

2013-10-31 Thread Mosè Giordano
: Mosè Giordano giordano.m...@libero.it writes: Hi! sorry, I didn't specify that this occurs when the bibliography is typeset using biblatex, with that package it's legal to use more than one `\bibliography'. Moreover, using `\addbibresource' instead of `\bibliography' (and this is the standard

Re: [Bug-AUCTeX] RefTeX cannot manage multiple bibliography macros

2013-11-02 Thread Mosè Giordano
-list' after the database files are added with `C-c RET bibliography/addbibresource RET'. Maybe we can add a `TeX-run-style-hooks' inside `TeX-arg-bibliography' and `LaTeX-arg-addbibresource', what do you think? Thank you so much, bye, Mosè 2013/11/1 Tassilo Horn t...@gnu.org: Mosè Giordano

Re: [Bug-AUCTeX] RefTeX cannot manage multiple bibliography macros

2013-11-04 Thread Mosè Giordano
Hi Tassilo, 2013/11/4 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: Hi! actually your change does fix the problem for me, and now I can add keys from both database files :-) `LaTeX-bibliography-list' has both files and `LaTeX-bibitem-list' contains keys from both

Re: [Bug-AUCTeX] RefTeX cannot manage multiple bibliography macros

2013-11-05 Thread Mosè Giordano
Hi Tassilo, 2013/11/5 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: [...] Sounds good to me. Please add that explanation as a comment to the calls. Done, thank you. Bye, Mosè ___ bug-auctex mailing list bug-auctex

Re: [Bug-AUCTeX] 11.87; Failure to insert smart quotes in some circumstances

2014-01-11 Thread Mosè Giordano
Hi Ralf, 2014/1/11 Ralf Angeli ang...@caeruleus.net: * Mosč Giordano (2014-01-11) writes: thanks for your report. The problem is in the `texmathp' function, and in particular in the regexp used for searching math togglers, ie `texmathp-toggle-regexp'. Its value is

Re: [Bug-AUCTeX] 11.87; Failure to insert smart quotes in some circumstances

2014-01-12 Thread Mosè Giordano
2014/1/12 Ralf Angeli ang...@caeruleus.net: * Mosč Giordano (2014-01-11) writes: 2014/1/11 Ralf Angeli ang...@caeruleus.net: \\([^\\$]\\|[^\\]\\(\\)*\\$\\|[^\\]\\(\\)+\\|\\`\\)\\(\\$\\$\\|\\$\\) Thanks for your suggestions! Unfortunately, this regexp doesn't match the

Re: [Bug-AUCTeX] 11.87; Failure to insert smart quotes in some circumstances

2014-01-14 Thread Mosè Giordano
2014/1/14 Ralf Angeli ang...@caeruleus.net: [...] IIRC this type of problem was one of the reasons for switching from a regexp to `TeX-escaped-p' for similar cases. So perhaps that would really be the better option. but the only implementation of regexp + something-like-TeX-escaped-p I was

[Bug-AUCTeX] bug#16573: bug#16573: 24.3; Auctex (11.87.2) in Elpa issues hundreds of warnings on compile

2014-01-28 Thread Mosè Giordano
2014-01-28 Stefan Monnier monn...@iro.umontreal.ca: In the case of AUCTeX, I haven't tackled that job yet. Since the release of AUCTeX 11.87, some compilation warnings have been addressed, e.g. see these commits:

[Bug-AUCTeX] bug#16573: 24.3; Auctex (11.87.2) in Elpa issues hundreds of warnings on compile

2014-01-30 Thread Mosè Giordano
2014-01-30 Tassilo Horn t...@gnu.org: And possibly adding requires would slow down the compilation process quite a bit. There are currently 144 style files. As said, most of them are rather short, but the tex, latex, and font-latex they'd need to require are large (~14000 LOC in total). Is

Re: [Bug-AUCTeX] 11.84; cannot start LaTeX mode

2014-02-25 Thread Mosè Giordano
Hi Uwe, 2014-02-25 18:16 GMT+01:00 Uwe Brauer o...@mat.ucm.es: I am still using auctex-11.84 in Xemacs 21.5.33 without a problem. Now I want also to use auctex with GNU emacs 24 and I have several problems. Why don't you use a more recent AUCTeX version, or the development version if you

Re: [Bug-AUCTeX] Minor documentation compile bug

2014-03-05 Thread Mosè Giordano
Hi Russel, 2014-03-05 23:08 GMT+01:00 Russell Sim russell@gmail.com: Hey, I have noticed that when running AUCTeX from git I get an error while compiling the info files. From what I can see it's caused by some missing braces. My `makeinfo' version (5.2) doesn't complain about that

Re: [Bug-AUCTeX] 2014-04-16; (extraopts) difficulties

2014-04-23 Thread Mosè Giordano
2014-04-23 22:02 GMT+02:00 Benjamin Slade sl...@jnanam.net: (setq [...] TeX-command-list '((Latexmk latexmk %(-PDF) -synctex=1 %s TeX-run-TeX nil t :help Run Latexmk on file to build everything.) (Make Makefile TeX-run-command nil t)

Re: [Bug-AUCTeX] 2014-04-16; (extraopts) difficulties

2014-04-24 Thread Mosè Giordano
Hi Benjamin, 2014-04-24 21:05 GMT+02:00 Benjamin Slade sl...@jnanam.net: (possibly relevant things) from my .emacs: [...] The problem should be --8---cut here---start-8--- (add-to-list 'TeX-expand-list '(%(-PDF)

Re: [Bug-AUCTeX] 2014-04-16; (extraopts) difficulties

2014-04-25 Thread Mosè Giordano
Hi Tassilo, 2014-04-25 7:47 GMT+02:00 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: The problem should be (add-to-list 'TeX-expand-list No, I think the problem is '(TeX-expand-list (quote ((%(dir) (lambda nil default-directory

Re: [Bug-AUCTeX] [SOLVED] recursive require

2014-05-25 Thread Mosè Giordano
Hi Salome, 2014-05-24 16:06 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran salome.soederg...@gmx.ch: With lots of try-and-error I managed to solve my problem with: Error: (error Recursive `require' for feature `tex-site') . I think the two decisive things were the following: 1st, adding the

Re: [Bug-AUCTeX] 11.87; documentation preview-latex

2014-06-12 Thread Mosè Giordano
Hi Tak, 2014-06-06 11:37 GMT+02:00 Tak Kunihiro t...@misasa.okayama-u.ac.jp: I installed auctex-11.87.5 via ELPA and noticed that a line suggested on auctex-readme.txt yields error. (load preview-latex.el nil t t) My system cannot find preview-latex.el. I deleted the line and now it

Re: [Bug-AUCTeX] 11.87; Tikz and Maketitle problem

2014-06-25 Thread Mosè Giordano
Hi Tassilo, 2014-06-25 23:18 GMT+02:00 Tassilo Horn t...@gnu.org: I'll do that when I find some spare time after my move which might take another week or two. Mosè, if you want, you can also do it whenever you want. Ok, I can help, just let me now what I've to do :-) Bye, Mosè

Re: [Bug-AUCTeX] 11.87; TeX-add-to-list?

2014-07-24 Thread Mosè Giordano
Hi Uwe, 2014-07-24 12:51 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Hi Uwe, 2014-07-23 17:41 GMT+02:00 Uwe Brauer o...@mat.ucm.es: This question is getting so frequent to be probably worth an own entry in the FAQs. The function `TeX-add-to-alist' has been introduced in git

Re: [Bug-AUCTeX] Fontification error?

2014-08-16 Thread Mosè Giordano
Hi Jobst, 2014-08-16 20:00 GMT+02:00 Hoffmann, Jobst j.hoffm...@fh-aachen.de: Hi, after entering the command emacs --no-splash --no-init-file --no-site-file --load /usr/share/emacs/site-lisp/tex-site.el fancyvrb_tst.tex and filling the buffer with --%

Re: [Bug-AUCTeX] 11.87; Bug in the expansion of %' in TeX-expand-list

2014-08-24 Thread Mosè Giordano
2014-08-24 20:06 GMT+02:00 Mosè Giordano m...@gnu.org: One can exhibit the problem by putting for instance before the %' in a TeX-command-list entry. Normally, this sequence should expand to %%. However, because of the bug, it is expanded a second time after %' has been expanded, thus

Re: [Bug-AUCTeX] 11.87; Bug in the expansion of %' in TeX-expand-list

2014-08-24 Thread Mosè Giordano
Hi Nicolas, 2014-08-24 22:01 GMT+02:00 Nicolas Richard theonewiththeevill...@yahoo.fr: Hi Mosè, Mosè Giordano m...@gnu.org writes: Does someone know why this test --8---cut here---start-8--- (require 'ert) (require 'tex-buf) (ert-deftest TeX-command

Re: [Bug-AUCTeX] 11.87; ctrl-C ` not working as it should

2014-09-16 Thread Mosè Giordano
Hi Kevin, 2014-09-16 8:09 GMT+02:00 Kevin R Vixie vi...@speakeasy.net: It seems that this part of my preamble: \usepackage[bookmarks=true, % true means bookmarks bookmarksnumbered=false, % left window are numbered bookmarksopen=false, % true means only level 1 are

Re: [Bug-AUCTeX] 2014-07-17; git version does not work with hyperref

2014-10-12 Thread Mosè Giordano
Hi Uwe, 2014-09-23 14:37 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. Be sure to consult the FAQ section in the manual before submitting a bug report. In addition check if the bug is reproducable with

Re: [Bug-AUCTeX] preview-1.287; preview seems to scan commented commands

2014-10-12 Thread Mosè Giordano
Hi Uwe, 2014-10-12 19:12 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Remember to cover the basics. Including a minimal LaTeX example file exhibiting the problem might help. Hello I attach a file which does not generates png for me if I have the commented-out text in my file, when I erase these

Re: [Bug-AUCTeX] [RFH] Debian reported upstream bugs

2014-11-01 Thread Mosè Giordano
Ciao Davide, 2014-11-02 0:08 GMT+01:00 Davide G. M. Salvetti salve+ev...@linux.it: Hello developers, I would like to ask for your help with Debian reported AUCTeX bugs tagged upstream: could you please take a look to the following list and help me to sort out bugs that still apply to the

Re: [Bug-AUCTeX] 11.88; missing preview-latex.el

2014-11-09 Thread Mosè Giordano
Hi Chandler, 2014-11-09 21:05 GMT+01:00 Chandler Armstrong omni.armstr...@gmail.com: I've installed AUCTeX 11.88 via package-list-packages from elpa and entered the following in my .emacs: (load auctex.el nil t t) (load preview-latex.el nil t t) You must *not* manually load packages

[Bug-AUCTeX] bug#19121: bug#19121: AUCTeX should report an error if selected viewer fails

2014-11-23 Thread Mosè Giordano
Hi Davide, 2014-11-20 16:07 GMT+01:00 Davide G. M. Salvetti sa...@debian.org: Package: auctex Version: 11.83 Severity: normal Usertags: bugs.debian.org/409795 Neither `C-c C-c', nor `C-c C-v', nor `tool-bar view' appear to report any error if the viewer selected by

[Bug-AUCTeX] bug#19121: bug#19121: bug#19121: AUCTeX should report an error if selected viewer fails

2014-11-24 Thread Mosè Giordano
Hi David, 2014-11-23 13:12 GMT+01:00 David Kastrup d...@gnu.org: Does someone have other suggestions? The only alternative I see is not to detach the viewing process (or you won't get any information about the process). You'd want specially named process buffers for View/Compile/etc then in

[Bug-AUCTeX] bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels

2014-11-25 Thread Mosè Giordano
Hi Uwe, 2014-11-25 15:11 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Hello I used for years the following function (defun LaTeX-rem-insert (environment) ;Version:1.20 (if (y-or-n-p (format Do you want a title )) (let ((title (read-input Title: )))

bug#19178: closed (Re: bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels)

2014-11-25 Thread Mosè Giordano
2014-11-25 15:42 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Grrr, this breaks backwards[1] compatibility This time I'd call it backward ;-) Couldn't that have been optional? Well, perhaps yes and I'll think about making it optional, but you took part into the discussion about this change and

bug#19178: closed (Re: bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels)

2014-11-26 Thread Mosè Giordano
Hi Uwe, 2014-11-25 18:48 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Mos == Mos Mos writes: 2014-11-25 15:42 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Grrr, this breaks backwards[1] compatibility This time I'd call it backward ;-) Couldn't that have been optional? Well,

bug#19178: closed (Re: bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels)

2014-11-26 Thread Mosè Giordano
2014-11-26 12:57 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Hi Mosè Hi Uwe, 2014-11-25 18:48 GMT+01:00 Uwe Brauer o...@mat.ucm.es: I agree backward compatibility should be preserved as long as possible (but not at any cost), but about what? Most users only customize

bug#19199: 11.88; scan-error

2014-11-26 Thread Mosè Giordano
Hi Uwe, 2014-11-26 19:31 GMT+01:00 Uwe Brauer o...@mat.ucm.es: This bug seems more serious actually to me it seems a duplicate of #19178, you error is triggered by your `LaTeX-rem-insert' function. Do you agree? Bye, Mosè ___ bug-auctex mailing

bug#19178: closed (Re: bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels)

2014-11-26 Thread Mosè Giordano
- +)) + ((nullp type) + ))) Sorry, I meant nil instead of 2014-11-26 19:45 GMT+01:00 Mosè Giordano m...@gnu.org: 2014-11-26 12:57 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Hi Mosè Hi Uwe, 2014-11-25 18:48 GMT+01:00

bug#19178: closed (Re: bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels)

2014-11-27 Thread Mosè Giordano
Hi Uwe and all, 2014-11-27 11:39 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Mos == Mos Mos writes: - +)) + ((nullp type) + ))) Sorry, I meant nil instead of Hi I modified (hopefully correctly)

bug#19199: 11.88; scan-error

2014-11-27 Thread Mosè Giordano
merge 19178 thanks 2014-11-27 11:23 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Mos == Mos Mos writes: Hi Uwe, 2014-11-26 19:31 GMT+01:00 Uwe Brauer o...@mat.ucm.es: This bug seems more serious actually to me it seems a duplicate of #19178, you error is triggered by

bug#19178: closed (Re: bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels)

2014-11-27 Thread Mosè Giordano
2014-11-27 18:58 GMT+01:00 Uwe Brauer o...@mat.ucm.es: Hi Mosè, Hi Uwe and all, 2014-11-27 11:39 GMT+01:00 Uwe Brauer o...@mat.ucm.es: I hope it's clear I wrote those messages in a hurry, just to give the idea. I was going to write you. I changed nullp to null applied your

bug#19121: [Bug-AUCTeX] bug#19121: bug#19121: AUCTeX should report an error if selected viewer fails

2014-11-28 Thread Mosè Giordano
Patch fixed (the original one didn't really work with a list of executables) and installed. Bye, Mosè 2014-11-25 16:49 GMT+01:00 Davide G. M. Salvetti sa...@debian.org: MG == Mosè Giordano [2014-11-24] [...] MG Does someone have other suggestions? Hi Mosè, I reviewed your patch; I

bug#19273: 11.88; compile error with auctex.el

2014-12-04 Thread Mosè Giordano
Hi Alexandre, 2014-12-04 20:11 GMT+01:00 Alexandre René alex.c.r...@gmail.com: […] (I apologize if this has already been fixed, but I couldn't find anything related to this in the git repository.) I just upgraded

bug#19273: 11.88; compile error with auctex.el

2014-12-04 Thread Mosè Giordano
2014-12-04 22:26 GMT+01:00 Alexandre René alex.c.r...@gmail.com: I've attached a copy of auctex.el. The change is on line 32. Thanks. Instead of ~/.emacs.d/elpa/auctex-11.88/style did you have style? In this case, I cannot see why you should need to do that manual change. Do you have

bug#19260: 11.88; problem with omega

2014-12-04 Thread Mosè Giordano
Hi Uwe, 2014-12-03 18:42 GMT+01:00 Uwe Brauer o...@mat.ucm.es: On 12/03/2014 06:18 PM, Mosè Giordano wrote: It seems lambda has been replaced by lamed, you should have it in your distribution. See http://en.wikipedia.org/wiki/Omega_%28TeX%29 right, which is funny since lamed is hebrew

bug#19301: Style file for mathtools bug

2014-12-08 Thread Mosè Giordano
Hi Andrew, 2014-12-07 19:27 GMT+01:00 Andrew Francis Swann sw...@math.au.dk: mathtools.el of 2011-02-13 has small typo in TeX-add-style-hook. There we have (setq LaTeX-label-alist (append '((lgathered. LaTeX-amsmath-label) (rgathered . LaTeX-amsmath-label)

bug#19281: 11.86; environment update fails when environment name contains \

2014-12-08 Thread Mosè Giordano
To anyone replying to my previous message: please do not CC cont...@debbugs.gnu.org, unless you really want to send control messages. Thanks, Mosè 2014-12-08 19:34 GMT+01:00 Mosè Giordano m...@gnu.org: tag 19281 confirmed thanks Hi Manuel, 2014-12-05 17:17 GMT+01:00 Manuel Sorge manuel.so

bug#19281: 11.86; environment update fails when environment name contains \

2014-12-09 Thread Mosè Giordano
Hi Tassilo, 2014-12-09 10:34 GMT+01:00 Tassilo Horn t...@gnu.org: Or matching everything between the opening and the closing brace (allowing at least one level of braces)? Either that, or we could also rely on syntax tables. I.e., since `LaTeX-find-matching-end' already brings us to the end

bug#19281: 11.86; environment update fails when environment name contains \

2014-12-12 Thread Mosè Giordano
Hi Tassilo, 2014-12-10 8:38 GMT+01:00 Tassilo Horn t...@gnu.org: Mosè Giordano m...@gnu.org writes: Hi! 2014-12-09 10:34 GMT+01:00 Tassilo Horn t...@gnu.org: Or matching everything between the opening and the closing brace (allowing at least one level of braces)? Either that, or we could

bug#19724: 11.88; preview with pdftex not working

2015-02-03 Thread Mosè Giordano
close 19724 tags 19724 notabug thanks Hi, 2015-01-29 21:39 GMT+01:00 goj...@gmail.com: David, removing %(file-line-error) from LaTeX-command-style solved the problem: preview is working fine now. Thank you! Also, in case it's useful: I temporarily reinstalled the previous version of

bug#19673: 11.88; AUCTEX 11.88.1 view command bug

2015-01-26 Thread Mosè Giordano
Hi Shawn and Tassilo, and sorry for the late reply. 2015-01-25 3:18 GMT-05:00 Tassilo Horn t...@gnu.org: Shawn Way s...@meco.com writes: Hi Shawn Mosè, The latex file compiles just fine, however when the viewer is invoked (from either the menu, C-c C-c or C-c C-v) the following error is

bug#19673: 11.88; AUCTEX 11.88.1 view command bug

2015-01-27 Thread Mosè Giordano
Hi Tassilo, 2015-01-27 3:20 GMT-05:00 Tassilo Horn t...@gnu.org: I did that now in the auctex git repository. Probably you would like to remove the check for start from the dvips and start viewer as well ;-) Um, could you please teach me how to sync that change to ELPA? I know there's

bug#19504: 11.88; [siunitx] unit appears without backslash

2015-03-09 Thread Mosè Giordano
Hi Stefan, 2015-03-09 18:56 GMT+01:00 Stefan Monnier monn...@iro.umontreal.ca: returning also empty strings. This change is not even mentioned in the Incompatible Lisp Changes section of the NEWS file. Lots of changes aren't mentioned. Only the ones that we expect to be noticed are

bug#19504: 11.88; [siunitx] unit appears without backslash

2015-03-11 Thread Mosè Giordano
2015-03-11 16:27 GMT+01:00 Stefan Monnier monn...@iro.umontreal.ca: Unfortunately no, one can also insert the unit without using macros, so we can't always add the leading backslash So the user could enter \second \per meter? Yes, something like that: you can enter units using macros (e.g.

bug#19504: 11.88; [siunitx] unit appears without backslash

2015-03-12 Thread Mosè Giordano
Hi Tassilo, 2015-03-12 9:51 GMT+01:00 Tassilo Horn t...@gnu.org: Mosè Giordano m...@gnu.org writes: PS: The plan is actually to move the minibuffer completion in that direction for normal minibuffer completion, so that TAB is bound to completion-at-point in the minibuffer as well. Uh

bug#20227: 11.88.3; indentation of \[ ... \] environment is broken

2015-03-30 Thread Mosè Giordano
Hi Todor, 2015-03-29 23:44 GMT+02:00 Todor Tsankov tt.deb...@mail.ru: The automatic indentation of the \[ ... \] environment does not seem to work correctly. Of the three examples below only the first one looks right.

bug#20359: Indentation bug in newest version of AUCTeX

2015-04-17 Thread Mosè Giordano
Hi Peter, 2015-04-17 17:14 GMT+02:00 Peter Harpending pe...@harpending.org: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello there, I have the newest version of AUCTeX available on Melpa/Elpa/online, which is 11.88.4. I just updated it yesterday; I'm not sure what version I had

bug#19504: 11.88; [siunitx] unit appears without backslash

2015-04-14 Thread Mosè Giordano
would break backward compatibility in turn. Bye, Mosè Note: [1] http://comments.gmane.org/gmane.emacs.aquamacs.devel/240 [2] http://comments.gmane.org/gmane.emacs.auctex.devel/3375 2015-03-12 23:05 GMT+01:00 Mosè Giordano m...@gnu.org: Hi Tassilo, 2015-03-12 9:51 GMT+01:00 Tassilo Horn t

bug#20781: Xemacs 21.4.22 MaC OS Yosmite: (customize-option 'TeX-view-program-list) fails with error

2015-06-10 Thread Mosè Giordano
Hi Uwe, 2015-06-10 8:44 GMT+02:00 Uwe Brauer o...@mat.ucm.es: Using Xemacs 21.4.22 mule on Mac OS Yosmite, I obtain the following error when trying to run (customize-option 'TeX-view-program-list) fails with error However (customize-option 'TeX-command-list) Works!! Why do you think this

bug#20781: Xemacs 21.4.22 MaC OS Yosmite: (customize-option 'TeX-view-program-list) fails with error

2015-06-10 Thread Mosè Giordano
Hi Tassilo, 2015-06-10 10:47 GMT+02:00 Tassilo Horn t...@gnu.org: Mosè Giordano m...@gnu.org writes: Using Xemacs 21.4.22 mule on Mac OS Yosmite, I obtain the following error when trying to run (customize-option 'TeX-view-program-list) fails with error However (customize-option 'TeX

bug#21183: 11.88; Wrap line break references to labels

2015-08-03 Thread Mosè Giordano
Hi Cristoph, 2015-08-03 22:28 GMT+02:00 Ortner, Christoph c.ort...@warwick.ac.uk: If I do automatic line wrap in paragraphs with latex labels, e.g., \ref{eq:a long descriptive label} then it will often be separated into two lines, and the reference breaks. Same problem with labels themselves

bug#21194: 2015-06-01; add support for ffap via kpsewhich

2015-08-05 Thread Mosè Giordano
Hi Nicolas! 2015-08-05 19:34 GMT+02:00 Nicolas Richard youngf...@members.fsf.org: Hi all, I'm using the following customizations, which I thought I'd share with you. As the subject says it, it uses kpsewhich for guessing a filename at point. It allows to use M-x ffap with point on geometry

bug#21188: Preview installed from the package manager changes LaTeX-mode-hook

2015-08-09 Thread Mosè Giordano
Hi Arash, 2015-08-09 14:28 GMT+02:00 Arash Esbati esb...@gmx.de: Tassilo Horn t...@gnu.org writes: Hi Tassilo, I've just released GNU AUCTeX 11.88.7 on ELPA, and the problem should be fixed now. Please test and report back if if works now. I've installed the latest version from git with

bug#21188: Preview installed from the package manager changes LaTeX-mode-hook

2015-08-10 Thread Mosè Giordano
Hi Arash, 2015-08-10 22:37 GMT+02:00 Arash Esbati esb...@gmx.de: Tassilo Horn t...@gnu.org writes: Arash Esbati esb...@gmx.de writes: 2) Eval in scratch buffer (load auctex.el nil t t) How can you do that without telling Emacs where auctex.el resides? Sorry, my bad, yanked the

bug#21194: 2015-06-01; add support for ffap via kpsewhich

2015-08-09 Thread Mosè Giordano
Hi Nicolas, 2015-08-09 18:49 GMT+02:00 Nicolas Richard youngf...@members.fsf.org: Hello Mosè Mosè Giordano m...@gnu.org writes: This is smarter than your function in the sense that it looks at current macro to determine the extension (didn't test it, but I think your implementation would

bug#21188: Preview installed from the package manager changes LaTeX-mode-hook

2015-08-10 Thread Mosè Giordano
Hi Tassilo, 2015-08-10 8:07 GMT+02:00 Tassilo Horn t...@gnu.org: Mosè Giordano m...@gnu.org writes: Tassilo, the only point of your commit I don't understand is: what happens when `declare-function' is not bound? You get a warning during compilation. I was referring to the runtime behavior

bug#21873: Issue on emacs --daemon with View command

2015-11-10 Thread Mosè Giordano
Hi Santiago, thanks for the patch, I applied it with minor changes (XEmacs doesn't have `display-graphic-p', I kept the old test). 2015-11-10 17:46 GMT+01:00 Santiago Saavedra : > Sorry, I changed the commit, because there was a bug in the > implementation. Here is the

bug#21832: 11.88.8; prompt for using LuaTeX/XeTeX engine

2015-11-04 Thread Mosè Giordano
Hi Jean-François, 2015-11-04 22:47 GMT+01:00 jfbu : > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. > > > > Hi, > > steps to reproduce: > > create file

bug#21832: 11.88.8; prompt for using LuaTeX/XeTeX engine

2015-11-04 Thread Mosè Giordano
close 21832 tags 21832 notabug thanks 2015-11-04 23:30 GMT+01:00 jfbu : > I find it somewhat fragile to decide only on the > basis of having found a \usepackage{fontspec} line > that the engine should be XeTeX or LuaTeX. Do you have other suggestions? They're welcome :-) > This

bug#21832: 11.88.8; prompt for using LuaTeX/XeTeX engine

2015-11-04 Thread Mosè Giordano
2015-11-04 23:50 GMT+01:00 jfbu : >> Do you have other suggestions? They're welcome :-) > > > I don't at this time ... I was surprised by the prompt > for XeTeX/LuaTeX (which in my use case was wrong, but > certainly that was very specific context), and if I had > to pause to think

bug#21832: 11.88.8; prompt for using LuaTeX/XeTeX engine

2015-11-05 Thread Mosè Giordano
Hi Jean-François, 2015-11-05 10:15 GMT+01:00 jfbu <j...@free.fr>: > Hi Mosè > > Le 5 nov. 2015 à 00:01, Mosè Giordano <m...@gnu.org> a écrit : >> >> fontspec requires two engines, we can't select one of the two for the >> user. The point is that compi

bug#21825: 2015-10-04; utf8 and latin1 coding problem in GNU emacs, Xemacs is fine

2015-11-04 Thread Mosè Giordano
Hi Uwe, 2015-11-04 16:17 GMT+01:00 Uwe Brauer : > > Hello > > The following problem only occurs in GNU emacs 24.5 or 25.0.50. > > I have two files: > > The first is saved in latin-1 but its header state > \usepackage[utf8]{inputenc} > > And the other is the other way around >

bug#21814: 11.88.9; Completion of documentclass partially broken

2015-11-02 Thread Mosè Giordano
Hi Fran, 2015-11-02 16:08 GMT+01:00 Fran Burstall : > Greetings, > > I have TeX-arg-input-file-search set to nil since the search > for documentclasses to populate LaTeX-global-class-files > takes too long. This kind of file search has been somewhat improved around a month

bug#21642: 11.87; synctex

2015-10-07 Thread Mosè Giordano
close 21642 tags 21642 notabug thanks Hi Livio, 2015-10-07 21:06 GMT+02:00 Livio Flaminio <livio.flami...@gmail.com>: > On 10/07/2015 08:36 PM, Mosè Giordano wrote: >> >> I can't reproduce even with Evince, using git version of AUCTeX. By >> the way, I just no

bug#21529: 2015-09-20; Xemacs, auctex git, cannot run latex,pdflatexx

2015-10-07 Thread Mosè Giordano
Hi Tassilo, 2015-09-22 8:37 GMT+02:00 Tassilo Horn : > Another approach with the same limitations would be that we add a > variable `TeX-expand-list-builtin' with all the current default > expansions and leave `TeX-expand-list' to the user. > > I think we should probably do the

bug#21642: 11.87; synctex

2015-10-07 Thread Mosè Giordano
Hi Livio, 2015-10-07 20:06 GMT+02:00 Livio Flaminio <livio.flami...@gmail.com>: > On 10/07/2015 07:00 PM, Mosè Giordano wrote: >> >> Which viewer are you using? I can't reproduce with Okular. > > Hi Mosè, > I am on Linux Mint (rebecca) and I use evince as

bug#21642: 11.87; synctex

2015-10-07 Thread Mosè Giordano
Hi Livio, 2015-10-07 18:28 GMT+02:00 Livio Flaminio : > Reverse search fails if the file path contains non-ascii characters. Which viewer are you using? I can't reproduce with Okular. Bye, Mosè ___ bug-auctex mailing list

bug#21183: 11.88; Wrap line break references to labels

2015-08-31 Thread Mosè Giordano
Hi Christop, 2015-08-31 11:39 GMT+02:00 Ortner, Christoph : > sorry for the late response. Yes, thank you, this clarifies everything! Thanks for reporting back, I'm closing this ticket. Bye, Mosè ___ bug-auctex mailing list

bug#21434: BUG Report: "mark-sexp" function disable.

2015-09-08 Thread Mosè Giordano
Hi! 2015-09-08 7:23 GMT+02:00 赵瑞昌 : > Dear Developer, > > When enter a `*.tex' file and initiate auctex(11.86), the function > `mark-sexp'(and also `forward/backward-sexp) is disabled. > The correspond key-bindings (C-M-@ or ESC ) also get no > responses (which are

bug#21434: Re: bug#21434: BUG Report: "mark-sexp" function disable.

2015-09-11 Thread Mosè Giordano
2015-09-11 3:26 GMT+02:00 赵瑞昌 : > Thank you Mosè, for your reply. > > I have a try `emacs -q'. The problem still exist. > `mark-sexp' is expected to mark the whole range of env., but only the > ``\begin'' was marked. You're telling that `mark-sexp' is expected to

bug#21483: 2015-09-05; keybinding problem: global-binding overrides local-binding?

2015-09-15 Thread Mosè Giordano
close 21483 tags 21483 notabug thanks I'm closing this ticket as it isn't a bug. I've already replied to auctex-devel mailing list (https://lists.gnu.org/archive/html/auctex-devel/2015-09/msg00100.html), here is my answer for reference: I can't reproduce your problem in Emacs 24.5 (and I don't

bug#21595: 11.88.8; TeX help in Plain contaminated by LaTeX

2015-10-01 Thread Mosè Giordano
Hi Jean-François, 2015-10-01 7:24 GMT+02:00 jfbu : > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. > > The following TeX source file > > \def\foo{\begingroup\foo}\foo > > \bye > > when run from a TeX-mode Emacs/AUCTeX

bug#21529: 2015-09-20; Xemacs, auctex git, cannot run latex,pdflatex

2015-09-21 Thread Mosè Giordano
Hi Uwe, 2015-09-21 12:49 GMT+02:00 Uwe Brauer : > > Hi > > > I finally, thanks to Mose can compile the latest git as a xemacs pkg, I > installed it but when trying to run latex I obtain the following error > message which I attach: > > Uwe Brauer > > > Running `LaTeX' on `new'

bug#21529: 2015-09-20; Xemacs, auctex git, cannot run latex,pdflatexx

2015-09-22 Thread Mosè Giordano
Hi Tassilo, 2015-09-22 8:37 GMT+02:00 Tassilo Horn : > Uwe Brauer writes: > >>> This entry is there by default, you must have set >>> `TeX-expand-list' somewhere. >> >> I think what happens is this: I have TeX-expand-list customized and >> emacs copies all

bug#21532: 11.88.8; Change environment feature don't works fine.

2015-09-22 Thread Mosè Giordano
2015-09-22 13:57 GMT+02:00 Tassilo Horn : > Orlando Iovino writes: > >>> else. If the mouse cursor is on \end{document} and I digit 'C-u C-c >>> C-e', AUCTeX will change the minipage environment. >> Sorry: I meant \end{minipage}. > > I don't see what should

bug#21512: filecontents

2015-09-18 Thread Mosè Giordano
Hi Jim 2015-09-18 14:23 GMT+02:00 Hefferon, James S. : > > Hello, > > Thank you for AUCTeX. I use it every day. > > When I am inside a .tex file, in the preamble but after the \documentclass, > and I do a control-C control-E followed by "filecontents" I get a message in >

bug#21517: 11.88.8; Error parsing wrong in Plain TeX mode

2015-09-19 Thread Mosè Giordano
Hi Jean-François, 2015-09-19 14:15 GMT+02:00 jfbu : > Hi Tassilo > > Le 19 sept. 2015 à 14:03, Tassilo Horn a écrit : > >>> >>> I see in the message mini-buffer TeX errors in `*~/_texlatex/1509/bugauctex output*'. Use C-c ` to display. >>> >>> On C-c `, I get:

bug#22146: Stack overflow in reftex-parse-all

2015-12-11 Thread Mosè Giordano
Hi Nils, 2015-12-11 22:03 GMT+01:00 Nils Kanning : > Dear all, > > I encounter the error "Stack overflow in regexp matcher" if I apply the > function reftex-parse-all to the following file: > > \documentclass{article} > \begin{document} > [\} > foo foo foo foo foo foo foo foo foo

bug#22146: Stack overflow in reftex-parse-all

2015-12-13 Thread Mosè Giordano
Hi Tassilo, 2015-12-13 17:55 GMT+01:00 Tassilo Horn : > David Kastrup writes: > >>> (re-search-forward "\\[[^]]*\\>> >>> at the beginning of the buffer suggested by Nils. So, it doesn't >>> seem there is an incomplete match, but simply "\\[[^]]*" is too

bug#23803: 11.89.4; Integration of pdf-tools lazy loading

2016-06-23 Thread Mosè Giordano
Hi Christoph, 2016-06-19 13:16 GMT+02:00 Christoph Paulik : > > Hello, > > I was not really sure if this qualifies as a bug but decided to post it here > anyway. > > There seems to be an issue when lazy loading auctex and pdf-tools. > > tex.el uses (unless (featurep

bug#22390: Spurious backquote in reftex-ref.el

2016-01-17 Thread Mosè Giordano
Hi Arash, 2016-01-17 11:47 GMT+01:00 Arash Esbati : > Hi all, > > please consider the following scenario with Reftex enabled: > > --8<---cut here---start->8--- > \documentclass{article} > > \begin{document} > `C-( foo RET' enters \label{sec:foo}

bug#22401: 11.88; aquamacs crashes

2016-01-19 Thread Mosè Giordano
Hi Albert, 2016-01-18 19:25 GMT+01:00 Albert Fisher : > > Remember to cover the basics. Including a minimal LaTeX example > file exhibiting the problem might help. > > I have two recurrent problems, since update: > -auto button on Skim is missing, so you have to click "yes"

bug#22401: 11.88; aquamacs crashes

2016-01-19 Thread Mosè Giordano
2016-01-19 10:31 GMT+01:00 Fisher Alby : > Hi Mose, > > Thanks for writing back- > > Maybe this is a purely Aquamacs problem. Is there an easy way you can send > the bug report on to them? If not, please forget it: and sorry for sending > it to the wrong place! Here are the

bug#22021: 24.5; auctex?

2016-01-19 Thread Mosè Giordano
Thomas Käufl writes: Hi Thomas, sorry for the very late reply, but this report didn’t make its way to the bug-auctex mailing list (https://lists.gnu.org/archive/html/bug-auctex/2015-11/threads.html), I just read it in the bug archive. > Hi, > > after update to MacOS X El

bug#23803: 11.89.4; Integration of pdf-tools lazy loading

2016-06-24 Thread Mosè Giordano
Hi Tassilo, 2016-06-24 8:03 GMT+02:00 Tassilo Horn : > Yes, I think that should work and would be the right function. Thank you. Christoph, can you please confirm the attached patch solves the problem for you? > Can you do > that please. I'm almost off to holidays. Sure, I can

  1   2   3   >