Gnus development mailing list
 help / color / mirror / Atom feed
From: Alex Schroeder <alex@gnu.org>
Subject: Re: Summary format - the `u' spec
Date: 05 Mar 2001 01:39:42 +0100	[thread overview]
Message-ID: <m2ofvhkq0h.fsf@snail.nowhere.ch> (raw)
In-Reply-To: <m3k865jmf8.fsf@gnus.cvs.983032537> (Harry Putnam's message of "04 Mar 2001 13:52:46 -0800")

Harry Putnam <reader@newsguy.com> writes:

> So once the keywords line is matched does elisp offer a pattern
> matching command that returns the matched portion?

Hm, you can probably use normal elisp to do it:

(if (string-match "\\[\\([A-Z]\\)\\]" some-string)
    (match-string 0)
  " ")

Or something like that.

Alex.
-- 
http://www.geocities.com/kensanata/
"Your .emacs is either in C:\ or in the directory of %HOME% under Win32."



  reply	other threads:[~2001-03-05  0:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-04 16:21 Harry Putnam
2001-03-04 17:54 ` Kai Großjohann
2001-03-04 21:52   ` Harry Putnam
2001-03-05  0:39     ` Alex Schroeder [this message]
2001-03-05  1:07       ` Harry Putnam
2001-03-05 20:52         ` Alex Schroeder
2001-03-05 23:59           ` Harry Putnam
2001-03-05  9:29       ` Kai Großjohann
2001-03-04 21:21 ` Pavel Janík ml.

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=m2ofvhkq0h.fsf@snail.nowhere.ch \
    --to=alex@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.
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).