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: Fri, 02 Nov 2007 16:25:52 -0700
User-agent: G2/1.0

On 11 2 ,   3 50 , martin rudalics <rudal...@gmx.at> wrote:
> > (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.
>
> When you do emacs -Q and then C-h v minibuffer-auto-raise which value
> do you get?

Ooops. It is figured out NOT A BUG. I found minibuffer-auto-raise was
initialized to nil in minibuffer.c,
so I rgrep this var within my whole lisp files, and one set this value
back to t again after my
(setq minibuffer-auto-raise nil).




reply via email to

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