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

Bug#103544: marked as done (Problem with a color line when using LANG=hu_HU)



Your message dated Thu, 27 Mar 2003 19:09:16 +0900
with message-id <801y0ti0j7.wl@oris.opensource.jp>
and subject line Bug#103544: Problem with a color line when using LANG=hu_HU
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; 4 Jul 2001 21:30:20 +0000
>From acsosz@mail.datanet.hu Wed Jul 04 16:30:20 2001
Return-path: <acsosz@mail.datanet.hu>
Received: from mail.matavnet.hu (matavnet.hu) [::ffff:195.228.240.10] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 15HuE0-0007lm-00; Wed, 04 Jul 2001 16:30:20 -0500
Received: (qmail 27024 invoked from network); 4 Jul 2001 23:30:05 +0200
Received: from line-189-63.dial.matav.net (HELO getquad) (mail@145.236.189.63)
  by mail.matavnet.hu with SMTP; 4 Jul 2001 23:30:06 +0200
Received: from attila by getquad with local (Exim 3.22 #1 (Debian))
	id 15HuDp-0002XE-00; Wed, 04 Jul 2001 23:30:09 +0200
From: Debian User <acsosz@mail.datanet.hu>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Problem with a color line when using LANG=hu_HU
X-Reportbug-Version: 1.18
X-Mailer: reportbug 1.18
Date: Wed, 04 Jul 2001 23:29:59 +0200
Message-Id: <E15HuDp-0002XE-00@getquad>
Sender: Debian User <attila@getquad>
Delivered-To: submit@bugs.debian.org

Package: mutt
Version: 1.3.18-1
Severity: normal
Tags: woody

I use the following shell script to read my mails

-------
#!/bin/sh

# sigrot
export LANG=hu_HU
mutt
export LANG=C
-------

I've generated previosly the proper locale using 'locale-gen'. When I start
mutt with this script I got the following error message

------
Error in /home/attila/Muttrc.color, line 11: Invalid range end
Error in /home/attila/.muttrc, line 331: source: errors in /home/attila/Muttrc.color
source: errors in /home/attila/.muttrc
------

------
Here is this file 

# colors
color indicator black cyan
color status	brightgreen blue
color hdrdefault cyan black
color header	brightgreen black ^From:
color header	brightcyan black ^To:
color header	brightcyan black ^Reply-To:
color header	brightcyan black ^Cc:
color header	brightblue black ^Subject:

color body	brightred black [-a-z_0-9.]+@[-a-z_0-9.]+    [MARK]

color body	brightblue black "(ftp|http)://[^ ]+"
color quoted	brightblack black
color attachment brightyellow black
color signature cyan black
color tree	red black
color tilde	blue black
color markers	brightred black
------

I've marked the wrong line with [MARK] (not included in the original file)


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux getquad 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages mutt depends on:
ii  exim                      3.22-4         Exim Mailer                       
ii  exim [mail-transport-agen 3.22-4         Exim Mailer                       
ii  libc6                     2.2.3-5        GNU C Library: Shared libraries an
ii  libncurses5               5.2.20010318-2 Shared libraries for terminal hand
ii  libsasl7                  1.5.24-6       Authentication abstraction library


---------------------------------------
Received: (at 103544-done) by bugs.debian.org; 27 Mar 2003 10:09:19 +0000
>From gotom@debian.or.jp Thu Mar 27 04:09:18 2003
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 18yUJy-0005B5-00; Thu, 27 Mar 2003 04:09:18 -0600
Received: from oris.opensource.jp (oris.opensource.jp [218.44.239.73])
	by oris.opensource.gr.jp (Postfix) with ESMTP id DC828C33C7
	for <103544-done@bugs.debian.org>; Thu, 27 Mar 2003 19:09:16 +0900 (JST)
Date: Thu, 27 Mar 2003 19:09:16 +0900
Message-ID: <801y0ti0j7.wl@oris.opensource.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: 103544-done@bugs.debian.org
Subject: Re: Bug#103544: Problem with a color line when using LANG=hu_HU
In-Reply-To: <80k7fnxr5t.wl@oris.opensource.jp>
References: <80k7fnxr5t.wl@oris.opensource.jp>
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: 103544-done@bugs.debian.org
X-Spam-Status: No, hits=-1.8 required=4.0
	tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03,
	      USER_AGENT
	version=2.44
X-Spam-Level: 

At Wed, 26 Feb 2003 19:38:54 +0900,
GOTO Masanori wrote:
> 
> > I use the following shell script to read my mails
> > 
> > -------
> > #!/bin/sh
> > 
> > # sigrot
> > export LANG=hu_HU
> > mutt
> > export LANG=C
> > -------
> > 
> > I've generated previosly the proper locale using 'locale-gen'. When I start
> > mutt with this script I got the following error message
> > 
> > ------
> > Error in /home/attila/Muttrc.color, line 11: Invalid range end
> > Error in /home/attila/.muttrc, line 331: source: errors in /home/attila/Muttrc.color
> > source: errors in /home/attila/.muttrc
> > ------
> 
> Is this bug still alive on sid (glibc 2.3)?
> 
> If so, check that this [-a-z_0-9.]+@[-a-z_0-9.]+ is really valid for
> your locale.  It's appropriate for POSIX expanded regexp like
> [:alnum:].

I get no reply - and I think this bug can be closed.
Now I close this bug.  If you have any questions,
please mail to me or reopen this bug.

Regards,
-- gotom



Reply to: