unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Miles Bader <miles@gnu.org>
To: emacs-devel@gnu.org
Subject: emacs startup is pretty broken this morning
Date: Wed, 9 Dec 2009 12:25:44 +0900	[thread overview]
Message-ID: <fc339e4a0912081925p57d0f524w2e02d1dafa4ea15d@mail.gmail.com> (raw)

I just updated (from git), and rebuilt (both incrementally, and with
make bootstrap; it doesn't seem to make any difference).

If LANG=ja_JP.utf8, then emacs doesn't seem to start at all; here's
the shell session:

   $ LANG=ja_JP.utf8 \emacs &
   [4] 24992
   $ Warning: arch-dependent data dir
(/usr/local/libexec/emacs/23.1.90/x86_64-unknown-linux-gnu/) does not
exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/site-lisp'
does not exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/lisp' does not exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/leim' does not exist.
   Cannot open load file: japan-util

   [4]+  終了 255              LANG=ja_JP.utf8 \emacs
   $

If I use LANG=C, then emacs -Q seems to work, but _without_ -Q, it
doesn't read my .emacs or use my xrdb customizations...

When starting up with LANG=C, I see the following warnings in the shell:

   $ LANG=C \emacs &
   [4] 24988
   $ Warning: arch-dependent data dir
(/usr/local/libexec/emacs/23.1.90/x86_64-unknown-linux-gnu/) does not
exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/site-lisp'
does not exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/lisp' does not exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/leim' does not exist.
   Warning: Could not find simple.el nor simple.elc

   (emacs:24988): GLib-WARNING **: g_set_prgname() called multiple times

Inside Emacs itself, it clearly hasn't read my .emacs file, and I see
the following messages in *Messages*:

   Warning: arch-dependent data dir
(/usr/local/libexec/emacs/23.1.90/x86_64-unknown-linux-gnu/) does not
exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/site-lisp'
does not exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/lisp' does not exist.
   Warning: Lisp directory `/usr/local/share/emacs/23.1.90/leim' does not exist.

   Loading /usr/local/src/emacs/miles/lisp/subdirs.el (source)...done
   byte-code: Cannot open load file: warnings

Ugh.

Thanks,

-Miles

-- 
Do not taunt Happy Fun Ball.




             reply	other threads:[~2009-12-09  3:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-09  3:25 Miles Bader [this message]
2009-12-09  3:29 ` emacs startup is pretty broken this morning Miles Bader

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=fc339e4a0912081925p57d0f524w2e02d1dafa4ea15d@mail.gmail.com \
    --to=miles@gnu.org \
    --cc=emacs-devel@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).