|
From: | Kevin Rodgers |
Subject: | Re: Checking load-path when using batch compile |
Date: | Thu, 30 Apr 2009 17:40:51 -0600 |
User-agent: | Thunderbird 2.0.0.21 (Macintosh/20090302) |
Joe Riel wrote:
What's an easy way to have emacs print, in the shell, the load-path (or any variable) when it is being called in batch mode in a Makefile? I'm getting an error, "Cannot open load file," which is presumably caused by load-path not being set properly.
emacs --batch --eval '(message "load-path: %s" load-path)' -- Kevin Rodgers Denver, Colorado, USA
[Prev in Thread] | Current Thread | [Next in Thread] |