Gnus development mailing list
 help / color / mirror / Atom feed
From: torkel <torkel@pellefant.acc.umu.se>
Subject: Re: *message* buffers have lost the `C-c C-a' binding
Date: 06 Jul 2000 19:09:17 +0200	[thread overview]
Message-ID: <ydyem57fao2.fsf@pip.hpc2n.umu.se> (raw)
In-Reply-To: <vxkk8ez4blw.fsf@mesquite.charcoal.com>

Karl Kleinpaste <karl@charcoal.com> writes:

> In the latest CVS (July 06 ~9:30am), my *message* buffers have lost
> the `C-c C-a' keybinding to attach files.  `C-h m' (mode help) still
> claims it ought to exist...
> 
>        C-c C-a  mml-attach-file (attach a file as MIME).
> 
> ...but `C-c C-a' now runs mail-interactive-insert-alias.
> 
> "mail-interactive-insert-alias" doesn't appear in any Gnus *.el.  And
> there is still a define-key for mml-attach-file in message.el.

It comes from the (XEmacs) mail-lib package, mail-abbrevs.el. 

> How can this keybinding be missing?

Because of this:

2000-06-26  Dave Love  <fx@gnu.org>

        * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. 

        * message.el: Remove unnecessary `require'ments.  Defvar
        gnus-list-identifiers when compiling.  Don't try to autoload
        variable `gnus-list-identifiers'.  Autoload
        gnus-group-name-charset.
        (message-fetch-field): Don't assume `format' removes text
        properties.
        (message-strip-list-identifiers, message-reply, message-followup):
        Require gnus-sum.
        (message-mode): Tidy XEmacs conditionals.
        (message-replace-chars-in-string): Use subst-char-in-string when
        available.

Nowdays, message is loaded before mail-abbrevs, and therefore the
binding of C-c C-a is the one from mail-abbrevs. 

You can probably solve it by explicit load mail-abbrevs before gnus (I
have not tried)

/torkel



      parent reply	other threads:[~2000-07-06 17:09 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
2000-07-06 16:59 ` Kai Großjohann
2000-07-06 17:09 ` torkel [this message]

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=ydyem57fao2.fsf@pip.hpc2n.umu.se \
    --to=torkel@pellefant.acc.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).