[18759] in Athena Bugs
Edward Kogan: sun4 8.4.19: xemacs
daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Feb 8 10:01:30 2001
Message-Id: <200102081501.KAA07109@egyptian-gods.MIT.EDU>
To: jered@MIT.EDU
Cc: bugs@MIT.EDU
Date: Thu, 08 Feb 2001 10:01:23 -0500
From: Greg Hudson <ghudson@MIT.EDU>
I'm guessing this bug report is due to the upgrade to emacs 20.7. If
xemacs is using the Athena emacs lisp files, then the site-init file
may need some adjustment, along the lines of:
(setq mh-progs "/usr/athena/bin/"
mh-lib-progs "/usr/athena/libexec/"
mh-lib "/usr/athena/etc/")
(We hacked the emacs 20.3 mh-rmail to have mh-lib and mh-etc; emacs
hacked it to have mh-lib-progs and mh-lib respectively. Nasty
confusion.)
------- Forwarded Message
Return-Path: <bugs-acl@MIT.EDU>
Received: from grand-central-station.MIT.EDU by po12.mit.edu (8.9.2/4.7) id NAA03085; Tue, 6 Feb 2001 13:08:41 -0500 (EST)
Received: from melbourne-city-street.MIT.EDU (MELBOURNE-CITY-STREET.MIT.EDU [18.69.0.45])
by grand-central-station.MIT.EDU (8.9.2/8.9.2) with ESMTP id NAA29158
for <bugs@MIT.EDU>; Tue, 6 Feb 2001 13:08:40 -0500 (EST)
Received: from w20-575-72.mit.edu (W20-575-72.MIT.EDU [18.187.0.91])
by melbourne-city-street.MIT.EDU (8.9.3/8.9.2) with ESMTP id NAA21993
for <bugs@MIT.EDU>; Tue, 6 Feb 2001 13:08:39 -0500 (EST)
Received: (from ekogan@localhost) by w20-575-72.mit.edu (8.9.3)
id NAA02489; Tue, 6 Feb 2001 13:08:39 -0500 (EST)
Message-Id: <200102061808.NAA02489@w20-575-72.mit.edu>
To: bugs@MIT.EDU
Subject: sun4 8.4.19: xemacs
Date: Tue, 06 Feb 2001 13:08:38 -0500
From: Edward Kogan <ekogan@MIT.EDU>
System name: w20-575-72.mit.edu
Type and version: SPARC/5 8.4.19
Display type: cgsix
Shell: /bin/athena/tcsh
Window manager: mwm
What were you trying to do?
Send email from XEmacs
Sequence of actions:
add xemacs
xemacs &
in xemacs:
M-x mh-rmail
m (in +inbox buffer)
What's wrong:
Error message:
Can't find components file "/usr/athena/libexec/components"
What should have happened:
A new mail message window should have appeared
Please describe any relevant documentation references:
A quick look at the Lisp source code seems to indicate that
the code is looking for a skeleton message file in
/usr/athena/libexec/components, which is not there.
That file is instead located in /usr/athena/etc.
Lisp backtrace:
Signaling: (error "Can't find components file \"/usr/athena/libexec/components\"")
signal(error ("Can't find components file \"/usr/athena/libexec/components\""))
cerror("Can't find components file \"/usr/athena/libexec/components\"")
apply(cerror "Can't find components file \"/usr/athena/libexec/components\"")
error("Can't find components file \"/usr/athena/libexec/components\"")
mh-send-sub("" "" "" #<window-configuration 0x2d7d>)
#<compiled-function (to cc subject) "...(15)" [current-window-configuration config delete-other-windows mh-send-sub to cc subject] 5 ("/mit/xemacs/arch/sun4x_56/lib/xemacs/xemacs-packages/lisp/mh-e/mh-comp.elc" . 14638) (list (mh-read-address "To: ") (mh-read-address "Cc: ") (read-string "Subject: "))>("" "" "")
call-interactively(mh-send)
------- End of Forwarded Message