Re: [1.5.9 bug] Mutt discards the \ character before a digit in "To:"
* Thu May 26 2005 Vincent Lefevre <vincent@xxxxxxxxxx>
> On 2005-05-26 01:47:07 +0200, Vincent Lefevre wrote:
> > On 2005-05-26 00:46:35 +0900, TAKAHASHI Tamotsu wrote:
> > > Could you tell me a minimum muttrc to make
> > > "mutt -nF /the/muttrc" crash? (Maybe "color" and "*-hook".)
> >
> > color index brightwhite green ~Cx@(a\\|b).fr
> >
> > This is probably due to the double \ in the regexp.
>
> In fact, no. The crash also occurs with:
>
> color index brightwhite green ~Cx@xxxx
Thanks for your information.
But I'm still unable to see the crash.
Mutt correctly paints it green.
I will try to reproduce it later on another machine,
which runs Linux/glibc and has libIDN.
And I'll try various locale settings.
I've just remembered that you set LC_CTYPE=en_US.UTF-8.
BTW, Here is my "mutt -v":
Mutt 1.5.9i (2005-03-13) <---- 2005-04-10 CVS HEAD
...
System: OpenBSD 3.7 (i386) [using ncurses 5.2] [using libiconv 1.9]
Compile options:
-DOMAIN
-DEBUG
+HOMESPOOL -USE_SETGID +USE_DOTLOCK -DL_STANDALONE
-USE_FCNTL +USE_FLOCK -USE_INODESORT
+USE_POP -USE_IMAP -USE_GSS +USE_SSL -USE_GNUTLS -USE_SASL -USE_SASL2
+HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
+HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME -CRYPT_BACKEND_GPGME
-BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
-ENABLE_NLS -LOCALES_HACK -HAVE_WC_FUNCS -HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR
+HAVE_ICONV -ICONV_NONTRANS -HAVE_LIBIDN +HAVE_GETSID +HAVE_GETADDRINFO
+USE_HCACHE
...
--
tamo