all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
Subject: tex-mode on woe32
Date: Wed, 08 Jun 2005 17:22:57 -0400	[thread overview]
Message-ID: <uhdg87dce.fsf@gnu.org> (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.

             reply	other threads:[~2005-06-08 21:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-08 21:22 Sam Steingold [this message]
2005-06-08 23:49 ` tex-mode on woe32 Aaron S. Hawley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uhdg87dce.fsf@gnu.org \
    --to=sds@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.