unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* tex-mode on woe32
@ 2005-06-08 21:22 Sam Steingold
  2005-06-08 23:49 ` Aaron S. Hawley
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Steingold @ 2005-06-08 21:22 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: tex-mode on woe32
  2005-06-08 21:22 tex-mode on woe32 Sam Steingold
@ 2005-06-08 23:49 ` Aaron S. Hawley
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron S. Hawley @ 2005-06-08 23:49 UTC (permalink / raw)
  Cc: bug-gnu-emacs

On Wed, 8 Jun 2005, Sam Steingold wrote:

> [...]
>
> 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.

Not sure if the information here helps:

http://www.emacswiki.org/cgi-bin/emacs-en/PdfTeX

/a

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-08 23:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-08 21:22 tex-mode on woe32 Sam Steingold
2005-06-08 23:49 ` Aaron S. Hawley

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).