Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: message-citation-line-format - should %F have a fall back?
Date: Thu, 26 Feb 2015 09:41:01 +0900	[thread overview]
Message-ID: <b4m4mq9pkrm.fsf@jpl.org> (raw)
In-Reply-To: <87k2z5rar3.fsf@topper.koldfront.dk>

On Wed, 25 Feb 2015 21:34:24 +0100, Adam Sjøgren wrote:
> Should %F in message-citation-line-format fall back to something
> different than nil, if no first name can be detected?

The most corner‐cutting way would be:

--- message.el~	2015-01-29 02:00:24.303787500 +0000
+++ message.el	2015-02-26 00:40:28.328441100 +0000
@@ -4085,3 +4085,3 @@
 	      (push ?E lst) (push "<E>" lst)
-	      (push ?F lst) (push fname lst)
+	      (push ?F lst) (push (or fname name-or-net) lst)
 	      ;; We might want to use "" instead of "<X>" later.

This is what %N does.



  reply	other threads:[~2015-02-26  0:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-25 20:34 Adam Sjøgren
2015-02-26  0:41 ` Katsumi Yamaoka [this message]
2015-02-26 22:38   ` Adam Sjøgren

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=b4m4mq9pkrm.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).