[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#63658: marked as done (Regular Expressions)



Your message dated Sat, 28 Dec 2002 23:51:56 +0900
with message-id <80vg1ew60j.wl@oris.opensource.jp>
and subject line Bug#63658: No longer reproducible (#63658)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 6 May 2000 07:52:41 +0000
Received: (qmail 12242 invoked from network); 6 May 2000 07:52:41 -0000
Received: from unet.univie.ac.at (131.130.230.7)
  by master.debian.org with SMTP; 6 May 2000 07:52:41 -0000
Received: from downhill.univie.ac.at (mail@uvo-131.univie.ac.at [131.130.230.131])
	by unet.univie.ac.at (8.9.3/8.9.3) with ESMTP id JAA102906
	for <submit@bugs.debian.org>; Sat, 6 May 2000 09:52:38 +0200
Received: from ametzler by downhill.univie.ac.at with local (Exim 3.12 #1 (Debian))
	id 12nzKu-0004lD-00
	for <submit@bugs.debian.org>; Sat, 06 May 2000 09:49:16 +0200
Date: Sat, 6 May 2000 09:49:16 +0200
From: Andreas Metzler <ametzler@downhill.at.eu.org>
To: submit@bugs.debian.org
Subject: Regular Expressions
Message-ID: <20000506094916.A762@downhill.at.eu.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Mutt/1.0.1i

Package: mutt
Version: 1.0.1-9

There is a bug with expanding {m,k}-style Expressions.

I tried to highlight different quotelevels (color quoted1 does not
catch the leading quote-character - to colorful for me):

color body black green "^ {0,3}([|>:}#] ?){2}.*"
color body yellow blue "^ {0,3}([|>:}#] ?){3}.*"

This does not work. The second expression catches 
>> blah fasel
although it should not. This was my whole .muttrc and I used "mutt -n"

I did some testing:

* The RedHat-package (6.2) suffers from this bug, too. Upstream?

* this is not matched by the second expression:
>>blah fasel

* If I do without {} and simply write the relating Expression more
  times, everything works. (with and without the now useless () )
  color body yellow blue "^ {0,3}[|>:}#] ?[|>:}#] ?.*"
  color body black green "^ {0,3}[|>:}#] ?[|>:}#] ?[|>:}#] ?.*"

* I posted this to de.comm.software.mailreader.misc in thread
  <8emhr1$vm$1@downhill.at.eu.org>, a german speaking maintainer
  should read those articles instead of my horrible english.

Information about my system:
Potato May 5 Kernel 2.2.14 (i386)
libc6          2.1.3-10
libncurses5    5.0-6
mime-support   3.9-1

     tia and cu andreas
-- 
Andreas Metzler, Wien                         |
ametzler@downhill.at.eu.org                   |
---------------------------------------
Received: (at 63658-done) by bugs.debian.org; 28 Dec 2002 14:52:05 +0000
>From gotom@debian.or.jp Sat Dec 28 08:52:04 2002
Return-path: <gotom@debian.or.jp>
Received: from oris.opensource.jp (oris.opensource.gr.jp) [218.44.239.73] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18SIJn-00022r-00; Sat, 28 Dec 2002 08:52:04 -0600
Received: from oris.opensource.jp (oris.opensource.jp [218.44.239.73])
	by oris.opensource.gr.jp (Postfix) with ESMTP
	id 068D8C33C1; Sat, 28 Dec 2002 23:51:56 +0900 (JST)
Date: Sat, 28 Dec 2002 23:51:56 +0900
Message-ID: <80vg1ew60j.wl@oris.opensource.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: Andreas Metzler <ametzler@downhill.at.eu.org>,
	63658-done@bugs.debian.org
Cc: "H. S. Teoh" <hsteoh@quickfur.ath.cx>
Subject: Re: Bug#63658: No longer reproducible (#63658)
In-Reply-To: <[🔎] 3E0ACEC7.80601@downhill.at.eu.org>
References: <[🔎] 20021225200855.GA24846@crystal>
	<[🔎] 3E0ACEC7.80601@downhill.at.eu.org>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: 63658-done@bugs.debian.org
X-Spam-Status: No, hits=-10.6 required=5.0
	tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03,
	      USER_AGENT
	version=2.41
X-Spam-Level: 

At Thu, 26 Dec 2002 10:41:27 +0100,
Andreas Metzler wrote:
> H. S. Teoh schrieb:
> > Hi, I've also been unable to reproduce this bug. Currently, I have
> > 
> > ii  libc6          2.3.1-3        GNU C Library: Shared libraries and Timezone
> > 
> > The test program and the input file are attached. Here are some test runs: 
> [regex bug]
> 
> Hello,
> Thanks for testing this. I had already planned to try it out myself once 
> I had a sid-chroot (I am still running woody), because iirc the 
> changelog talked about an overhauled regex engine.
>             cu andreas

Teoh, thanks for your testing. I close this bug.
Andreas, if you find the problem, please reopen or resubmit this bug.

Thanks,
-- gotom



Reply to: