all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: R. Clayton <rclayton@monmouth.edu>
Cc: help-gnu-emacs@gnu.org
Subject: Re: byte-compile-file: emacs vs the command line.
Date: Mon, 30 Dec 2013 11:34:45 +0100	[thread overview]
Message-ID: <41F08FFC-9810-4279-815E-28B6086295A2@Web.DE> (raw)
In-Reply-To: <87a9fi3oh6.fsf@UlanBator.myhome.westell.com>


Am 30.12.2013 um 06:19 schrieb R. Clayton:

> EMACSLOADPATH=~/lib/emacs/lisp

THis shortens your EMACSLOADPATH to exactly the one element you specify. The environment variable EMACSLOADPATH overrides any internally used setting of load-path coming from compilation time. So at least you should try

	EMACSLOADPATH=${EMACSLOADPATH}:~/lib/emacs/lisp ...

This way you are adding another element to what you already have set.


What you did not try yet is:

	EMACSLOADPATH="" emacs --batch ...

This makes the environment variable EMACSLOADPATH empty so that GNU Emacs can use its compile time default. Maybe this internal setting is enough and you don't need to set EMACSLOADPATH externally… (And if you are building GNU Emacs yourself you can configure it with --enable-locallisppath=<whichever extra paths you need> so that it will find all Emacs Lisp repositories ion your system.)

--
Greetings

  Pete

To be is to do.
			– I. Kant
To do is to be.
			– A. Sartre
Yabba-Dabba-Doo!
			– F. Flintstone




  parent reply	other threads:[~2013-12-30 10:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-28 22:41 byte-compile-file: emacs vs the command line R. Clayton
2013-12-29 15:59 ` R. Clayton
2013-12-29 16:26   ` Eli Zaretskii
2013-12-30  5:19     ` R. Clayton
2013-12-30  7:20       ` Thierry Volpiatto
2013-12-30 10:34       ` Peter Dyballa [this message]
2013-12-30 16:23         ` R. Clayton
2013-12-30 19:27           ` Peter Dyballa
2014-01-01  2:52             ` R. Clayton

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=41F08FFC-9810-4279-815E-28B6086295A2@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rclayton@monmouth.edu \
    /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.