Gnus development mailing list
 help / color / mirror / Atom feed
From: hermit@koka-in.org
Cc: semi-gnus-ja@meadowy.org, ueno@unixuser.org
Subject: [PATCH] %c in gnus-group-line-format
Date: Sun, 16 Sep 2001 06:01:01 +0900	[thread overview]
Message-ID: <874rq4p3si.fsf@koka-in.org> (raw)
In-Reply-To: <87n13wifyi.fsf@koka-in.org> (hermit@koka-in.org's message of "Sun, 16 Sep 2001 01:20:05 +0900")

Hi folks,

I love %c in gnus-group-line-format, but it does not work in these days.
So I tried this change.


2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>

	* gnus-spec.el (gnus-parse-complex-format): Don't fold search
	case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)


--- gnus-spec.el        2001/09/14 15:12:19     6.15
+++ gnus-spec.el        2001/09/15 19:45:00
@@ -408,8 +408,9 @@
     (insert "\")")
     ;; Convert point position commands.
     (goto-char (point-min))
-    (while (re-search-forward "%\\([-0-9]+\\)?C" nil t)
-      (replace-match "\"(point)\"" t t))
+    (let ((case-fold-search nil))
+      (while (re-search-forward "%\\([-0-9]+\\)?C" nil t)
+	(replace-match "\"(point)\"" t t)))
     ;; Convert TAB commands.
     (goto-char (point-min))
     (while (re-search-forward "%\\([-0-9]+\\)=" nil t)

-- 
Katsuhiro Hermit Endo


       reply	other threads:[~2001-09-15 21:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87n13wifyi.fsf@koka-in.org>
2001-09-15 21:01 ` hermit [this message]
2001-09-15 21:30   ` Simon Josefsson
2001-09-15 22:33     ` hermit
2001-09-19 17:35       ` hermit
2001-09-19 18:42         ` Simon Josefsson

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=874rq4p3si.fsf@koka-in.org \
    --to=hermit@koka-in.org \
    --cc=semi-gnus-ja@meadowy.org \
    --cc=ueno@unixuser.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).