[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Distinguishing `consp` and `functionp`
|
From: |
Stefan Monnier |
|
Subject: |
Re: Distinguishing `consp` and `functionp` |
|
Date: |
Sun, 28 Jan 2024 13:38:22 -0500 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>> Care to point to existing code that extracts data from a function value
>> and then puts it back (presumably slightly modified)?
> I already have done. symbol-function, fset.
These neither extract data from a function value not put data into
a function value (unless you consider the symbol to be a function value
(which is technically correct), but my patch does not affect the
handling of those function values (they're still just the same symbols),
so it's not relevant).
Stefan
- Re: Distinguishing `consp` and `functionp`, (continued)
- Re: Distinguishing `consp` and `functionp`, Alan Mackenzie, 2024/01/27
- Re: Distinguishing `consp` and `functionp`, Stefan Monnier, 2024/01/27
- Re: Distinguishing `consp` and `functionp`, Alan Mackenzie, 2024/01/27
- Re: Distinguishing `consp` and `functionp`, Stefan Monnier, 2024/01/27
- Re: Distinguishing `consp` and `functionp`, Eli Zaretskii, 2024/01/28
- Re: Distinguishing `consp` and `functionp`, Alan Mackenzie, 2024/01/28
- Re: Distinguishing `consp` and `functionp`, Eli Zaretskii, 2024/01/28
- Re: Distinguishing `consp` and `functionp`, Alan Mackenzie, 2024/01/28
- Re: Distinguishing `consp` and `functionp`, Eli Zaretskii, 2024/01/28
- Re: Distinguishing `consp` and `functionp`, Stefan Monnier, 2024/01/28
- Re: Distinguishing `consp` and `functionp`,
Stefan Monnier <=
Re: Distinguishing `consp` and `functionp`, Po Lu, 2024/01/27