Picon

2011-07-12; install-sh is not robust to blanks in file names

Hello,

I had to install AUCTeX on a new MSWindows machine. The distribution was
MikTeX which by default contains a space in its texmf path. I followed
the instruction in INSTALL.windows, but the make install partially
failed because of this space. I attached a patch in the file mypatch.tgz.

Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------

Emacs  : GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
 of 2009-07-30 on SOFT-MJASON
Package: 2011-07-12

current state:
==============
(setq
 AUCTeX-date "2011-07-12"
 window-system 'w32
 LaTeX-version "2e"
 TeX-style-path '("c:/msys/1.0/local/var/auctex"
		  "c:/Programme/GNU/installation/auctex-install/auctex/auctex/style"
		  "d:/msys/1.0/home/Vincent/.emacs.d/auctex/auto"
		  "d:/msys/1.0/home/Vincent/.emacs.d/auctex/style" "auto" "style")
 TeX-auto-save nil
 TeX-parse-self nil
 TeX-master nil
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil
		     (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX")
		    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX")
(Continue reading)

giacomo | 14 May 2012 12:52
Picon

TeX-next-error puts me in

i'm using a debian sid system, the Emacs and auctex versions are

"GNU Emacs 23.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2012-04-07 on biber, modified by Debian"

auctex 11.86-10  integrated document editing environment for TeX

when i compile an erroneous latex source i'm prompted to go to the error
position, but when i press "C-c `" in the latex buffer a new buffer is created, 
named "Tex Live 2011" and auctex make it the current buffer

"Tex Live 2011" is void, if i kill it or i switch buffer to get back to
the latex buffer the cursor in the latex buffer is not moved to the error
position

don't know if this is relevant, but i have both a tlmgr managed texlive in
/usr/local and Debian's texlive under /usr

for what is worth, this "Tex Live 2011" buffer thing happens also when i use
XEmacs

giacomo | 14 May 2012 17:12
Picon

Re: TeX-next-error puts me in

giacomo <giacomo.boffi <at> polimi.it> writes:

> when i compile an erroneous latex source i'm prompted to go to the error
> position, but when i press "C-c `" in the latex buffer a new buffer is 
> created, named "Tex Live 2011" and auctex make it the current buffer

this bug looks like
  11.86; Still a problem with TeX-next-error with MiKTeX 2.8
reported by Fredrik Lindsten, August 2011

the solutin suggested by Michael Ederer (customize latex-run-command to include 
the option -file-line-error) works for me

sorry for the noise, ciao
                                  g

Elias Pipping | 19 May 2012 16:03

11.86; RefTeX: author field parsed incorrectly

Hello,

I'm on GNU Emacs 24.0.97.1 and AUCTeX 11.86. I use the version of RefTeX
that comes with emacs.

I'm looking at the following bibtex entry(*):

 <at> article {MR699024,
    AUTHOR = {Jaru{\v{s}}ek, Ji{\v{r}}{\'{\i}}},
     TITLE = {Contact problems with bounded friction coercive case},
   JOURNAL = {Czechoslovak Math. J.},
  FJOURNAL = {\v Cehoslovackaja Akademija Nauk. \v Cehoslovacki\u\i\
              Matemati\v ceski\u\i\ \v Zurnal. Czechoslovak Mathematical
              Journal},
    VOLUME = {33(108)},
      YEAR = {1983},
    NUMBER = {2},
     PAGES = {237--261},
      ISSN = {0011-4642},
     CODEN = {CZMJAE},
   MRCLASS = {73T05 (49A29)},
  MRNUMBER = {699024 (84h:73045)},
MRREVIEWER = {N. Gass},
}

If I paste that into an empty buffer and call

  (assoc "author" (reftex-parse-bibtex-entry nil (point-min) (point-max)))

from my understanding the following should be returned:
(Continue reading)


Gmane