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

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

[Emacs-bug-tracker] bug#6451: closed (23.2.50; reading from minibuffer i


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6451: closed (23.2.50; reading from minibuffer in ~/.emacs causes assertion failure)
Date: Wed, 13 Apr 2011 18:21:02 +0000

Your message dated Wed, 13 Apr 2011 14:20:22 -0400
with message-id <address@hidden>
and subject line Re: 23.2.50; reading from minibuffer in ~/.emacs causes 
assertion failure
has caused the GNU bug report #6451,
regarding 23.2.50; reading from minibuffer in ~/.emacs causes assertion failure
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6451: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6451
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.2.50; reading from minibuffer in ~/.emacs causes assertion failure Date: Fri, 18 Jun 2010 13:00:41 +0900 User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)
Steps to Reproduce:

  1. Build Emacs with giving the --enable-checking option to configure.
  2. Create ~/.emacs containing (read-from-minibuffer "test: ").
  3. Start Emacs with no command-line option.

Result:

  src/xdisp.c:13219: Emacs fatal error: assertion failed: 
WINDOWP(echo_area_window)

The value of echo_area_window is 0 when the error occurs.  The trunk
also has the same problem.

                                     YAMAMOTO Mitsuharu
                                address@hidden

In GNU Emacs 23.2.50.1 (x86_64-apple-darwin10.4.0, GTK+ Version 2.20.1)
 of 2010-06-18 on yamamoto-mitsuharu-no-iMac.local
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--enable-checking''



--- End Message ---
--- Begin Message --- Subject: Re: 23.2.50; reading from minibuffer in ~/.emacs causes assertion failure Date: Wed, 13 Apr 2011 14:20:22 -0400
> 1. Build Emacs with giving the --enable-checking option to configure.
> 2. Create ~/.emacs containing (read-from-minibuffer "test: ").
> 3. Start Emacs with no command-line option.
>
>   src/xdisp.c:13219: Emacs fatal error: assertion failed:
>   WINDOWP(echo_area_window)

Thanks.  I've checked in a fix.


--- End Message ---

reply via email to

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