[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposal to make null string handling more emacs-y
From: |
Stefan Monnier |
Subject: |
Re: proposal to make null string handling more emacs-y |
Date: |
Wed, 25 Apr 2012 11:30:01 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
>> > I'm quite sure this will break gobs of existing code in Emacs. The
>> > entire display engine, for starters.
>> I wonder what makes you think that would introduce lots of bugs,
>> and why in the display engine.
> Code out there depends on nil being different from an empty string.
> In the display engine, if a string is nil, that's used as a flag.
AFAIK he's not suggesting to change that. He's only suggesting that
instead of throwing an error some functions should behave as if they had
received an empty string. E.g. like (concat "23" nil "45") does.
Stefan
- proposal to make null string handling more emacs-y, Steve Yegge, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Karl Fogel, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Miles Bader, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Helmut Eller, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Eli Zaretskii, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Stefan Monnier, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Eli Zaretskii, 2012/04/25
- Re: proposal to make null string handling more emacs-y,
Stefan Monnier <=
- Re: proposal to make null string handling more emacs-y, Miles Bader, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Andreas Schwab, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Juanma Barranquero, 2012/04/25
- Re: proposal to make null string handling more emacs-y, Steve Yegge, 2012/04/26
- Re: proposal to make null string handling more emacs-y, Miles Bader, 2012/04/26
- Re: proposal to make null string handling more emacs-y, Steve Yegge, 2012/04/26
- Re: proposal to make null string handling more emacs-y, Miles Bader, 2012/04/26
- Re: proposal to make null string handling more emacs-y, Jeremiah Dodds, 2012/04/26
- Re: proposal to make null string handling more emacs-y, Miles Bader, 2012/04/26
- Re: proposal to make null string handling more emacs-y, Jeremiah Dodds, 2012/04/27