bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: cannot initialize minibuffer-auto-raise in .emacs


From: joonhwan.lee
Subject: Re: cannot initialize minibuffer-auto-raise in .emacs
Date: Wed, 31 Oct 2007 19:51:10 -0700
User-agent: G2/1.0

On 10 31 ,   6 53 , Andreas Schwab <sch...@suse.de> wrote:
> "joonhwan.lee" <joonhwan....@gmail.com> writes:
> > in .emacs though I  either
>
> > (setq 'minibuffer-auto-raise nil)
>
> > or
>
> > (setq-default 'minibuffer-auto-raise nil)
>
> > , every time emacs is up, that var is still  t not nil.
>
> > What's the problem?
>
> You should be getting an error from either of the forms above:
>
>    Wrong type argument: symbolp, (quote minibuffer-auto-raise)
>
> The first argument (the variable to set) is a literal, it should not be
> quoted.
>
> Andreas.
>
> --
> Andreas Schwab, SuSE Labs, sch...@suse.de
> SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
> PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."

Oh, that was typo. I tried both

(setq-default minibuffer-auto-raise nil)

and

(setq minibuffer-auto-raise nil)

to diable that feature in the init phase of emacs, but whenever emacs
is up, this value still has t.


I'm using GNU Emacs 22.1.1 (sparc-sun-solaris2.8, X toolkit) of
2007-06-13 on djo-sun-17 at work(built from source)
and
GNU Emacs 22.0.96.1 (i386-mingw-nt5.1.2600) of 2007-03-22 on
LENNART-69DE564 (a.k.a EmacsW32) at home

Both versions have same problem.


Joon



reply via email to

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