Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Fuchs <asf@acm.org>
Subject: Re: C-c C-a was mml-attach-file, now mail-interactive-insert-alias?
Date: 04 Sep 2000 20:27:22 +0200	[thread overview]
Message-ID: <87aedohv1x.fsf@dahaIM.dyndns.org> (raw)
In-Reply-To: Neil Crellin's message of "04 Sep 2000 10:06:45 -0700"


Today, Neil Crellin <neilc@wallaby.cc> wrote:
> In one of the recent CVS releases, I seem to have lost the ability to
> use mml-attach-file from the C-c C-a binding.  C-h m claims that C-c C-a
> is mml-attach-file, but C-h k says it's mail-interactive-insert-alias.
> Any ideas on what changed and how to revert it?

Could it be that you have
(add-hook 'message-setup-hook 'bbdb-define-all-aliases)
(or something similar) in your config file? In the C-h k docs to C-c
C-a, mail-abbrevs is named as the origin of
mail-interactive-insert-alias.

I'd say that you could add:

(add-hook 'message-mode-hook
          (lambda () (define-key message-mode-map
                                "\C-c\C-a" 'mml-attach-file)))

(had the same problem as you, tried this out, works for me, YMMV. (-:)

regards,
-- 
Andreas Stefan Fuchs                             in Real Life aka
asf@acm.org, asfuchs@gmx.at, asf@ycom.at         in NNTP and SMTP,
antifuchs                                        in IRCNet and
Relf Herbstfresser, Male 1/2 Elf Priest          in AD&D



  reply	other threads:[~2000-09-04 18:27 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 [this message]
2000-09-04 19:17 ` Kai Großjohann
2000-09-04 19:34 ` Karl Kleinpaste
2000-09-05 17:29   ` Neil Crellin
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=87aedohv1x.fsf@dahaIM.dyndns.org \
    --to=asf@acm.org \
    /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).