Re: [AUCTeX] autocomplete only for Latex commands/keywords?

2013-05-24 Thread Mosè Giordano
Hi Jannis, 2013/5/24 Jannis : > Hi Auctex users, > > > is there any way to activate aome sort of autocompletion feature for all > Latex commands but not for the normal text? > > There seems to be some sort of autocompletion when I hit > > C-c C-m > > but it only seems to offer very limited (e.g. \

Re: [AUCTeX] autocomplete only for Latex commands/keywords?

2013-05-24 Thread Mosè Giordano
Hi Jannis 2013/5/24 Jannis : > Thanks, Mose, for your reply. I already found this command. I was, however, > surprised that i could not autocomplete avery command like \linespread > \includefigure > > May be these are defined by add-on packages? There is indeed no autocompletion for "\linespr

Re: [AUCTeX] difference between LaTex-mode and latex-mode

2013-05-27 Thread Mosè Giordano
Hi Jannis, 2013/5/27 Jannis : > Dear Auctex users, > > > is there any difference between the differently capitalized versions of the > LaTex string? For example here in .emacs: > > (add-hook 'latex-mode-hook 'turn-on-fic-mode) > (add-hook 'LaTeX-mode-hook 'turn-on-fic-mode) > > Would these two lin

Re: [AUCTeX] auto-fill: automatic line break for comments

2013-05-27 Thread Mosè Giordano
Hi Jannis, 2013/5/27 Jannis : > Dear Auctex users, > > > I use auto-fill to automatically hard-wrap (i.e. insert line breaks) long > lines after a specific length. These are the relevant lines in .emacs: > > (add-hook 'LaTeX-mode-hook 'turn-on-auto-fill) > (add-hook 'latex-mode-hook 'turn-on-auto-

Re: [AUCTeX] autocomplete only for Latex commands/keywords?

2013-05-27 Thread Mosè Giordano
Hi Jannis, 2013/5/27 Jannis : > There is a graphicx.el file under /usr/share/emacs/site-lisp/auctex/style. > This TeX-add-style-hook thing, however, is missing in my .emacs. Do I need > it? Do I need all packages I frequently use there? Or is there a way to tell > Auctex to load the style settings

Re: [AUCTeX] TeX-parse-self and \input files

2013-09-08 Thread Mosè Giordano
Hi Mandar, if your current document isn't in ~/latex you have to help AUCTeX to find the style file belonging to macros.tex. Customize the variable `TeX-auto-private' or `TeX-style-private', see https://www.gnu.org/software/auctex/manual/auctex.html#Automatic-Private Bye, Mosè 2013/9/8 Mandar M

Re: [AUCTeX] bib-cite

2014-01-16 Thread Mosè Giordano
Hi Greg, 2014/1/16 Greg Bognar : > Hi, > > AUCTeX (11.87.2012-12-04) fails to load properly on GNU Emacs 24.3.1 > when bib-cite is turned on. The error message is: > File mode specification error: (void-function make-local-hook) > > The bib-cite-minor-mode function calls make-local-hook on line 7

Re: [AUCTeX] preview-latex and emaxima

2014-03-08 Thread Mosè Giordano
Hi Tamas, 2014-03-08 12:08 GMT+01:00 Tamas Papp : > Hi, > > I would like to use preview-latex with the Emaxima LaTeX > package. A self-contained example file looks like this: > > --8<---cut here---start->8--- > %-*-EMaxima-*- > \documentclass[a4paper,12pt]{artic

Re: [AUCTeX] extraopts problems

2014-04-23 Thread Mosè Giordano
Hi Benjamin, 2014-04-23 17:19 GMT+02:00 Benjamin Slade : > After a recent update I'm having trouble compiling LaTeX docs from > AUCTeX. The trouble is %(extraopts) -- Emacs ends up trying to run > commands like "xelatex %(extraopts) --synctex=1 -interaction=nonstopmode > "\input" example.tex" >

Re: [AUCTeX] TeX error parsing: request for testing

2014-04-25 Thread Mosè Giordano
Hi Tassilo, 2014-04-24 21:15 GMT+02:00 Tassilo Horn : > If you find a problem, i.e., `TeX-next-error' jumps to the wrong file, > it tells you the erroneous file doesn't exist, or it tells you the error > occured after the last file closed, please poste the compile log (C-c > C-l) here in this thre

Re: [AUCTeX] TeX error parsing: request for testing

2014-04-26 Thread Mosè Giordano
Hi Tassilo, 2014-04-25 13:08 GMT+02:00 Tassilo Horn : > Great, please keep on testing (also with the latest change). In GNU Emacs <= 24.3 the `split-string' function doesn't have the fourth argument, `trim'. You used it inside `TeX-parse-error'. Bye, Mosè __

Re: [AUCTeX] Jump to begin of footnote

2014-04-28 Thread Mosè Giordano
Hi Igor, 2014-04-28 20:58 GMT+02:00 Igor Sosa Mayor : > Hi, > > is there maybe a way to jump to the begin/end of a footnote like C-M-a/e > for an itemize? there shouldn't be already key bindings for that, but you can bind your favorite keys to these lambdas: --8<---cut here--

Re: [AUCTeX] Jump to begin of footnote

2014-04-28 Thread Mosè Giordano
2014-04-28 21:42 GMT+02:00 Igor Sosa Mayor : > Mosè Giordano writes: >> there shouldn't be already key bindings for that, but you can bind >> your favorite keys to these lambdas: > > thanks. This seems to work perfectly. Could it be maybe possible to jump > not to th

Re: [AUCTeX] TeX error parsing: request for testing

2014-05-01 Thread Mosè Giordano
Hi Tassilo, 2014-04-25 13:08 GMT+02:00 Tassilo Horn : > Great, please keep on testing (also with the latest change). I'm having some trouble with multifile documents. Attached you can find two files, foo.tex being the master one: if you compile the files as they are (i.e. with all content inside

Re: [AUCTeX] TeX error parsing: request for testing

2014-05-01 Thread Mosè Giordano
2014-05-01 22:49 GMT+02:00 Mosè Giordano : > In addition, in a quite large document I have, split in multiple > secondary source files, `TeX-next-error' tries to open a file names > "/path/to/a/secondary/file.tex [31] [32]Chapter 2.[33] [34]" which is > clearly wrong. U

Re: [AUCTeX] Problem with the Makefile?

2014-05-25 Thread Mosè Giordano
Hi Stefan, 2014-05-25 10:37 GMT+02:00 Stefan Husmann : > Hello, > > building AUCTeX from git ends in > > Wrote > /home/haawda/paketierung/maintained_by_me/auctex-git/src/auctex/style/metalogo.elc > Wrote > /home/haawda/paketierung/maintained_by_me/auctex-git/src/auctex/style/english.elc > Wrote >

Re: [AUCTeX] problem with LaTeX-{current,modify}-environment

2014-06-17 Thread Mosè Giordano
Hi Jaap, 2014-06-17 16:45 GMT+02:00 Jaap Eldering : > Hi all, > > I'm not sure this should be considered a bug, but > LaTeX-current-environment and LaTeX-modify-environment seem to behave in > slightly non-compatible ways. I'm using the code here[1] to toggle > between (un)starred versions of envi

Re: [AUCTeX] problem with LaTeX-{current,modify}-environment

2014-06-20 Thread Mosè Giordano
2014-06-19 12:06 GMT+02:00 Jaap Eldering : > Thanks, works (almost) as advertised: only when the cursor is on the > backslash of \begin or on the final '}' of \end{...}, it still modifies > the outer environment. > > I've tried to fix the first problem by adding a hacky > (or (looking-at "\\begin"

Re: [AUCTeX] installing elpa AucTeX, obtaining: "Symbol's function definition is void: TeX-add-to-alist" error

2014-07-03 Thread Mosè Giordano
Hi! 2014-07-03 12:49 GMT+02:00 TeXnicien de Surface : > hello all > > Since today I've used an 'old' version of AucTeX installed from tarball > and it worked almost fine. > > Since I'm in a period where I can take some time to better my ubuntu box > I've decided to upgrade with elpa. > > On > GNU

Re: [AUCTeX] Defining new paragraph breaks for beamer macros

2014-08-02 Thread Mosè Giordano
Hi Jason, 2014-08-02 14:42 GMT+02:00 J. McKenzie Alexander : > Hello, > > I would like to prevent the fill-paragraph command from acting on lines which > include the beamer commands \pause and \onslide<…>. The first, I know, can > be done by putting > > (LaTeX-paragraph-commands-add-loc

Re: [AUCTeX] TeX-command-master strange behavior since 11.87

2014-08-02 Thread Mosè Giordano
Hi, 2014-08-02 17:15 GMT+02:00 Jean-Jacques Rétorré : > Hello > > Since 11.87 version unlike 11.86 version, TeX-command-master no longer > offers to compile a new document and immediately launches the View command. > Of course, View command fails. > Is that a bug or should I configure any variable

Re: [AUCTeX] texlive 2014

2014-08-09 Thread Mosè Giordano
Hi Ernst, 2014-08-10 0:04 GMT+02:00 Ernst Reissner : > Hi All, > right now i found out, > that auctex does not yet work with newest texlive 2014. > Who can help? Maybe only a tiny problem. > Greetings, > Ernst What do you mean by "auctex does not yet work with newest texlive 2014"? Did you use o

Re: [AUCTeX] texlive 2014

2014-08-09 Thread Mosè Giordano
2014-08-10 0:32 GMT+02:00 Ernst Reissner : > Hi Mosè, >> Hi Ernst, >> >> 2014-08-10 0:04 GMT+02:00 Ernst Reissner : >>> Hi All, >>> right now i found out, >>> that auctex does not yet work with newest texlive 2014. >>> Who can help? Maybe only a tiny problem. >>> Greetings, >>> Ernst >> What do you

Re: [AUCTeX] texlive 2014

2014-08-09 Thread Mosè Giordano
2014-08-10 0:55 GMT+02:00 Ernst Reissner : > On 08/10/2014 12:41 AM, Mosè Giordano wrote: >> 2014-08-10 0:32 GMT+02:00 Ernst Reissner : >>> Hi Mosè, >>>> Hi Ernst, >>>> >>>> 2014-08-10 0:04 GMT+02:00 Ernst Reissner : >>>>> Hi

Re: [AUCTeX] Problem with latex2e style hook --- LaTeX/Texinfo collision

2014-08-14 Thread Mosè Giordano
Hi Vincent, 2014-08-14 11:42 GMT+02:00 Vincent Belaïche : > Dear all, > > I have found a problem with AUCTeX. Here is the observed problem: when I > edit a Texinfo file named latex2e.texi 'C-c C-f' does not provide > Texinfo-font-list but LaTeX-font-list. The problem happens only if > latex2e.texi

Re: [AUCTeX] Problem with latex2e style hook --- LaTeX/Texinfo collision

2014-08-15 Thread Mosè Giordano
Hi Ivan, 2014-08-14 18:26 GMT+02:00 Ivan Andrus : > Just a thought for a workaround. Does it work to access the > file through a symlink with a different name? Yes, it works. Bye, Mosè ___ auctex mailing list auctex@gnu.org https://lists.gnu.org/mailm

Re: [AUCTeX] Problem with latex2e style hook --- LaTeX/Texinfo collision

2014-08-16 Thread Mosè Giordano
Hi Vincent, 2014-08-16 7:04 GMT+02:00 Vincent Belaïche : > BTW, I later thought that is may be useful to have more elements in the > vector to specify what caused the addition of the hook. For instance > that would now be > > [TeX-style-hook HOOK-FUN CONTEXT ORIGINATOR-TAG ORIGINATOR-SIGNATURE] >

Re: [AUCTeX] Problem with latex2e style hook --- LaTeX/Texinfo collision‏

2014-09-09 Thread Mosè Giordano
Hi Vincent and Tassilo, 2014-09-08 22:21 GMT+02:00 Vincent Belaïche : >> > Concerning this one I did it with taking into account the comments: >> > >> > - handling bibtex case (from Mosè) but I have not tested whether this >> > solves it. Also I used bib-cite.el file which might be not so >> > rel

Re: [AUCTeX] Question on texmf.cnf ...

2014-09-15 Thread Mosè Giordano
Hi Dieter, 2014-09-15 20:04 GMT+02:00 Dr. Ing. Dieter Jurzitza : > Dear listmembers, > I have been using auctex for many years now, however, this time I stumbled > across an issue you (might ...) be able to give me an answer to. > > I suffered from error messages like > > "Error after last TeX Fil

Re: [AUCTeX] Question on texmf.cnf ...

2014-09-16 Thread Mosè Giordano
Hi Ivan, 2014-09-16 4:34 GMT+02:00 Ivan Andrus : > On Sep 15, 2014, at 12:18 PM, Mosè Giordano wrote: >> Hi Dieter, >> >> 2014-09-15 20:04 GMT+02:00 Dr. Ing. Dieter Jurzitza >> : >>> Dear listmembers, >>> I have been using auctex for many years now

Re: [AUCTeX] Defining env with key-val in opt. argument

2014-10-06 Thread Mosè Giordano
Hi Tassilo, 2014-10-06 21:11 GMT+02:00 Tassilo Horn : > Arash Esbati writes: > > Hi Arash, > >> May I kindly ask you and the team to cater for a new release? > > Yes, and as far as I know, Mosè and Ralf already prepared to roll a new > release half a month ago or so. I'm not sure about the curre

Re: [AUCTeX] new release?

2014-10-10 Thread Mosè Giordano
Hi Norbert! 2014-10-10 2:59 GMT+02:00 Norbert Preining : > Dear AucTeX Masters, > > here is Norbert, from TeX Live and Debian TeX team. > > Recently I was playing around with updating auctex in Debian, and > found lots of problems with the current package (there is no texi2html > anymore, to list

Re: [AUCTeX] new release?

2014-10-10 Thread Mosè Giordano
Hi Norbert, 2014-10-10 14:27 GMT+02:00 Norbert Preining : > Hi Mosè, > >> How should the absence of texi2html addressed? I use Debian but I >> didn't look into this so far. > > Well, there is texi2html, but it is a special package. > texinfo since version 5.0, that is since quite some time, > shi

Re: [AUCTeX] new release?

2014-10-11 Thread Mosè Giordano
Hi Ralf! 2014-10-11 10:45 GMT+02:00 Ralf Angeli : > * Norbert Preining (2014-10-11) writes: > >> The point is that texi2html has been declared obsolete in Debian, >> and should not be used to build packages. >> >> This is actually a consequence of upstream pulling the plug: >> http://www.non

Re: [AUCTeX] verbatim like environment and automatic indentation

2014-10-15 Thread Mosè Giordano
Hi Jean-Francois, 2014-10-15 20:21 GMT+02:00 jfbu : > I have an environment, everbatim, which is > like verbatim. > > I customized variable LaTeX-verbatim-environments > > and font-locking is OK > > however when I create via C-c C-e such an environment > with a pre-existing active region, it gets

Re: [AUCTeX] bug with isodate package parsing?

2014-10-16 Thread Mosè Giordano
Hi Jaap, 2014-10-16 17:23 GMT+02:00 Jaap Eldering : > Hi all, > > When I open the attached LaTeX file in AUCTeX, and then try to type "--" > for an en-dash, it gets automatically transformed into "=. I feel that > this is a bug, but I'm not sure. If I remove the line > > \usepackage[UKenglish]{iso

Re: [AUCTeX] new release?

2014-10-16 Thread Mosè Giordano
Hi Ken, 2014-10-16 23:38 GMT+02:00 Ken Brown : > On 10/11/2014 6:36 PM, Ken Brown wrote: >> >> On 10/10/2014 7:13 PM, Norbert Preining wrote: >>> >>> I will inquire with texinfo people why makeinfo --pdf and texi2pdf >>> behave differently. >> >> >> I just sent a bug report about this: >> >>ht

Re: [AUCTeX] new release?

2014-10-16 Thread Mosè Giordano
2014-10-17 0:17 GMT+02:00 Mosè Giordano : > Hi Ken, > > 2014-10-16 23:38 GMT+02:00 Ken Brown : >> On 10/11/2014 6:36 PM, Ken Brown wrote: >>> >>> On 10/10/2014 7:13 PM, Norbert Preining wrote: >>>> >>>> I will inquire with texinfo peopl

Re: [AUCTeX] new release?

2014-10-21 Thread Mosè Giordano
Hi Norbert, 2014-10-17 1:39 GMT+02:00 Mosè Giordano : > 2014-10-17 0:17 GMT+02:00 Mosè Giordano : >> Hi Ken, >> >> 2014-10-16 23:38 GMT+02:00 Ken Brown : >>> On 10/11/2014 6:36 PM, Ken Brown wrote: >>>> >>>> On 10/10/2014 7:13 PM, Norbert P

Re: [AUCTeX] [Bug-AUCTeX] Wrong Placement of \end{tabularx}

2014-10-26 Thread Mosè Giordano
Hi Ralf, 2014-10-26 14:07 GMT+01:00 Ralf Angeli : > * Arash Esbati (2014-10-26) writes: > >> \begin{tabularx}{1.0\linewidth}{lrlX} >> && >> \end{tabularx} >> ^^ > > This is a bug in the new code for table indentation. > > In style/tabularx.el the following code marks the tabularx environment >

Re: [AUCTeX] can't find file ??

2014-10-27 Thread Mosè Giordano
Hi Benjamin, 2014-10-27 4:44 GMT+01:00 Benjamin Slade : > I'm stumped with what appears to be a fairly easy/straightforward > problem. All of a sudden, when I try to compile LaTeX files in AUCTeX, > latex reports that it can't find the source (TeX) file. > > Here's the output: > > Running `LaTeX'

Re: [AUCTeX] new release?

2014-10-27 Thread Mosè Giordano
Hi list, we haven't forget the plan to release a new version of AUCTeX, it just turned out there are some minor non-user-visible issues about the version variables in the preview package. In particular, the variables `preview-version' and `preview-release-date' rely on CVS tags, but we don't use

Re: [AUCTeX] new release?

2014-10-29 Thread Mosè Giordano
Hi Norbert, 2014-10-29 5:27 GMT+01:00 Norbert Preining : > Hi Mosè, > > On Mon, 27 Oct 2014, Mosè Giordano wrote: >> by the values of the variables PREVIEWDATE and PREVIEWVERSION, set by >> automake, and are of the form "2014-06-24" and "11.88"

Re: [AUCTeX] new release?

2014-10-29 Thread Mosè Giordano
2014-10-29 12:21 GMT+01:00 Norbert Preining : > Hi Mosè, > >> Sorry for not having been clear, but that's what I've done and no, it >> doesn't work. That's why I asked help here. Thanks anyway! > > Ah, I didn't see it in git, so I thought you haven't done that. I tried locally, I didn't push tha

[AUCTeX] AUCTeX 11.88 released

2014-10-29 Thread Mosè Giordano
r past contributors. The principal authors and maintainers have already done so, but it would require a diligent and diplomatic volunteer to find and ask the rest. Current project manager is David Kastrup. Paypal contributions to mailto:auctex@gnu.org> would be appreciated in order to compe

Re: [AUCTeX] AUCTeX 11.88 released

2014-10-29 Thread Mosè Giordano
Hi Orlando and all, 2014-10-29 21:25 GMT+01:00 Orlando Iovino : > Thank you so much to everyone for all, and Happy TeXing with AUCTeX 11.88 :-) Thanks :-) The release process should be now complete. Currently there is no Windows package because the official Windows binary package for the latest

Re: [AUCTeX] AUCTeX 11.88 released

2014-10-30 Thread Mosè Giordano
Hi Uwe, 2014-10-30 10:04 GMT+01:00 Uwe Siart : > So far I just see some interference between electric-pair-mode and > LaTeX-electric-left-right-brace. If both are non-nil I get unexpected > results. But I can't yet tell if it's a bug. First I will have to learn > more about these new features. Uh

Re: [AUCTeX] AUCTeX 11.88 released

2014-10-31 Thread Mosè Giordano
Hi Uwe, 2014-10-30 14:59 GMT+01:00 Mosè Giordano : > What we can do is > to automatically set `electric-pair-mode' to nil when > `LaTeX-electric-left-right-brace' is changed with customize. Thanks > for the hint! I have been too enthusiastic about this idea: what I had

Re: [AUCTeX] AUCTeX 11.88 released

2014-10-31 Thread Mosè Giordano
Hi Uwe, 2014-10-30 13:28 GMT+01:00 Uwe Siart : > Mosè Giordano writes: > >> Hi Uwe, >> >> 2014-10-30 10:04 GMT+01:00 Uwe Siart : >>> So far I just see some interference between electric-pair-mode and >>> LaTeX-electric-left-right-brace. If both are n

Re: [AUCTeX] AUCTeX 11.88 released

2014-10-31 Thread Mosè Giordano
Hi Tassilo, 2014-10-30 8:22 GMT+01:00 Tassilo Horn : > Hi Mosè, > >> Release notes for AUCTeX 11.88 with preview-latex >> = > > Thanks a lot for all the work you've done! It must have been a really > wise guy who invited you to join the AUCTeX team.

[Info-AUCTeX] AUCTeX 11.88 released

2014-10-31 Thread Mosè Giordano
r past contributors. The principal authors and maintainers have already done so, but it would require a diligent and diplomatic volunteer to find and ask the rest. Current project manager is David Kastrup. Paypal contributions to mailto:auctex@gnu.org> would be appreciated in order to compe

Re: [AUCTeX] GNU AUCTeX 11.88 now also on ELPA

2014-11-01 Thread Mosè Giordano
Hi Tassilo, 2014-11-01 7:51 GMT+01:00 Tassilo Horn : > Hi all, > > I've just updated the ELPA repository with 11.88. Wow, that's a great news, thank you! Bye, Mosè ___ auctex mailing list auctex@gnu.org https://lists.gnu.org/mailman/listinfo/auctex

Re: [AUCTeX] GNU AUCTeX 11.88 now also on ELPA

2014-11-01 Thread Mosè Giordano
ure as they are and make AUCTeX fully compatible with "package" at the same time. Bye, Mosè 2014-11-01 12:14 GMT+01:00 Mosè Giordano : > Hi Tassilo, > > 2014-11-01 7:51 GMT+01:00 Tassilo Horn : >> Hi all, >> >> I'

[AUCTeX] Using debbugs as bug tracker

2014-11-15 Thread Mosè Giordano
Hello, some months ago it's been suggested to use debbugs to track AUCTeX bugs and there was some kind of an agreement back then. In GNU ELPA there is also a nice package to access bugs reported via debbugs within Emacs. I give you a couple more of days to complain about that, after that I'll re

Re: [AUCTeX] AUCTeX 11.88 released

2014-11-15 Thread Mosè Giordano
er to install and you'll also receive some bug fixes. Bye, Mosè 2014-10-31 21:13 GMT+01:00 Mosè Giordano : > Release notes for AUCTeX 11.88 with preview-latex > = > > AUCTeX provides by far the most wide-spread and sophisticated >

Re: [AUCTeX] AUCTeX 11.88 released

2014-11-15 Thread Mosè Giordano
Hi Uwe, 2014-11-15 19:14 GMT+01:00 Uwe Siart : > Many thanks for this. Can you also update the links at > > ? I've already updated the source of that page, but it seems the change hasn't been reflected in the site yet. The other time

Re: [AUCTeX] AUCTeX 11.88 released

2014-11-15 Thread Mosè Giordano
2014-11-15 21:22 GMT+01:00 Uwe Siart : > On 15 Nov 2014 at 21:00, Mosè Giordano wrote: > >> If you want to download the Windows package, this is how the page >> should appear >> http://web.cvs.savannah.gnu.org/viewvc/*checkout*/auctex/auctex/download-for-windows.

Re: [AUCTeX] AUCTeX 11.88 released

2014-11-16 Thread Mosè Giordano
Hi José and Uwe, thanks for the report! I'm really sorry for all these inconveniences but non using Windows is difficult for me to test the package. Anyway, now I find a computer to test with and the problem should be fixed and the AUCTeX package for Windows works for me. The problem was a bashi

Re: [AUCTeX] Using debbugs as bug tracker

2014-11-18 Thread Mosè Giordano
Hi all, I just requested to enable debbugs for AUCTeX. Bye, Mosè 2014-11-15 21:46 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: > >> I give you a couple more of days to complain about that, after that >> I'll request to enable debbugs for AUCTeX in exclusive mode.

Re: [AUCTeX] Using debbugs as bug tracker

2014-11-19 Thread Mosè Giordano
icket). You can browse the list of AUCTeX bugs here: http://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=auctex Bye, Mosè 2014-11-18 23:40 GMT+01:00 Mosè Giordano : > Hi all, > > I just requested to enable debbugs for AUCTeX. > > Bye, > Mosè > > > 2014-11-15 21:46 GMT+01:00

Re: [AUCTeX] Using debbugs as bug tracker

2014-11-19 Thread Mosè Giordano
Hi Tassilo, 2014-11-19 11:02 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: > > Thanks Mosè, > >> Debbugs has been enabled for AUCTeX, then from now on every new email >> to bug-auc...@gnu.org will open a new ticket on debbugs, to which you >> should reply by w

Re: [AUCTeX] Using debbugs as bug tracker

2014-11-19 Thread Mosè Giordano
2014-11-19 14:37 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: > > Hi Mosè, > >>>> Debbugs has been enabled for AUCTeX, then from now on every new >>>> email to bug-auc...@gnu.org will open a new ticket on debbugs, to >>>> which you should re

Re: [AUCTeX] Using debbugs as bug tracker

2014-11-19 Thread Mosè Giordano
Hi Davide, 2014-11-19 14:08 GMT+01:00 Davide G. M. Salvetti : >>>>>> MG == Mosè Giordano [2014-11-19] > > MG> Debbugs has been enabled for AUCTeX > > Thanks Mosè. I think it would be useful on my part to resubmit Debian > bugs tagged upstream[1]. I could wr

Re: [AUCTeX] Local variable for a .dtx file to be processed by Plain TeX?

2014-11-20 Thread Mosè Giordano
Hi Denis, 2014-11-19 20:21 GMT+01:00 Denis Bitouzé : > Hi, > > what should I add to the following `Local Variables` of a .dtx file: > > ┌ > │ % Local Variables: > │ % mode: doctex > │ % TeX-master: t > │ % End: > └ > > to make it by default processed by Plain TeX? % TeX-comman

Re: [AUCTeX] Customizing "%cS" in TeX-expand-list

2014-11-20 Thread Mosè Giordano
Hi Jean-Francois, 2014-11-19 19:11 GMT+01:00 jfbu : > Hi, > > I have upgraded to AUCTeX 11.88 via Elpa. Thanks to all who > worked on it, as for the first time since quite a few years > I experience the joy of not having C-c ` open some "TeXLive 20xx" > window or, worse, tell me "Error occured aft

Re: [AUCTeX] Using debbugs as bug tracker

2014-11-24 Thread Mosè Giordano
g to bug-auc...@gnu.org you'll > open a *new* ticket). You can browse the list of AUCTeX bugs here: > http://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=auctex > > Bye, > Mosè > > 2014-11-18 23:40 GMT+01:00 Mosè Giordano : >> Hi all, >> >> I just requested to

Re: [AUCTeX] have AUCTeX insert the encoding as local variable specification

2014-11-28 Thread Mosè Giordano
Hi Jean-Francois, 2014-11-28 19:52 GMT+01:00 jfbu : > So far, I don't know if there are TeX-devoted editors > which parse the file to look for the inputenc parameter > and adjust accordingly automatically the encoding. Me neither, with one notable exception, see below. > as far as I know, Emacs/

Re: [AUCTeX] Test whether the point is inside a TeX command

2014-11-29 Thread Mosè Giordano
Hi Evgeny 2014-11-29 17:13 GMT+01:00 Evgeny Makarov : > Hello, > > AUCTeX has the function texmathp that determines if the point is inside > LaTeX math mode. Is there a similar function that determined if the point is > inside a LaTeX command? For example, it should return t when the buffer > cont

[AUCTeX] [RFC] Okular inverse search

2014-12-08 Thread Mosè Giordano
Hi there, on a system I use, powered by Debian testing, I have Okular 4.14.2 as PDF viewer, but inverse search doesn't work anymore, no problem with forward search instead. Is it only me or other people experience the same bug? Inverse search did work in the past, but after some update it has go

Re: [AUCTeX] [RFC] Okular inverse search

2014-12-14 Thread Mosè Giordano
Hi Davide, 2014-12-08 21:39 GMT+01:00 Davide G. M. Salvetti : >>>>>> MG == Mosè Giordano [2014-12-8] > > MG> Hi there, on a system I use, powered by Debian testing, I have > MG> Okular 4.14.2 as PDF viewer, but inverse search doesn't work > MG> any

Re: [AUCTeX] Conflicts with ELPA

2014-12-31 Thread Mosè Giordano
Hi Andreas, 2014-12-27 15:46 GMT+01:00 Andreas Matthias : > Starting emacs and loading ELPA and AUCTeX such as: > ># cat foo.el >(require 'package) >(package-initialize) >(load "auctex.el" nil t t) > ># emacs24 --no-site-file --no-init-file -l foo.el > > yields this error messa

Re: [AUCTeX] Conflicts with ELPA

2014-12-31 Thread Mosè Giordano
2014-12-31 16:41 GMT+01:00 Andreas Matthias : > Mosè Giordano wrote: > >> 2014-12-27 15:46 GMT+01:00 Andreas Matthias : >> > Starting emacs and loading ELPA and AUCTeX such as: >> > >> ># cat foo.el >> >(require 'package) >>

Re: [AUCTeX] Conflicts with ELPA

2015-01-04 Thread Mosè Giordano
Hi Tassilo, 2015-01-02 9:23 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: > > Hi Mosè, > >>>> Try replacing >>> >>>> (eval-when-compile >>>> (byte-recompile-directory "style/" 0)) >>> >>>> with >&

Re: [AUCTeX] Multiple \addbibresource instances

2015-01-04 Thread Mosè Giordano
Ciao Ettore, 2015-01-04 21:03 GMT+01:00 Ettore Aldrovandi : > Hello, > > having multiple instances of \addbibresource in my .tex source does not seem > to work, _unless_ I explicitly customize reftex-default-bibliography to set > it to the list of each .bib file I want to use. > > Thus, if I wan

Re: [AUCTeX] Multiple \addbibresource instances

2015-01-05 Thread Mosè Giordano
2015-01-05 3:38 GMT+01:00 Ettore Aldrovandi : > Ciao Mosè, > > On Jan 4, 2015, at 16:10, Mosè Giordano wrote: > > What do you exactly mean by "does not seem to work”? > > > That only entries from the first \addbibresource are proposed after pressing > C-[. Ok, tha

Re: [AUCTeX] Options problem with LaTeX using AucTeX

2015-02-03 Thread Mosè Giordano
Hi François, 2015-02-03 12:15 GMT+01:00 François Thiré : > Hi, > > I have a problem with AucTeX. > > In my file, I use the package minted that require to use the option > -shell-escape . In order to use this option, I need to add the following > line in AucTeX : %%% TeX-command-extra-options: "-sh

Re: [AUCTeX] Is it possible to use the buffer-file-name in a local variable ?

2015-02-03 Thread Mosè Giordano
Hi Tassilo, 2015-02-03 8:54 GMT+01:00 Tassilo Horn : > Denis Bitouzé writes: > >> I'd like to use the buffer-file-name in a local variable, like this: >> >> ┌ >> │ %%% Local Variables: >> │ %%% mode: latex >> │ %%% TeX-master: "main" >> │ %%% LaTeX-command: "pdflatex >> '\includeon

Re: [AUCTeX] OT: Have a look at PDF Tools (new PDF viewer for Emacs)

2015-02-04 Thread Mosè Giordano
Hi Tassilo, 2015-02-04 21:00 GMT+01:00 Tassilo Horn : > Hi all, > > just in case you didn't already know PDF Tools > > https://github.com/politza/pdf-tools > > you might want to give it a whirl. It's a new PDF viewer for Emacs > which is somehow similar to Emacs' built-in `doc-view-mode', excep

Re: [AUCTeX] OT: Have a look at PDF Tools (new PDF viewer for Emacs)

2015-02-05 Thread Mosè Giordano
Hi Tassilo & Lars, 2015-02-05 8:06 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: >> When using forward/backward search in TeXstudio with its embedded >> viewer, you are direct to the exact word selected, not just the line. >> I wonder if it's possible to imp

Re: [AUCTeX] OT: Have a look at PDF Tools (new PDF viewer for Emacs)

2015-02-05 Thread Mosè Giordano
2015-02-05 10:59 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: > >>> I just edebugged the relevant function `pdf-sync-correlate-tex', and >>> it returns a list (file line column), so the answer is yes. However, >>> column is always -1. I have the sa

Re: [AUCTeX] Parsing first line

2015-02-20 Thread Mosè Giordano
Hi Tassilo, 2015-02-17 9:31 GMT+01:00 Tassilo Horn : > Alistair Windsor writes: > > Hi Alistair, > >> I would like to use the first line of my tex file to specify an >> alternative destination for the output file using %& >> -output-directory. This works fine when I do pdflatex myfile.tex but >>

Re: [AUCTeX] Parsing first line

2015-02-20 Thread Mosè Giordano
2015-02-20 10:19 GMT+01:00 Tassilo Horn : >> Last year I tried to work on implementing a local variable to specify >> the output directory, and so indirectly fix Alistair's problem, but >> I've never finished it. > > Couldn't you simply put the -output-directory option into > `TeX-command-extra-opt

Re: [AUCTeX] Parsing first line

2015-02-20 Thread Mosè Giordano
2015-02-20 11:50 GMT+01:00 Tassilo Horn : > Mosè Giordano writes: >> but I think those variables are evaluated in the buffer calling the >> commands, not in the master file. > > If that's the case, I'd suggest that we change that and alway call them > from the

Re: [AUCTeX] Problem with German quotes

2015-03-06 Thread Mosè Giordano
Hi Lucas, 2015-03-06 17:19 GMT+01:00 Lucas Holland : > Hello all, > > according to the manual (section 4.1) AucTeX will recognise statements like > \usepackage[ngerman]{babel} and automatically insert the right quotes (i. e. > "` and "’ ). This doesn’t work for me with the following setup: > > I

Re: [AUCTeX] Problem with German quotes

2015-03-06 Thread Mosè Giordano
2015-03-06 17:36 GMT+01:00 Lucas Holland : > Hi Mosè, > > thanks for your reply. The "my package.sty“ file is not in the same > directory as my master file (I simplified the code when I posted it). I > visited the "my package.sty“ and ran C-c C-n. It seems to work now (even > when I quit and restar

Re: [AUCTeX] Custom `fill-paragraph` criteria

2015-03-12 Thread Mosè Giordano
Hi Chase, 2015-03-12 18:48 GMT+01:00 Chase Dwelle : > As I understand it, the `fill-paragraph` command creates a new line when the > length of the line is greater than some number of characters. > > For my purposes, I'd like the command to insert a new line only when there > is a new sentence, i.e

Re: [AUCTeX] GNU AUCTeX 11.88.3 released via ELPA

2015-03-22 Thread Mosè Giordano
Hi Denis, 2015-03-22 16:34 GMT+01:00 Denis Bitouzé : > Le 22/03/15 à 10h30, Tassilo Horn a écrit : > >> I've just released GNU AUCTeX 11.88.3 via ELPA with the latest and >> greatest changes from our Git master. > > Many thanks for this! Is there some change log somewhere? You can see the list o

Re: [AUCTeX] ConTeXt Font Lock

2015-04-04 Thread Mosè Giordano
Hi Alexander, 2015-04-04 19:35 GMT+02:00 Alexander Shukaev : > Dear AUCTeX users, > > Some quick questions about ConTeXt font lock in AUCTeX. It seems like there > is no `font-context.el' out there. One problem is that typical commands > (like `\setuplayout' and many others) are not highlighted

Re: [AUCTeX] Filling comments in LaTeX mode seems to be broken

2015-04-23 Thread Mosè Giordano
Hi Alexander, 2015-04-23 2:31 GMT+02:00 Alexander Shukaev : > Hello, > > Open some TeX file or run a LaTeX/FP mode in some buffer. Set `fill-column' > to 80. Copy/paste the following comment: > > % Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit > tempor > % tellus. Don

Re: [AUCTeX] Long loading time

2015-05-01 Thread Mosè Giordano
Hi Tassilo, 2015-05-01 11:01 GMT+02:00 Tassilo Horn : >> Thanks a lot. Have you a way to test on Windows which has another path >> separator before release? > > Yes, but I just guessed that it's ";" on windows without testing (just > read the kpathsea docs). ;-) Related to the kpsewhich path sepa

Re: [AUCTeX] Long loading time

2015-05-01 Thread Mosè Giordano
2015-05-01 11:16 GMT+02:00 Mosè Giordano : > Hi Tassilo, > > 2015-05-01 11:01 GMT+02:00 Tassilo Horn : >>> Thanks a lot. Have you a way to test on Windows which has another path >>> separator before release? >> >> Yes, but I just guessed that it's &quo

Re: [AUCTeX] (TeX-macro-global) vz (TeX-macro-private)

2015-05-02 Thread Mosè Giordano
Hi Jean-François, 2015-05-02 17:19 GMT+02:00 jfbu : > Emacs : GNU Emacs 24.5.3 (x86_64-apple-darwin13.4.0, Carbon Version 157 > AppKit 1265.21) > of 2015-04-11 on Atago.local > Package: 11.88.5 > AUCTeX-date "2015-05-01" > > I have noticed that when I do > > C-h v TeX-macro-global > > it will c

Re: [AUCTeX] Long loading time

2015-05-02 Thread Mosè Giordano
2015-05-02 8:53 GMT+02:00 Tassilo Horn : > Mosè Giordano writes: > >> Reading more thoroughly `TeX-search-files-kpathsea' I see that >> `TeX-kpathsea-path-delimiter' is set after getting the output of a >> `kpsewhich' call, instead we need the separator b

Re: [AUCTeX] Long loading time

2015-05-02 Thread Mosè Giordano
2015-05-02 21:04 GMT+02:00 David Kastrup : > Mosè Giordano writes: > >> 2015-05-02 8:53 GMT+02:00 Tassilo Horn : >>> Mosè Giordano writes: >>> >>>> Reading more thoroughly `TeX-search-files-kpathsea' I see that >>>> `TeX-kp

Re: [AUCTeX] docTeX: font-locking of |\foobar|

2015-05-08 Thread Mosè Giordano
2015-05-08 9:30 GMT+02:00 jfbu : > > Hi > > Le 8 mai 2015 à 08:13, Tassilo Horn a écrit : > >> I now changed the | syntax to "paired delimiter". Now the old >> fontification is back, and as a cool side-effect when you type | >> actually || with point in between is inserted (with recent GNU emacse

Re: [AUCTeX] Getting macro completions in large, multi-file projects.

2015-05-10 Thread Mosè Giordano
Hi Chase, 2015-05-10 22:29 GMT+02:00 Chase Dwelle : > I have a project that has multiple sub-folders and sub files to organize the > writing. > > I have a file main.tex which reads in all the necessary files using \input{} > commands, this includes my preamble and files in each sub folder. Some of

Re: [AUCTeX] Where and how TeX-evince-sync-view is defined?

2015-05-11 Thread Mosè Giordano
Hi Janusz, 2015-05-11 9:49 GMT+02:00 Janusz S. Bień : > > Hi! > > I observe a strange behaviour of evince when called from AUC-TeX which I > am unable to reproduce by calling evince directly. It just exits after > several seconds without any visible error message. Uhm, never seen this behavior, s

Re: [AUCTeX] Where and how TeX-evince-sync-view is defined?

2015-05-11 Thread Mosè Giordano
2015-05-11 11:02 GMT+02:00 Janusz S. Bien : > Anybody willing to try to reproduce my problem? > > The files are at > > https://bitbucket.org/jsbien/parkosz-traktat/src > > and the PDF at > > https://bitbucket.org/jsbien/parkosz-traktat/downloads Your repository is private, we cannot access it. An

Re: [AUCTeX] Where and how TeX-evince-sync-view is defined?

2015-05-11 Thread Mosè Giordano
2015-05-11 11:45 GMT+02:00 Janusz S. Bień : > On Mon, May 11 2015 at 11:22 CEST, m...@gnu.org writes: >> 2015-05-11 11:02 GMT+02:00 Janusz S. Bien : >>> Anybody willing to try to reproduce my problem? >>> >>> The files are at >>> >>> https://bitbucket.org/jsbien/parkosz-traktat/src >>> >>> and the

Re: [AUCTeX] Where and how TeX-evince-sync-view is defined?

2015-05-11 Thread Mosè Giordano
2015-05-11 12:15 GMT+02:00 Janusz S. Bien : > Quote/Cytat - Mosè Giordano (Mon 11 May 2015 11:52:19 AM > CEST): > > >> Some non-standard fonts (Cardo, Parkosz) are required in order to >> compile that document. Could you please provide a _minimal_ working >> example

  1   2   3   4   >