emacs-devel
[Top][All Lists]
Advanced

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

Re: An easier way to edit variables


From: Tom
Subject: Re: An easier way to edit variables
Date: Wed, 14 Jan 2015 18:28:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Yuri Khan <yuri.v.khan <at> gmail.com> writes:
> 
> It might be even more convenient if pressing the key prepared a nicely
> formatted (setq VARIABLE-NAME CURRENT-VALUE) form and presented *that*
> in a lisp-interaction-mode buffer. Then it could be edited and
> evaluated right there, and/or copy-pasted into an .emacs.d/init.el.
> 

The advantage of in place editing is that you can also see the
documentation which can be useful for more complicated variables.
Of course, you could copy the doc too to the interaction buffer,
but it would be like duplicating the Help buffer.

But I also see that in some situations your version could be useful,
so why not provide both? E.g. press e for in place editing and E 
(S-e) for seeing the whole setq expression in a seperate buffer.





reply via email to

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