Hi Sébastien,

Sébastien Gendre <s...@k-7.ch> writes:

> Hello,
>
> How can I access to an in-buffer setting value, from Elisp code ?
>

IIUC, they are called "Buffer-Local Variables".

Using 'buffer-local-value' should give you the value of a variable in a
buffer.

See the manual for more:
      (info "(elisp) Buffer-Local Variables")


Bruno

Reply via email to