Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Basic elisp problem while customizing Emacs
@ 2005-06-25  8:24 npra1025
  0 siblings, 0 replies; only message in thread
From: npra1025 @ 2005-06-25  8:24 UTC (permalink / raw)


Hi all,

I'm having trouble customizing Emacs on my iBook and I was hoping you'd
be able to give me some assistance.  I'm using the AUCTeX package and
in my .emacs file I have the following LaTeX hook:

(setq TeX-command-list
  (append TeX-command-list
    '(("compile-latex" compile-latex TeX-run-LaTeX nil t)
      ("compile-pdflatex compile-pdflatex TeX-run-LaTeX nil t)))

Each entry in TeX-command-list is supposed to represent a LaTeX-related
command.  The format is ("string command name" "string command to
execute" "how to execute the command" + various options).

Now, if I replace compile-latex and compile-pdflatex by a literal
string representing the path of the command that I would like to
execute (in this case for example "/Users/npra1025/bin/compile-latex"),
then everything works fine.  If, however, I make the following
modification:

(setq compile-latex "/Users/npra1025/bin/compile-latex")

then I get "Wrong type argument: stringp, nil".  If I use defvar or a
related construct, I get the same type of error (always something with
"wrong type argument").

This strikes me as very odd, and I really don't know what to make of
it, let alone solve it.  I would have thought that putting (setq
compile-latex ...) wouldn't have made a difference, but obviously it
does...

Can anyone help me with this? 


Best wishes,

N.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-25  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-25  8:24 Basic elisp problem while customizing Emacs npra1025

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 NNTP newsgroup(s).