emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch: Syntax and Hard Newlines


From: martin rudalics
Subject: Re: Patch: Syntax and Hard Newlines
Date: Thu, 16 Nov 2006 13:18:10 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> No, `kill-local-variable' only makes a variable no longer have a
> separate value in the current buffer.

That's what I meant.  For example, in cc-mode.el you have

    (when (boundp 'parse-sexp-lookup-properties)
      (make-local-variable 'parse-sexp-lookup-properties)
      (setq parse-sexp-lookup-properties t))

that is cc-mode makes a "separate value in the current buffer" and sets
that locally to t.  When you turn off longlines in that buffer you turn
that off for cc-mode too.  Or am I missing something?




reply via email to

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