unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bug in 22.0.50.1 ?? no rmailgen.el
@ 2006-08-26 16:33 ken
  2006-08-27 16:01 ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: ken @ 2006-08-26 16:33 UTC (permalink / raw)


$ emacs  --debug-init &

Backtrace shows:

Debugger entered--Lisp error: (file-error "Cannot open load file"
"rmailgen")
  require(rmailgen)
  (if (file-exists-p "/usr/share/emacs/site-lisp/rmailgen.el") (require
(quote rmailgen)))
  eval-buffer(#<buffer  *load*<2>> nil "/home/calendar/.gnu-emacs" nil
t)  ; Reading at buffer position 4550
  load-with-code-conversion("/home/calendar/.gnu-emacs"
"/home/calendar/.gnu-emacs" nil t)
  load("~/.gnu-emacs" nil t)
  (if (file-readable-p "~/.gnu-emacs") (load "~/.gnu-emacs" nil t) (if
(file-readable-p "/etc/skel/.gnu-emacs") (load "/etc/skel/.gnu-emacs"
nil t)))
  (if (string-match "XEmacs\\|Lucid" emacs-version) (progn (if ... ...))
(if (file-readable-p "~/.gnu-emacs") (load "~/.gnu-emacs" nil t) (if ...
...)) (setq custom-file "~/.gnu-emacs-custom") (load
"~/.gnu-emacs-custom" t t))
  eval-buffer(#<buffer  *load*> nil "/home/calendar/.emacs" nil t)  ;
Reading at buffer position 1633
  load-with-code-conversion("/home/calendar/.emacs"
"/home/calendar/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "\bพ ...
 command-line()
  normal-top-level()

(The "..."-- third to last line above-- is a long string of 'garbage'
characters that won't paste.)

Looking at ~/.gnu-emacs shows:

;; 8. Load package [REQUIRED].
(if (file-exists-p "/usr/share/emacs/site-lisp/rmailgen.el")
    (require 'rmailgen))

This section of code is looking at another install of emacs.  The emacs
installation in question (the one reporting error on) has no
rmailgen.el* in its file tree.

(Note: I would think that the installation routine shouldn't assume that
emacs will be installed under /usr/share/emacs/.)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-08-30 10:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-26 16:33 bug in 22.0.50.1 ?? no rmailgen.el ken
2006-08-27 16:01 ` Eli Zaretskii
2006-08-27 19:25   ` ken
2006-08-27 22:29     ` Eli Zaretskii
2006-08-28  0:52       ` ken
2006-08-28 12:44         ` Robert J. Chassell
2006-08-28 21:12         ` Default init files in GNU/Linux distributions (was: bug in 22.0.50.1 ?? no rmailgen.el) Reiner Steib
2006-08-30 10:41           ` Eli Zaretskii
2006-08-28 22:10         ` bug in 22.0.50.1 ?? no rmailgen.el Richard Stallman
2006-08-27 23:09     ` Nick Roberts
2006-08-28  1:01       ` ken
2006-08-28 22:10         ` Richard Stallman

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).