Gnus development mailing list
 help / color / mirror / Atom feed
From: Neil Crellin <neilc@wallaby.cc>
Subject: Re: C-c C-a was mml-attach-file, now mail-interactive-insert-alias?
Date: 05 Sep 2000 10:29:11 -0700	[thread overview]
Message-ID: <vb6k8cq693s.fsf@webtile.wallaby.cc> (raw)
In-Reply-To: Karl Kleinpaste's message of "04 Sep 2000 15:34:18 -0400"

[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]

Karl Kleinpaste <karl@charcoal.com> writes:
> This was discussed a couple months ago.  It seems that a change to the
> how, where, & when of (require 'mail-abbrevs) has induced this change
> as an inadvertent side effect, because the message mode keymap has
> already been set up when mail-abbrevs is subsequently sucked in,
> changing the keymap.  Or maybe it was the other way around; I forget.

> Anyhow, "Someone With CVS Write Access" (i.e. not me) ought to take a
> peek at the revision history again, or just dig out the previous
> discussion on this subject, and apply the small patch to be found
> somewhere in that discussion to make the keymap work the right way
> again.

> In the meantime, learn to love `M-m f'.

Karl, thanks for jogging my memory and pointing me in the right
direction.  I don't have CVS write privs either, but I went back through
the cvs revision history of message.el and can confirm that Dave Love's
checking (5.118) deleted the lines in question.  Below is essentially the
same patch that torkel proposed when he looked into this when you and
David Goldberg brought it up in July.  Can someone with CVS write privs
please commit it?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: revert Dave Love's excision of mail-abbrev require for Xemacsen --]
[-- Type: text/x-patch, Size: 554 bytes --]

Index: message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 5.126
diff -u -r5.126 message.el
--- message.el	2000/08/25 03:52:08	5.126
+++ message.el	2000/09/05 16:47:39
@@ -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)
 

[-- Attachment #3: Type: text/plain, Size: 39 bytes --]


-- 
Neil Crellin <neilc@wallaby.cc>



  reply	other threads:[~2000-09-05 17:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-04 17:06 Neil Crellin
2000-09-04 18:27 ` Andreas Fuchs
2000-09-04 19:17 ` Kai Großjohann
2000-09-04 19:34 ` Karl Kleinpaste
2000-09-05 17:29   ` Neil Crellin [this message]
2000-09-08 23:48     ` Dave Love

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=vb6k8cq693s.fsf@webtile.wallaby.cc \
    --to=neilc@wallaby.cc \
    /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).