* Emacs: Latex syntax using Flymake.
@ 2011-01-29 10:35 bhargava
0 siblings, 0 replies; only message in thread
From: bhargava @ 2011-01-29 10:35 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org
Hi all,
I'm trying to use emacs in the auctex mode. But Flymake complains about
something I could not understand. This is the error it shows whenever I
open a tex file.
Flymake:Configuration error has occured while running (texify --pdf
--tex-option=-c-style-errors PATH_TO_FILE_DIRECTORY/FILE_flymake.tex).
Flymake will be switched OFF.
I have texify installed on my system. I also tried suggestions in the
emacs wiki on FlymakeTex, added the following lines in my .emacs file:
(defun flymake-get-tex-args (file-name)
(list "pdflatex" (list "-file-line-error" "-draftmode"
"-interaction=nonstopmode" file-name)))
But this does not help. How do I stop this msg and use flymake.
Thanks,
--
Yaami.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-29 10:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-29 10:35 Emacs: Latex syntax using Flymake bhargava
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.