all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: 12439-done@debbugs.gnu.org
Subject: bug#12439: 24.2.50; mail-abbrev fills long aliasee uglily
Date: Mon, 17 Sep 2012 08:16:21 +0900	[thread overview]
Message-ID: <b4m7grtwoca.fsf@jpl.org> (raw)
In-Reply-To: <b4mligdt284.fsf@jpl.org>

Katsumi Yamaoka <yamaoka@jpl.org> wrote:
> By default message.el uses mail-abbrev to expand mail aliases in
> headers in a draft.  If an aliasee is longer than fill-column,
> it will be expanded like the following:

> To: foo1@bar.baz, foo2@bar.baz, foo3@bar.baz, foo4@bar.baz,
>     foo5@bar.baz,
>     foo6@bar.baz,
>     foo7@bar.baz,
>     foo8@bar.baz

> To reproduce this, try the "foo" alias specified as follows:

> (define-mail-abbrev "foo"
>   "foo1@bar.baz, foo2@bar.baz, foo3@bar.baz, foo4@bar.baz,\
>  foo5@bar.baz, foo6@bar.baz, foo7@bar.baz, foo8@bar.baz")

> The point is that the latter half addresses in an aliasee are
> put line by line.  Moreover, I think a SPC is enough for LWSP
> preceding to the latter half (message.el uses TAB in some fill
> function, though), rather than the one indent-relative generates.

> A patch I tried is attached below.

I've installed my patch to the trunk.





      reply	other threads:[~2012-09-16 23:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-14  8:53 bug#12439: 24.2.50; mail-abbrev fills long aliasee uglily Katsumi Yamaoka
2012-09-16 23:16 ` Katsumi Yamaoka [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=b4m7grtwoca.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=12439-done@debbugs.gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.