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: Sun, 04 Nov 2007 19:57:02 -0800
User-agent: G2/1.0

On 11 4 ,   5 48 , Richard Stallman <r...@gnu.org> wrote:
>     Ooops. It is figured out NOT A BUG. I found minibuffer-auto-raise was
>     initialized to nil in minibuffer.c,
>
> Yes, by syms_of_minibuf.  But that function is only
> called when building and dumping Emacs.  It is not called
> when you start Emacs.
>
> So we still don't know where the value becomes t.

This is not a bug,

in .emacs,

(setq minibuffer-auto-raise nil)

.
.
.
(require 'siny-editing) ;; // lisp package written by friend in ~/
elisp
.
.

and in ~/elisp-editing.el

.
.
(progn
.
.
   (setq minibuffer-auto-raise t)
.
.
)

The silly reason why i report here this is a bug,  i only searched
minibuffer-auto-raise only
within inside of my .emacs. I should have checked this throughout all
lisp packages to be loaded.

This is the whole story. When skip loading .emacs using -q option when
invoking emacs,
minibuffer-auto-raise has nil value.

Everything seems to be OK and.. Never mind my origianl post.



reply via email to

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