GNU bug report logs -
#44486
27.1; C-@ chars corrupt elisp buffer
Previous Next
Reported by: Thierry Volpiatto <thievol <at> posteo.net>
Date: Fri, 6 Nov 2020 15:24:02 UTC
Severity: minor
Found in version 27.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: handa <at> gnu.org, thievol <at> posteo.net, schwab <at> linux-m68k.org,
> 44486 <at> debbugs.gnu.org
> Date: Mon, 09 Nov 2020 17:27:06 +0100
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > 0 is different: it says to obey the value of
> > inhibit-null-byte-detection resp. inhibit-iso-escape-detection. t
> > means inhibit the detection unconditionally, which is not what we
> > want.
> >
> > (We could use any non-nil, non-t value, of course; I've chosen to use
> > zero for consistency with what we do for 'undecided', see coding.c.)
>
> I see. Perhaps the difference between the various non-nil values should
> be mentioned in the doc strings of the two variables? They only mention
> nil/non-nil now, as far as I can see.
The _variables_ are simple booleans; it's the value of the
:inhibit-null-byte-detection _property_ of a coding-system that is a
tri-state. And that fact is documented in the doc string of
define-coding-system.
This bug report was last modified 4 years and 248 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.