Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai Grossjohann <grossjohann@charly.informatik.uni-dortmund.de>
Subject: message-expand-group doesn't grok "nnml:foo" groups
Date: 27 Jan 1997 12:12:58 +0100	[thread overview]
Message-ID: <vafenf78j7p.fsf@ls6.informatik.uni-dortmund.de> (raw)

Yo,

I'd like to use message-expand-group for my Gcc header, but the group
name is determined by going back to the first ":" (or ",", or " ")
then looking at the name.  This won't work for groups with names like
"nnml:foo", of course.

I have done a quick hack which sort of seems to work:

;; from message.el
(defun message-expand-group ()
  (let* ((b (save-excursion (skip-chars-backward "^, :\t\n") (point)))
                                                     ^
                               removed colon here ---'

What's the right way to do this?
kai
-- 
Signature?  What signature?


             reply	other threads:[~1997-01-27 11:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-27 11:12 Kai Grossjohann [this message]
1997-01-27 17:14 ` David Moore

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=vafenf78j7p.fsf@ls6.informatik.uni-dortmund.de \
    --to=grossjohann@charly.informatik.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).