From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: PATCH to add-log.el for bug with re-use of empty items Date: Wed, 30 Mar 2011 17:56:20 -0400 Message-ID: References: <4D938140.4030905@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301522195 13036 80.91.229.12 (30 Mar 2011 21:56:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 21:56:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jason Merrill Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 30 23:56:31 2011 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.69) (envelope-from ) id 1Q53NN-0005RY-08 for ged-emacs-devel@m.gmane.org; Wed, 30 Mar 2011 23:56:29 +0200 Original-Received: from localhost ([127.0.0.1]:56552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q53NM-0007VZ-Cb for ged-emacs-devel@m.gmane.org; Wed, 30 Mar 2011 17:56:28 -0400 Original-Received: from [140.186.70.92] (port=48026 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q53NG-0007VS-NE for emacs-devel@gnu.org; Wed, 30 Mar 2011 17:56:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q53NF-0004kd-PI for emacs-devel@gnu.org; Wed, 30 Mar 2011 17:56:22 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:62327 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q53NF-0004kT-Jh for emacs-devel@gnu.org; Wed, 30 Mar 2011 17:56:21 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEALilk01MCo6K/2dsb2JhbAClVXiIebYfhWoElhY X-IronPort-AV: E=Sophos;i="4.63,270,1299474000"; d="scan'208";a="98721510" Original-Received: from 76-10-142-138.dsl.teksavvy.com (HELO pastel.home) ([76.10.142.138]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 30 Mar 2011 17:56:20 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3793C5905D; Wed, 30 Mar 2011 17:56:20 -0400 (EDT) In-Reply-To: <4D938140.4030905@redhat.com> (Jason Merrill's message of "Wed, 30 Mar 2011 15:15:12 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:137937 Archived-At: > If I then switch to another source file in the same directory and do C-x > 4 a again, I get > * > myfile.c (somefn): Thanks for tracking it down. I regularly bump into it but never found the motivation to dig into the code to figure it out. Installed into trunk, Stefan