auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-devel] Re: preview-latex 0.9.1 and AUCTeX 11.whatever


From: Jan-Åke Larsson
Subject: [AUCTeX-devel] Re: preview-latex 0.9.1 and AUCTeX 11.whatever
Date: Fri, 01 Apr 2005 10:58:04 +0200
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; sv-SE; rv:1.7.5) Gecko/20041222

David Kastrup wrote:
Try to see whether you can find the current code (I checked in
something that apparently works, but without the shadowing check)
tolerable.

It does seem usable. It is just that I've been thinking things like:
"Why do we use 'sed' when we've had emacs up and running ~four times
already" and "Why are we shell-escaping lisp code all the time when
we could just fire up emacs -batch -l foo"

I did not after all switch the order of checks depending
on whether we have a default or explicit prefix.

No, no, it seems fine. I cannot say I found any errors on inspecting
the code, but it feels more and more opaque to me, so no guarantees.

Attached is a suggestion which would prefer (tetex-3) installs in
texmf-local.

/JÅ
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/auctex/auctex/preview/aclocal.m4,v
retrieving revision 1.47
diff -r1.47 aclocal.m4
247c247,248
<   [['${datadir}/texmf' "${texprefix}"]],
---
>   [['${datadir}/texmf-local' '${datadir}/texmf' \ 
>     "${texprefix}/texmf-local" "${texprefix}/texmf" "${texprefix}"]],

reply via email to

[Prev in Thread] Current Thread [Next in Thread]