all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Rainer Stengele <rainer.stengele@online.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: shell-command-to-string results in error
Date: Sun, 28 Oct 2012 19:47:00 +0100	[thread overview]
Message-ID: <CE44C940-26D8-49B7-BCD4-6A89FEEA0EDA@Web.DE> (raw)
In-Reply-To: <508D76A0.7010906@online.de>


Am 28.10.2012 um 19:17 schrieb Rainer Stengele:

> shadowing (see below) is no problem as far as I understand.

Over 50 hidings are no problem? This is a bit more than the famous DeuBa peanuts! Did you see that GNU Emacs cannot load one of these shadows ("/home/rainer/.emacs.d/org/lisp/org-clock.el")? It's probably best to use that emacs binary which also byte-compiled the Elisp files in your ~/.emacs.d branch during the make process.

And don't use the configure argument

	--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.4/site-lisp:/usr/share/emacs/site-lisp

but first read the output of

	./configure --help

and compare the values (or settings) this output implies with what you do! And what you have! The --enable-locallisppath option takes only places outside the regular ones, which are those set during the configure process. You should not tell GNU Emacs to use whatever init files for which ever Emacs versions it can find on your system. (And there is only one site-start.el file it loads.) You might then also be able to leave out the many *dir settings for the configure script.


Putting this in your site init file will enable you to see in *Messages* buffer which files GNU Emacs loads:

	(defadvice load (before debug-log activate)
	  (message "(Tipp von Kai G) Lade jetzt: %s" (ad-get-arg 0)))

--
Mit friedvollen Grüßen

  Pete

Ich bin dafür, die Dinge so weit wie möglich zu vereinfachen.
Aber nicht weiter.
				(Albert Einstein)




      reply	other threads:[~2012-10-28 18:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-28 11:20 shell-command-to-string results in error Rainer Stengele
2012-10-28 14:46 ` Peter Dyballa
2012-10-28 15:31   ` Rainer Stengele
2012-10-28 16:24     ` Peter Dyballa
2012-10-28 18:17       ` Rainer Stengele
2012-10-28 18:47         ` Peter Dyballa [this message]

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=CE44C940-26D8-49B7-BCD4-6A89FEEA0EDA@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rainer.stengele@online.de \
    /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.