Gnus development mailing list
 help / color / mirror / Atom feed
From: torkel <torkel@hpc2n.umu.se>
Subject: Re: *message* buffers have lost the `C-c C-a' binding
Date: 07 Jul 2000 00:18:10 +0200	[thread overview]
Message-ID: <ydy66qirjh9.fsf@pip.hpc2n.umu.se> (raw)
In-Reply-To: <m1bhfa3dwxg.fsf@blackbird.mitre.org>

dsg@mitre.org (David S. Goldberg) writes:

> This is really strange.  mail-interactive-insert-alias is part of
> mail-abbrevs and message.el does run mail-abbrev-setup after setting
> up message-mode-map.  The weird thing is, according to a diff of the
> cvs sources, that has been the case for several versions.  I can't see
> anything in the latest diff that would change that.

Following patch, reverting part of Dave Love's cleanup, fixes the
problem:

Index: message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 5.121
diff -u -r5.121 message.el
--- message.el	2000/07/02 10:03:03	5.121
+++ message.el	2000/07/05 22:11:49
@@ -35,6 +35,9 @@
   (defvar gnus-list-identifiers))	; gnus-sum is required where necessary
 (require 'mailheader)
 (require 'nnheader)
+(if (string-match "XEmacs\\|Lucid" emacs-version)
+    (require 'mail-abbrevs)
+      (require 'mailabbrev))
 (require 'mail-parse)
 (require 'mml)


Probably not the right thing to do, but solves the problem for now. 

/torkel



  reply	other threads:[~2000-07-06 22:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-06 13:44 Karl Kleinpaste
2000-07-06 16:14 ` Nevin Kapur
2000-07-06 16:51 ` David S. Goldberg
2000-07-06 22:18   ` torkel [this message]
2000-07-06 16:59 ` Kai Großjohann
2000-07-06 17:09 ` torkel

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=ydy66qirjh9.fsf@pip.hpc2n.umu.se \
    --to=torkel@hpc2n.umu.se \
    /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.
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 NNTP newsgroup(s).