emacs-devel
[Top][All Lists]
Advanced

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

Re: Character literals for Unicode (control) characters


From: Paul Eggert
Subject: Re: Character literals for Unicode (control) characters
Date: Sun, 20 Mar 2016 05:58:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Thanks, one thing I didn't notice earlier:

+  xsignal1 (Qinvalid_read_syntax,
+            CALLN (Fformat, build_pure_c_string ("\\N{%s}"), name));

This can run Emacs out of pure space unnecessarily. Use AUTO_STRING instead of build_pure_c_string.

Also, I've lost track of what this patch is building on. Perhaps send all the patches next time....



reply via email to

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