[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: request to revert the chnage of revno 112925
From: |
Stefan Monnier |
Subject: |
Re: request to revert the chnage of revno 112925 |
Date: |
Wed, 19 Jun 2013 22:09:12 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
>> This is not specific to Elisp, of course, it's true of most programming
>> languages
> Yes, that sounds right. Should we make this change for all
> programming-language files then? .c, .h, Makefile, etc....
Only for those languages that say so in the definition/standard/spec.
> True, but in practice this means one should avoid putting NUL bytes in
> such files. grep uses a heuristic that if a file contains a NUL byte,
> it's considered to be a binary file, and by default grep won't output
> the matching lines for that file. POSIX allows this behavior, and it's
> common among many GNU and/or POSIX tools, which means it's typically
> not a good idea to put NUL bytes in source files.
Agreed, which is why it's very rare for Elisp files to have NUL bytes.
But that's no reason to treat an Elisp file with a NUL bytes as being
encoded in binary instead of utf-8 (which is the question under
discussion here).
Stefan
- request to revert the chnage of revno 112925, Kenichi Handa, 2013/06/19
- Re: request to revert the chnage of revno 112925, Stefan Monnier, 2013/06/19
- Re: request to revert the chnage of revno 112925, Kenichi Handa, 2013/06/19
- Re: request to revert the chnage of revno 112925, Paul Eggert, 2013/06/19
- Re: request to revert the chnage of revno 112925, Stefan Monnier, 2013/06/19
- Re: request to revert the chnage of revno 112925, Paul Eggert, 2013/06/19
- Re: request to revert the chnage of revno 112925,
Stefan Monnier <=
- Re: request to revert the chnage of revno 112925, Achim Gratz, 2013/06/21
- Re: request to revert the chnage of revno 112925, Stephen J. Turnbull, 2013/06/21
- Re: request to revert the chnage of revno 112925, Stefan Monnier, 2013/06/19
- Re: request to revert the chnage of revno 112925, Kenichi Handa, 2013/06/22
- Re: request to revert the chnage of revno 112925, Eli Zaretskii, 2013/06/22
- Re: request to revert the chnage of revno 112925, Juanma Barranquero, 2013/06/22
- Re: request to revert the chnage of revno 112925, Stefan Monnier, 2013/06/22
- Re: request to revert the change of revno 112925, Kenichi Handa, 2013/06/28