[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: |
Helmut Eller |
Subject: |
Re: proposal to make null string handling more emacs-y |
Date: |
Wed, 25 Apr 2012 09:53:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
* Steve Yegge [2012-04-25 00:24] writes:
> I haven't started a big flamewar and made fresh new enemies in what has
> to be at least three weeks. So. Here goes.
>
> I think we should change all the core string-manipulation functions to deal
> gracefully with nil arguments. Specifically, I want to change the smallest
> set of functions that may originate the infamous "wrong-type-argument
> (stringp, nil)" error, making them instead treat nil as if it were the empty
> string.
The smallest set of those functions seems to be the empty set (aka. nil
or was it ""?).
Helmut
- 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 <=
- 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, 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, 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