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: Andreas Schwab
Subject: Re: cannot initialize minibuffer-auto-raise in .emacs
Date: Wed, 31 Oct 2007 10:53:31 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux)

"joonhwan.lee" <joonhwan.lee@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, schwab@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."




reply via email to

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