unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
To: emacs-pretest-bug@gnu.org
Subject: bug#1330: 23.0.60; load-path has no site-lisp directories
Date: Tue, 11 Nov 2008 23:35:33 +0100	[thread overview]
Message-ID: <69FD8C76-81AB-437D-B1A3-238D66B9D993@Freenet.DE> (raw)

Hello!

When I launch GNU Emacs with -Q and check load-path I get:

".../emacs/leim"
".../emacs/lisp"
".../emacs/lisp/url"
".../emacs/lisp/textmodes"
".../emacs/lisp/progmodes"
".../emacs/lisp/play"
".../emacs/lisp/org"
".../emacs/lisp/nxml"
".../emacs/lisp/nxml/char-name"
".../emacs/lisp/net"
".../emacs/lisp/mh-e"
".../emacs/lisp/mail"
".../emacs/lisp/language"
".../emacs/lisp/international"
".../emacs/lisp/gnus"
".../emacs/lisp/eshell"
".../emacs/lisp/erc"
".../emacs/lisp/emulation"
".../emacs/lisp/emacs-lisp"
".../emacs/lisp/calendar"
".../emacs/lisp/calc"
".../emacs/lisp/obsolete"
"/Library/Application Support/Emacs/calendar23"
"/Library/Application Support/Emacs/caml"
"/Library/Application Support/Emacs"
"/sw/share/emacs21/site-lisp/elib"
"/usr/local/share/emacs/23.0.60/lisp"
"/usr/local/share/emacs/23.0.60/lisp/url"
"/usr/local/share/emacs/23.0.60/lisp/textmodes"
"/usr/local/share/emacs/23.0.60/lisp/progmodes"
"/usr/local/share/emacs/23.0.60/lisp/play"
"/usr/local/share/emacs/23.0.60/lisp/org"
"/usr/local/share/emacs/23.0.60/lisp/nxml"
"/usr/local/share/emacs/23.0.60/lisp/nxml/char-name"
"/usr/local/share/emacs/23.0.60/lisp/net"
"/usr/local/share/emacs/23.0.60/lisp/mh-e"
"/usr/local/share/emacs/23.0.60/lisp/mail"
"/usr/local/share/emacs/23.0.60/lisp/language"
"/usr/local/share/emacs/23.0.60/lisp/international"
"/usr/local/share/emacs/23.0.60/lisp/gnus"
"/usr/local/share/emacs/23.0.60/lisp/eshell"
"/usr/local/share/emacs/23.0.60/lisp/erc"
"/usr/local/share/emacs/23.0.60/lisp/emulation"
"/usr/local/share/emacs/23.0.60/lisp/emacs-lisp"
"/usr/local/share/emacs/23.0.60/lisp/calendar"
"/usr/local/share/emacs/23.0.60/lisp/calc"
"/usr/local/share/emacs/23.0.60/lisp/obsolete"
"/usr/local/share/emacs/23.0.60/leim"

Is this induced by my configure parameter --enable-locallisppath= or  
by a new design? The GNU Emacs 23.0.60 from last weekend, launched  
from its install location, also does not show a trace of an usual  
site-lisp directory ...


In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d  
scroll bars)
  of 2008-11-11 on localhost
Windowing system distributor `The XFree86 Project, Inc', version  
11.0.40400000
configured using `configure  '--without-sound' '--without-pop' '-- 
with-dbus' '--with-libotf' '--with-x-toolkit=athena' '--enable- 
locallisppath=/Library/Application Support/Emacs/calendar23:/Library/ 
Application Support/Emacs/caml:/Library/Application Support/Emacs:/sw/ 
share/emacs21/site-lisp/elib' 'PKG_CONFIG_PATH=/sw/lib/xft2/lib/ 
pkgconfig:/sw/lib/fontconfig2/lib/pkgconfig:/sw/lib/freetype219/lib/ 
pkgconfig:/sw/lib/pango-ft219/lib/pkgconfig:/sw/lib/qt4-x11/lib/ 
pkgconfig:/sw/lib/system-openssl/lib/pkgconfig:/sw/lib/pkgconfig:/sw/ 
share/pkgconfig:/usr/X11R6/lib/pkgconfig:/usr/local/lib/pkgconfig:/ 
usr/lib/pkgconfig' 'CFLAGS=-Wno-pointer-sign -bind_at_load -H -pipe - 
fPIC -mcpu=7450 -mtune=7450 -fast -mpim-altivec -ftree-vectorize - 
foptimize-register-move -freorder-blocks -freorder-blocks-and- 
partition -fthread-jumps -fpeephole -fno-crossjumping' 'CPPFLAGS=-no- 
cpp-precomp -idirafter -I/usr/X11R6/include' 'LDFLAGS=-bind_at_load - 
dead_strip -multiply_defined suppress -L/sw/lib/ncurses''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: de_DE.UTF-8
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: nil
   locale-coding-system: utf-8-unix
   default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   line-number-mode: t
   transient-mark-mode: t


--
Mit friedvollen Grüßen

   Pete

It's not the valleys in life I dread so much as the dips.
				– Garfield









             reply	other threads:[~2008-11-11 22:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <18715.45205.676224.342360@fencepost.gnu.org>
2008-11-11 22:35 ` Peter Dyballa [this message]
2008-11-13  4:50   ` bug#1330: marked as done (23.0.60; load-path has no site-lisp directories) Emacs bug Tracking System

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=69FD8C76-81AB-437D-B1A3-238D66B9D993@Freenet.DE \
    --to=peter_dyballa@freenet.de \
    --cc=1330@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).