From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39152 Path: main.gmane.org!not-for-mail From: Jack Twilley Newsgroups: gmane.emacs.gnus.general Subject: Re: message keymap not loading Date: Fri, 05 Oct 2001 11:29:00 -0700 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: <863d4yrleb.fsf@duchess.twilley.org> References: <86elokvah7.fsf@duchess.twilley.org> <86hetftkzj.fsf@duchess.twilley.org> <86bsjntiv2.fsf@duchess.twilley.org> <86u1xfrs5d.fsf@duchess.twilley.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035174905 26358 80.91.224.250 (21 Oct 2002 04:35:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:35:05 +0000 (UTC) Return-Path: Original-Received: (qmail 17005 invoked from network); 5 Oct 2001 18:34:15 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 5 Oct 2001 18:34:15 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15pZj0-0004rM-00; Fri, 05 Oct 2001 13:29:30 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 Oct 2001 13:29:08 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA08343 for ; Fri, 5 Oct 2001 13:28:54 -0500 (CDT) Original-Received: (qmail 16920 invoked by alias); 5 Oct 2001 18:29:03 -0000 Original-Received: (qmail 16915 invoked from network); 5 Oct 2001 18:29:02 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 5 Oct 2001 18:29:02 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id UAA17168 for ding@gnus.org; Fri, 5 Oct 2001 20:28:53 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 49 Original-NNTP-Posting-Host: dsl081-068-081.sfo1.dsl.speakeasy.net Original-X-Trace: quimby.gnus.org 1002306532 21874 64.81.68.81 (5 Oct 2001 18:28:52 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 5 Oct 2001 18:28:52 GMT X-Attribution: Jack X-PGP-Key: 0x007F7B38 X-PGP-Fingerprint: 5315 7434 6095 DF36 995B 3407 18F1 527C 007F 7B38 X-Face: .NHAX*9Wpk.L>*/dOY%Tx85BIb;aN`:H*I7y}qDK{(&Q(zjfnli]\}|xh+mpp22}~9u.T[[ zaK{BFgnXg'rBY+GiwLccR(O/iXq"_Fhrx0+%!1N}?D(mT{T$n_q}f`!f\(,@dR~*x&{_Zn^Qm)6rV ]E,6z3JLm6k<9>^9kg:#TU-S'a3{@c,rcT7YF`M*cCg_S0e1=C?!^kg-Wy]f+Xjpe#gB]>#xi= sa4'F#mX[QH^5}1B$0.s"6Y0R["ypG0mIe;8R6H_W]*_c:1|0Z^FgjUA?dCr`b[TX>>>> "Kai" == Kai Großjohann writes: Kai> What happens when you M-x load-library RET message RET, then go Kai> to a new buffer and do M-x message-mode RET (check the key C-c Kai> C-c)? And after M-x load-library RET message.el RET, then Kai> another new buffer, then M-x message-mode RET, then C-h k C-c Kai> C-c? Jack> The first sequence gives me nothing useful. Kai> I presume that means that C-c C-c is undefined. Yes, you presume correctly. Jack> The second one fails because no library named message.el is in Jack> the path. I am doing all of these with my current XEmacs Jack> session where I'm also running Gnus, if that matters. Kai> You don't have message.el? This is bad. Who knows what might be Kai> the problem in this case. If you had the *.el file, you could Kai> look at it to see whether it contains garbage, but that's not so Kai> easy if you only have the *.elc file. Kai> How did you install XEmacs and Gnus? Do you think there is a way Kai> to get at the *.el files? Maybe just reinstall Gnus... I installed XEmacs out of ports. I mentioned earlier in the thread how I installed Gnus. Here's the current script I use to install CVS Gnus into my ~/.xemacs/packages directory: --begin script-- #!/bin/sh make distclean cvs update ./configure --with-xemacs --infodir=/home/jmt/.xemacs/packages/info/gnus --with-lispdir=/home/jmt/.xemacs/packages/lisp/gnus --with-etcdir=/home/jmt/.xemacs/packages/etc/gnus gmake (cd lisp && for pkg in gnus message smiley; do xemacs -batch -eval \("setq autoload-package-name \"$pkg\""\) -f batch-update-directory . ; done && xemacs -batch -f Custom-make-dependencies ./) rm -rf /home/jmt/.xemacs/packages/*/gnus gmake install --end script-- Kai> kai -- Abort this operation? [OK] [Cancel] Jack. (updating Gnus now) -- Jack Twilley jmt at twilley dot org http colon slash slash www dot twilley dot org slash tilde jmt slash