emacs-devel
[Top][All Lists]
Advanced

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

Re: [Unicode-2] `C-h f' error


From: Richard Stallman
Subject: Re: [Unicode-2] `C-h f' error
Date: Sun, 02 Dec 2007 16:27:02 -0500

    >     Fmake_symbol ((!NILP (Vpurify_flag)
    >                    ? make_pure_string (str, len, len, 0)
    >                    : make_string (str, len)));

    > In the make_symbol/Fmake_symbol pair of functions, the Vpurify_flag
    > check is in the former (so is not done after the change); but in the
    > intern/Fintern pair it is in the latter. Isn't this the problem?

    Ah! Perhaps.  But, I don't understand the reason of calling
    make_pure_string always with the last arg multibyte as 0.
    Richard, don't you remember anything?

Not any more.
Sorry.




reply via email to

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