[AUCTeX] Errors on Debian

2015-10-28 Thread Andreas Röhler
With Emacs built from current source at Debian get the following kind of error: Debugger entered--Lisp error: (file-error "Cannot open load file" "Datei oder Verzeichnis nicht gefunden" "tex-site") require(tex-site) eval-buffer(# nil "~/.emacs.d/elpa/auctex-11.87.7/auctex-autoloads.el" n

Re: [AUCTeX] First preview image is of full page size

2015-10-28 Thread Joost Kremers
On Mo, Aug 31 2015, Joost Kremers wrote: > On Mon, Aug 31 2015, David Kastrup wrote: >>> I'm guessing the only one that really understands what's going on might >>> be David Kastrup himself... >> >> I have never used XeTeX so I don't actually have much of a clue here. >> It's also suspicious tha

Re: [AUCTeX] Patch to tex-info.el to support node name completion in @..ref commands, and solve a few other pbs

2015-10-28 Thread Tassilo Horn
Vincent Belaïche writes: >>> PS: BTW, what is the use of calling `nreverse' over `nodes' at >>> function return ? >> >> Just to have the list of nodes be in the definition order. That's not >> really required but more intuitive. > > The list is only used in a `completing-read' AFAIK, so the entri

Re: [AUCTeX] Patch to tex-info.el to support node name completion in @..ref commands, and solve a few other pbs

2015-10-28 Thread Vincent Belaïche
Answers embedded below... > From: t...@gnu.org > To: vincent@hotmail.fr > CC: auctex@gnu.org > Subject: Re: [AUCTeX] Patch to tex-info.el to support node name completion in > @..ref commands, and solve a few other pbs > Date: Wed, 28 Oct 2015 10:32:42

Re: [AUCTeX] Patch to tex-info.el to support node name completion in @..ref commands, and solve a few other pbs

2015-10-28 Thread Tassilo Horn
Mosè Giordano writes: >> Ok, now I've fixed it and use `display-warning' with CLASS set to >> 'AUCTeX so that users also see who issued the warning. That's much >> better. But I'm not entirely sure if very old emacsen have that: I >> checked GNU Emacs 22+ and XEmacs 21.5 but it would be great i

Re: [AUCTeX] Patch to tex-info.el to support node name completion in @..ref commands, and solve a few other pbs

2015-10-28 Thread Mosè Giordano
Il 28/ott/2015 10:33, "Tassilo Horn" ha scritto: > > Vincent Belaïche writes: > > > I have not tested the change, but reading this: > > > > (message "There are duplicate nodes:") > > (dolist (dup (nreverse dups)) > > (message "%s on line %d" (car dup) (cdr dup > > > > I ga

Re: [AUCTeX] Patch to tex-info.el to support node name completion in @..ref commands, and solve a few other pbs

2015-10-28 Thread Tassilo Horn
Vincent Belaïche writes: > I have not tested the change, but reading this: > >   (message "There are duplicate nodes:") >   (dolist (dup (nreverse dups)) >     (message "    %s on line %d" (car dup) (cdr dup > > I gather that the "There are duplicate nodes:" message will be output > e

Re: [AUCTeX] Patch to tex-info.el to support node name completion in @..ref commands, and solve a few other pbs

2015-10-28 Thread Vincent Belaïche
> From: t...@gnu.org > To: vincent@hotmail.fr > CC: auctex@gnu.org > Subject: Re: [AUCTeX] Patch to tex-info.el to support node name completion in > @..ref commands, and solve a few other pbs > Date: Wed, 28 Oct 2015 08:43:08 +0100 > > Vincent Belaïch

Re: [AUCTeX] Patch to tex-info.el to support node name completion in @..ref commands, and solve a few other pbs

2015-10-28 Thread Tassilo Horn
Vincent Belaïche writes: >> If there's something else I have to do, please tell me. > > Indeed, this revision which I had proposed seems to be useless as far > as execution speed is concerned --- at least that was not why Stefan > did the change, and nobody had complained. > > However it still ha