[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gas-mode.el - Comments welcome
From: |
Heike C. Zimmerer |
Subject: |
Re: gas-mode.el - Comments welcome |
Date: |
Thu, 31 May 2007 11:28:24 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/23.0.0 (gnu/linux) |
David Kastrup <address@hidden> writes:
> "Heike C. Zimmerer" <address@hidden> writes:
>
>>> - fix naming to use the `gas-' (or `asm-') prefix for vars such as
>>> `line-cache'. Provide defvars with docstring explaning what
>>> they contain.
>>
>> The caches are always buffer-local. According to what I learned
>> from the documentation, the prefix is only required for globals.
>
> Buffer-local variables have global bindings (they don't go away after
> a function finishes). You are confusing them with let-bound
> variables.
I see. OK, I'll fix it.