emacs-devel
[Top][All Lists]
Advanced

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

Re: default-FOO variables


From: Eli Zaretskii
Subject: Re: default-FOO variables
Date: Tue, 06 Oct 2009 11:49:18 +0200

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Mon, 05 Oct 2009 10:48:34 -0400
> 
> >  . Add a DEFVAR_LISP_NOPRO for its default value.
> 
> >  . Add a DEFVAR_PER_BUFFER for its buffer-local value.
> 
> >  . Add one or 2 one-liners to init_buffer_once to initialize
> >    buffer_defaults and buffer_local_flags.
> 
> > I'm asking what's the New Way of doing this?
> 
> Same as before, just skip the step number 1.

And what about the lines such as this:

   buffer_defaults.overwrite_mode = Qnil;

Should we skip these as well?




reply via email to

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