GNU bug report logs -
#12439
24.2.50; mail-abbrev fills long aliasee uglily
Previous Next
Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Fri, 14 Sep 2012 08:55:02 UTC
Severity: minor
Tags: patch
Found in version 24.2.50
Done: Katsumi Yamaoka <yamaoka <at> jpl.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 12439-done <at> debbugs.gnu.org (full text, mbox):
Katsumi Yamaoka <yamaoka <at> 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 <at> bar.baz, foo2 <at> bar.baz, foo3 <at> bar.baz, foo4 <at> bar.baz,
> foo5 <at> bar.baz,
> foo6 <at> bar.baz,
> foo7 <at> bar.baz,
> foo8 <at> bar.baz
> To reproduce this, try the "foo" alias specified as follows:
> (define-mail-abbrev "foo"
> "foo1 <at> bar.baz, foo2 <at> bar.baz, foo3 <at> bar.baz, foo4 <at> bar.baz,\
> foo5 <at> bar.baz, foo6 <at> bar.baz, foo7 <at> bar.baz, foo8 <at> 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.
This bug report was last modified 12 years and 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.