From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Problem report #18 PENDING Date: Sat, 13 May 2006 21:58:21 +0200 Message-ID: <44663A5D.3070700@swipnet.se> References: <200604101859.k3AIx3In005649@scanner2.ics.uci.edu> <443B5378.5070902@swipnet.se> <200605131901.k4DJ1xSb030866@amrm2.ics.uci.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1147550376 18786 80.91.229.2 (13 May 2006 19:59:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 May 2006 19:59:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 13 21:59:34 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ff0Gu-0000Dz-NE for ged-emacs-devel@m.gmane.org; Sat, 13 May 2006 21:59:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ff0Gu-0005rJ-CX for ged-emacs-devel@m.gmane.org; Sat, 13 May 2006 15:59:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ff0Gh-0005q1-TE for emacs-devel@gnu.org; Sat, 13 May 2006 15:59:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ff0Gf-0005po-7R for emacs-devel@gnu.org; Sat, 13 May 2006 15:59:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ff0Gf-0005pl-1e for emacs-devel@gnu.org; Sat, 13 May 2006 15:59:13 -0400 Original-Received: from [81.228.9.180] (helo=av6-2-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ff0Ig-0005Gf-Ju for emacs-devel@gnu.org; Sat, 13 May 2006 16:01:18 -0400 Original-Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 08EBF388F8; Sat, 13 May 2006 21:59:11 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id EEF8D38798; Sat, 13 May 2006 21:59:10 +0200 (CEST) Original-Received: from coolsville.localdomain (81-235-205-204-no59.tbcn.telia.com [81.235.205.204]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 088AA37E74; Sat, 13 May 2006 21:59:09 +0200 (CEST) User-Agent: Thunderbird 1.5.0.2 (X11/20060420) Original-To: Dan Nicolaescu In-Reply-To: <200605131901.k4DJ1xSb030866@amrm2.ics.uci.edu> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54397 Archived-At: Dan Nicolaescu wrote: > "Jan D." writes: > > > The thing is that the code assumes menu descriptions first have panes > > and then items. In that case save_wv will always be != NULL (the /* > > Create a new pane. */ branch). I don't know if it is possible to give > > a description (in lisp) that only contains items. Maybe it is. > > Has anybody reached a conclusion about this issue? Richard installed a change in this code that fixed crashes people had seen. I guess it was related to this. Anyway, the code now looks different so I guess it is solved. The code does an abort now if an item is not in a pane. Jan D.