[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Q: BLV for function slots + BL obarray/hmap for symbol lookup?
From: |
Arthur Miller |
Subject: |
Re: Q: BLV for function slots + BL obarray/hmap for symbol lookup? |
Date: |
Sun, 23 May 2021 22:23:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (windows-nt) |
Clément Pit-Claudel <cpitclaudel@gmail.com> writes:
> On 5/22/21 5:46 PM, Arthur Miller wrote:
>> 2. Would it be possible, not too inneficient, complicated etc, if obarray
>> or hashmap, whichever is used for symbol lookup by Emacs, could be defined
>> as BLV, so that Emacs would lookup symbols similar as it does for buffer
>> local variables?
>
> We have debated doing this in Flycheck with an explicit obarray (properties
> of Flycheck checkers are stored as symbol properties).
Ok, cool, interesting. What have you come up with then? Is there some
public mail archive where discussion is archived?
Re: Q: BLV for function slots + BL obarray/hmap for symbol lookup?, Clément Pit-Claudel, 2021/05/23
- Re: Q: BLV for function slots + BL obarray/hmap for symbol lookup?,
Arthur Miller <=