emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; Assuming errstring unibyte is incorrect and leads to Emacs


From: Stefan Monnier
Subject: Re: 23.0.60; Assuming errstring unibyte is incorrect and leads to Emacs crashes
Date: Sun, 31 Aug 2008 14:36:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> +    if (! EQ (Faref (errstring, make_number (1)), make_number ('/')))
>> +      {
>> +        int c;
>> +
>> +        str = (char *) SDATA (errstring);
>> +        c = STRING_CHAR (str, 0);
>> +        Faset (errstring, 0, make_number (DOWNCASE (c)));
>> +      }

> Can we explain in a comment what is special about a slash as the
> second character of the error message?

Actually, I think we need an explanation for why we bother to downcase
this thing at all.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]