From: Edward Susko <susko@chase.cs.dal.ca>
Subject: paths
Date: Thu, 20 Feb 2003 11:07:47 -0400 [thread overview]
Message-ID: <E18lsId-000645-00@chase> (raw)
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.
Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.
In GNU Emacs 21.2.2 (sparc-sun-solaris2.6, X toolkit)
of 2003-02-19 on chase
configured using `configure --prefix=/usr/local'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
locale-coding-system: nil
default-enable-multibyte-characters: t
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
When starting a newly installed emacs-21.2 on SunOS 5.6, users were unable to
process their .emacs files, obtaining error messages, for instance,
for the line
(global-font-lock-mode t)
I suspect this was because of name conflicts with code loaded from
/usr/local/share/emacs/site-lisp
which existed prior to the installation of the updated version.
In src/epaths.h, changing the ordering of directories in the path:
define PATH_LOADSEARCH "/usr/local/share/emacs/21.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/local/share/emacs/21.2/leim:/usr/local/share/emacs/21.2/lisp"
to
#define PATH_LOADSEARCH "/usr/local/share/emacs/21.2/lisp:/usr/local/share/emacs/21.2/site-lisp:/usr/local/share/emacs/site-lisp"
SEEMS to fix things. The latter would seem the appropriate default?
Recent input:
M-x m e n <tab> m o d e <return> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <menu-bar> <help-menu>
<report-emacs-bug>
Recent messages:
(emacs -q)
Loading tooltip...done
For information about the GNU Project and its goals, type C-h C-p.
Loading image...done
Loading emacsbug...done
next reply other threads:[~2003-02-20 15:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-20 15:07 Edward Susko [this message]
2003-02-22 8:15 ` paths Richard Stallman
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=E18lsId-000645-00@chase \
--to=susko@chase.cs.dal.ca \
/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.