Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: message-get-reply-headers problem?
Date: Mon, 22 Oct 2001 10:03:15 +0200	[thread overview]
Message-ID: <vafelnw85ks.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de> (raw)

I got an error message when hitting `F'; with the following patch the
error message is gone.

I'm unsure, however, whether this is really a fix or just a kludge?

--- message.el.~6.137.~	Sat Oct 20 20:15:22 2001
+++ message.el	Mon Oct 22 10:01:29 2001
@@ -4150,7 +4150,8 @@
 	(if cc  (setq recipients (concat recipients ", " cc)))
 	(if mct (setq recipients (concat recipients ", " mct)))))
       ;; Strip the leading ", ".
-      (setq recipients (substring recipients 2))
+      (unless (string= recipients "")
+	(setq recipients (substring recipients 2)))
       ;; Squeeze whitespace.
       (while (string-match "[ \t][ \t]+" recipients)
 	(setq recipients (replace-match " " t t recipients)))

Help?

kai
-- 
Lisp is kinda like tpircstsoP



             reply	other threads:[~2001-10-22  8:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-22  8:03 Kai Großjohann [this message]
2001-10-22 15:13 ` Paul Jarc

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=vafelnw85ks.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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).