all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Rankin <hello@paulwrankin.com>
To: 24058@debbugs.gnu.org
Subject: bug#24058: 24.5; tex-file ignores latex-run-command file local variable
Date: Sat, 23 Jul 2016 18:12:55 +1000	[thread overview]
Message-ID: <1469261575.1715309.674484537.2AACC1CC@webmail.messagingengine.com> (raw)

It appears that `tex-file' ignores `LaTeX-run-command' when set as a file local variable.

To reproduce:

1. $ emacs -Q
2. open Input.tex file with:

    % Local Variables:
    % latex-run-command: "xelatex"
    % End:

3. apply local variables
4. M-x tex-file

Expected results:

`tex-file' should run shell command

    $ xelatex \\nonstopmode\\input Input.tex

Actual results:

`tex-file' runs shell command

    $ latex \\nonstopmode\\input Input.tex

Configuration:

GNU Emacs 24.5.1 (x86_64-apple-darwin15.6.0, NS apple-appkit-1404.47) of 2016-07-22

OS X 10.11.6 (15G31)

MacBook Pro (Retina, 15-inch, Mid 2014)
2.2 GHz Intel Core i7
16 GB 1600 MHz DDR3
Intel Iris Pro 1536 MB

--
Paul W. Rankin
www.paulwrankin.com





             reply	other threads:[~2016-07-23  8:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-23  8:12 Paul Rankin [this message]
2016-07-23 19:35 ` bug#24058: 24.5; tex-file ignores latex-run-command file local variable Glenn Morris

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=1469261575.1715309.674484537.2AACC1CC@webmail.messagingengine.com \
    --to=hello@paulwrankin.com \
    --cc=24058@debbugs.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.