From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fix imenu bug with shared list structure Date: Mon, 29 Sep 2008 23:37:34 -0400 Message-ID: References: <200809251653.01990.danc@merrillpress.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222746000 32575 80.91.229.12 (30 Sep 2008 03:40:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2008 03:40:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 30 05:40:59 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KkW6c-0008Ne-E7 for ged-emacs-devel@m.gmane.org; Tue, 30 Sep 2008 05:40:58 +0200 Original-Received: from localhost ([127.0.0.1]:56155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkW5Z-0002tz-QR for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 23:39:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkW5U-0002rJ-8I for emacs-devel@gnu.org; Mon, 29 Sep 2008 23:39:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkW5T-0002pu-6q for emacs-devel@gnu.org; Mon, 29 Sep 2008 23:39:47 -0400 Original-Received: from [199.232.76.173] (port=55914 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkW5T-0002pi-35 for emacs-devel@gnu.org; Mon, 29 Sep 2008 23:39:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56765) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkW5S-0000O2-Sh for emacs-devel@gnu.org; Mon, 29 Sep 2008 23:39:46 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KkW3K-00005j-4X; Mon, 29 Sep 2008 23:37:34 -0400 X-Spook: Cohiba national information infrastructure colonel bank X-Ran: 1P!:qe=e@0|RT.N,hvA?]sfh;G^?G)z\{1(qs/W!pwye' X-Hue: black X-Attribution: GM In-Reply-To: <200809251653.01990.danc@merrillpress.com> (Daniel Colascione's message of "Thu, 25 Sep 2008 16:53:01 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104245 Archived-At: Daniel Colascione wrote: > Fixes a subtle bug caused by insufficient care being taken with shared list > structure. It involves nested menu items being mysteriously deleted. Thanks; installed. An example is always nice, but I'll take your word for it. Please also supply a ChangeLog entry in future.