[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: member inconsistency?
From: |
Stephen Berman |
Subject: |
Re: member inconsistency? |
Date: |
Fri, 29 Jan 2016 00:57:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
On Fri, 29 Jan 2016 00:38:24 +0100 Johan Bockgård <address@hidden> wrote:
> Stephen Berman <address@hidden> writes:
>
>> In contrast, `member' (and `memql' in the float case) has no check and
>> also uses a for-loop with the condition CONSP (tail), and when this
>> fails, the function just returns Qnil.
>
> `delete' and `delq' also has the bug.
>
> http://debbugs.gnu.org/264
Oh, thanks for the pointer. So the patch I proposed reverts a change
Stefan deliberately made more than eight years ago. That's not
something I feel entitled to do.
Steve Berman
- Re: member inconsistency?, (continued)
- Re: member inconsistency?, Philipp Stephani, 2016/01/28
- Re: member inconsistency?, Andreas Schwab, 2016/01/28
- Re: member inconsistency?, Stephen Berman, 2016/01/28
- Re: member inconsistency?, Eli Zaretskii, 2016/01/28
- Re: member inconsistency?, Stephen Berman, 2016/01/28
- Re: member inconsistency?, Eli Zaretskii, 2016/01/28
- Re: member inconsistency?, Stephen Berman, 2016/01/28
- Re: member inconsistency?, Andreas Schwab, 2016/01/28
- Re: member inconsistency?, Stephen Berman, 2016/01/28
- Re: member inconsistency?, Johan Bockgård, 2016/01/28
- Re: member inconsistency?,
Stephen Berman <=
- Re: member inconsistency?, Andreas Schwab, 2016/01/29
- Re: member inconsistency?, Stephen Berman, 2016/01/29
- Re: member inconsistency?, Eli Zaretskii, 2016/01/29
- Re: member inconsistency?, John Wiegley, 2016/01/29
- Re: member inconsistency?, Richard Stallman, 2016/01/29