Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] %c in gnus-group-line-format
       [not found] <87n13wifyi.fsf@koka-in.org>
@ 2001-09-15 21:01 ` hermit
  2001-09-15 21:30   ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: hermit @ 2001-09-15 21:01 UTC (permalink / raw)
  Cc: semi-gnus-ja, ueno

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] %c in gnus-group-line-format
  2001-09-15 21:01 ` [PATCH] %c in gnus-group-line-format hermit
@ 2001-09-15 21:30   ` Simon Josefsson
  2001-09-15 22:33     ` hermit
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Josefsson @ 2001-09-15 21:30 UTC (permalink / raw)
  Cc: ding, semi-gnus-ja, ueno

hermit@koka-in.org writes:

> Hi folks,
>
> I love %c in gnus-group-line-format, but it does not work in these days.

I think this was fixed several hours ago, try cvs update.  Does the
patch not work?

However, %c was not documented... so I fixed that instead.  Thanks.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] %c in gnus-group-line-format
  2001-09-15 21:30   ` Simon Josefsson
@ 2001-09-15 22:33     ` hermit
  2001-09-19 17:35       ` hermit
  0 siblings, 1 reply; 5+ messages in thread
From: hermit @ 2001-09-15 22:33 UTC (permalink / raw)
  Cc: semi-gnus-ja, ueno

Hermit> I love %c in gnus-group-line-format, but it does not work in these days.

Simon> I think this was fixed several hours ago, try cvs update.  Does the
Simon> patch not work?

Oh, I found Michael's change.  Please forgot my patch.
Thanks!

Simon> However, %c was not documented... so I fixed that instead.  Thanks.

;)

-- 
Katsuhiro Hermit Endo


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] %c in gnus-group-line-format
  2001-09-15 22:33     ` hermit
@ 2001-09-19 17:35       ` hermit
  2001-09-19 18:42         ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: hermit @ 2001-09-19 17:35 UTC (permalink / raw)


Hermit> I love %c in gnus-group-line-format, but it does not work in these days.

Simon> I think this was fixed several hours ago, try cvs update.  Does the
Simon> patch not work?

Hermit> Oh, I found Michael's change.  Please forgot my patch.

Hmm... not fixed.

case-fold-search is reset by (kill-all-local-variables) in
(gnus-set-work-buffer).

I applied my patch again.

-- 
Katsuhiro Hermit Endo


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] %c in gnus-group-line-format
  2001-09-19 17:35       ` hermit
@ 2001-09-19 18:42         ` Simon Josefsson
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Josefsson @ 2001-09-19 18:42 UTC (permalink / raw)
  Cc: ding

hermit@koka-in.org writes:

> Hermit> I love %c in gnus-group-line-format, but it does not work in
> Hermit> these days.
>
> Simon> I think this was fixed several hours ago, try cvs update.  Does the
> Simon> patch not work?
>
> Hermit> Oh, I found Michael's change.  Please forgot my patch.
>
> Hmm... not fixed.

Ok, I applied your patch.  Thanks!



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-09-19 18:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87n13wifyi.fsf@koka-in.org>
2001-09-15 21:01 ` [PATCH] %c in gnus-group-line-format hermit
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

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).