bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#52295: 28.0.90; Killing text results in coding system complaint


From: Eli Zaretskii
Subject: bug#52295: 28.0.90; Killing text results in coding system complaint
Date: Tue, 07 Dec 2021 09:33:01 +0200
User-agent: K-9 Mail for Android

On December 7, 2021 7:51:32 AM GMT+02:00, Po Lu <luangruo@yahoo.com> wrote:
> Po Lu <luangruo@yahoo.com> writes:
> 
> > `globals_of_w32select' is called, but QANSICP is nil:
> >
> >   Fprint (QANSICP, Qexternal_debugging_output);
> >
> > Prints "nil" onto the console.
> 
> ??? It appears that coding_from_cp is actually returning nil in this
> case.
> 
> This must be a bug in intern, because I don't see how else it could
> possibly return nil.
> 

Maybe 'intern' signals an error?  There's a check_obarray test inside intern_1, 
which could signal an error.

If you print the value which 'intern' returns in coding_from_cp, do you see a 
nil value printed?





reply via email to

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