all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Checking load-path when using batch compile
@ 2009-04-29 18:19 Joe Riel
  2009-04-30 23:40 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Riel @ 2009-04-29 18:19 UTC (permalink / raw)
  To: help-gnu-emacs

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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Checking load-path when using batch compile
  2009-04-29 18:19 Checking load-path when using batch compile Joe Riel
@ 2009-04-30 23:40 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2009-04-30 23:40 UTC (permalink / raw)
  To: help-gnu-emacs

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-30 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 18:19 Checking load-path when using batch compile Joe Riel
2009-04-30 23:40 ` Kevin Rodgers

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.