Gnus development mailing list
 help / color / mirror / Atom feed
From: Christopher Davis <ckd@loiosh.kei.com>
Subject: Re: DWIM fix to message.el (TAB handling)
Date: 26 Feb 1997 10:00:35 -0500	[thread overview]
Message-ID: <w4914bboj0.fsf@loiosh.kei.com> (raw)
In-Reply-To: grossjohann@charly.informatik.uni-dortmund.de's message of 26 Feb 97 10:33:42 GMT

KG> == Kai Grossjohann <grossjohann@charly.informatik.uni-dortmund.de>

 KG> I'm always interested in additional stuff to add to
 KG> message-x-completion-alist.

Well, for those of us who don't use BBDB, perhaps something like (untested)

(defun message-x-mail-completion ()
   (interactive)
   (if (fboundp 'bbdb-complete-name)
      (bbdb-complete-name)
     (expand-abbrev)))

and have the default for to/cc/bcc/resent-to/resent-cc/resent-bcc be that.

I agree, though; I'd prefer to see message-x or something like it rolled
into message.el.


  reply	other threads:[~1997-02-26 15:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-02-25 20:32 Christopher Davis
1997-02-25 21:26 ` Justin Sheehy
1997-02-25 21:47 ` Edward J. Sabol
1997-02-26 10:33 ` Kai Grossjohann
1997-02-26 15:00   ` Christopher Davis [this message]
1997-02-26 16:48     ` Edward J. Sabol
1997-02-28 23:47       ` Lars Magne Ingebrigtsen
1997-03-03  9:20         ` Robert Bihlmeyer
1997-03-06 15:44   ` Christopher Davis
1997-03-06 15:56     ` Kai Grossjohann
1997-02-28 23:46 ` Lars Magne Ingebrigtsen
1997-03-01  3:53   ` Christopher Davis
1997-03-05  8:05     ` Lars Magne Ingebrigtsen
1997-03-05 11:40       ` Per Abrahamsen
1997-03-05 15:22       ` Edward J. Sabol

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=w4914bboj0.fsf@loiosh.kei.com \
    --to=ckd@loiosh.kei.com \
    /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).