Thierry Volpiatto | 4 Oct 2011 11:06
Picon
Gravatar

Wrong usage of completing-read default argument

Hi all,
In many places auctex use the default argument formatted in the prompt
argument, could you fix that?

e.g in TeX-command-query:

#+BEGIN_SRC lisp
(answer (or TeX-command-force
            (completing-read
             (concat "Command: (default " default ") ")
             (TeX-mode-specific-command-list major-mode) nil t
             nil 'TeX-command-history))))

#+END_SRC

Should use instead:

#+BEGIN_SRC lisp
(answer (or TeX-command-force
            (completing-read
             "Command: "
             (TeX-mode-specific-command-list major-mode) nil t
             nil 'TeX-command-history default))))

#+END_SRC

Thanks.

--

-- 
 𝕋𝕙𝕚𝕖𝕣𝕣𝕪
(Continue reading)

Philip Kime | 7 Oct 2011 16:26
Picon

Patch for biber/biblatex support

Greetings,
  I have attached a patch against auctex 11.86 which adds support for biblatex/biber. Is there a process for
having this evaluated and added to auctex?

PK

Attachment (auctex-biber.patch): application/octet-stream, 14 KiB

--
Dr Philip Kime

_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Uwe Brauer | 14 Oct 2011 13:35
Picon
Favicon

preview does not work with subfiles.

Hello 

Subfiles is  a Latex package which extends the usual input
include
mechanism.
see
http://en.wikibooks.org/wiki/LaTeX/Multiple_files

However unfortunately when I run preview-document on one of
the subfiles I obtain the following message:

Preview-LaTeX finished with nothing to show at Fri Oct 14 13:34:13
LaTeX: LaTeX found no preview images

I attach a minimal example.

Uwe Brauer 

Attachment (main.tex): text/x-tex, 105 bytes
Attachment (sec1.tex): text/x-tex, 146 bytes
_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Uwe Brauer | 14 Oct 2011 13:53
Picon
Favicon

(preview-report-bug) does not work.

When I try to send a bug report I obtain:

Uwe Brauer 
Attachment (preview-bug-bug): application/octet-stream, 2660 bytes
_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Uwe Brauer | 14 Oct 2011 13:55
Picon
Favicon

11.84 preview does not work with hyperref

Hello

Below the following minimal example.

If I use hyperref now preveiw picts are inserted. If I
comment out that line everything is fine.

Uwe Brauer 

Attachment (Local_existence_6.tex): text/x-tex, 190 bytes
_______________________________________________
auctex-devel mailing list
auctex-devel <at> gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel
Vladimir Lomov | 14 Oct 2011 14:30
Picon

Re: 11.84 preview does not work with hyperref

Hello,
** Uwe Brauer [2011-10-14 13:55:46 +0200]:

> Hello

> Below the following minimal example.

> If I use hyperref now preveiw picts are inserted. If I
> comment out that line everything is fine.

> Uwe Brauer 

> \documentclass[12pt]{amsart}
> \usepackage[colorlinks,backref]{hyperref}

> \begin{document}

> This 
> \begin{equation}
> \label{eq:Local_existence_6:1}
> \int dx =0  
> \end{equation}
> \end{document}

Works fine in both cases here: Archlinux, x86_64, emacs-bzr, auctex-cvs (= 11.86
almost), TeX Live 2011.

---
WBR, Vladimir Lomov

(Continue reading)

Vladimir Lomov | 14 Oct 2011 15:08
Picon

Re: preview does not work with subfiles.

Hello,

** Uwe Brauer [2011-10-14 13:35:26 +0200]:

> Hello 

> Subfiles is  a Latex package which extends the usual input
> include
> mechanism.
> see
> http://en.wikibooks.org/wiki/LaTeX/Multiple_files

> However unfortunately when I run preview-document on one of
> the subfiles I obtain the following message:

> Preview-LaTeX finished with nothing to show at Fri Oct 14 13:34:13
> LaTeX: LaTeX found no preview images

> I attach a minimal example.

> Uwe Brauer 

> \documentclass[12pt]{article}
> \usepackage{subfiles}
> \begin{document}

> \subfile{sec1.tex}

> \end{document}

(Continue reading)

Vladimir Lomov | 14 Oct 2011 15:10
Picon

[oub <at> mat.ucm.es: Re: 11.84 preview does not work with hyperref]

Please, reply also in ML!

----- Forwarded message from Uwe Brauer <oub <at> mat.ucm.es> -----

Date: Fri, 14 Oct 2011 14:40:04 +0200
From: Uwe Brauer <oub <at> mat.ucm.es>
To: Vladimir Lomov <lomov.vl <at> gmail.com>
Subject: Re: [AUCTeX-devel] 11.84 preview does not work with hyperref
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101206 Lightning/1.0b1 SeaMonkey/2.0.11

Vladimir Lomov wrote:
> Hello,
> ** Uwe Brauer [2011-10-14 13:55:46 +0200]:

>> Hello

> Works fine in both cases here: Archlinux, x86_64, emacs-bzr, auctex-cvs (= 11.86
> almost), TeX Live 2011.

ok thanks upgrade of auctex seems to be needed.

Uwe

----- End forwarded message -----

--

-- 
Type louder, please.

Gmane