emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Propagating local variables?


From: Stefan Monnier
Subject: Re: Propagating local variables?
Date: Wed, 16 May 2018 13:34:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I have always considered this a hack.  But I could not think of a better
> solution.  Suggestions are welcome.

I think most other "multi-buffer" packages tend to treat one of their
buffers as a kind of "master" and have all others point to it, so they
can lookup shared local variables via something like
(buffer-local-value my-parent-buffer 'varname).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]