emacs-devel
[Top][All Lists]
Advanced

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

Re: Why is make-variable-buffer-local interactive?


From: Toby Allsopp
Subject: Re: Why is make-variable-buffer-local interactive?
Date: Fri, 21 Mar 2008 19:58:01 +1300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On Thu, Mar 20 2008, Lennart Borgman (gmail) wrote:

> Does it really make sense to do such changes interactively? If you
> know what you are doing when you call this function then surely you
> know how to do it in elisp, or?

FWIW, I use M-x make-variable-buffer-local quite often while editing
Perl code using cperl-mode.  I find that I quite often want different
values of `cperl-indent-level' in different buffers.  Perhaps this means
I should just put (make-variable-buffer-local 'cperl-indent-level) in my
.emacs.

Toby.




reply via email to

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