bug-gnu-emacs
[Top][All Lists]
Advanced

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

tex-mode on woe32


From: Sam Steingold
Subject: tex-mode on woe32
Date: Wed, 08 Jun 2005 17:22:57 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

I am using a natively built emacs with cygwin tex.
this causes quite a few problems:

1. tex-kill-job somehow causes the first character of the command to be
   deleted:
$ pdflatex "\nonstopmode\input" "tr1622-srs-trigger-gen.tex"

$ bash: dflatex: command not found
   [note that the message is inserted _after_ the next prompt]
   (tex-shell-file-name is "bash")
   this problem disappears if I make tex-kill-job a noop.

2. tex-executable-exists-p calls executable-find to figure out if a
   program is available.  this is utterly broken because it tries to
   infer something without any knowledge about cygwin-specific handling
   of symbolic links, "exe" suffix &c.
   I had to explicitly set tex-executable-cache to ensure that pdflatex
   and latex were called at all.

3. this one is not specific to cygwin:
   I do not have a dvi previewer so I want everything to be in pdf.
   how do I start a pdf previewer?
   C-c C-v passes the dvi file to tex-dvi-view-command.

thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://pmw.org.il/> <http://www.palestinefacts.org/> <http://ffii.org/>
<http://www.mideasttruth.com/> <http://www.iris.org.il> <http://www.camera.org>
Don't hit a man when he's down -- kick him; it's easier.





reply via email to

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