From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/bookmark.el,v Date: Mon, 24 Nov 2008 22:20:54 +0200 Message-ID: References: <87y6zggnmz.fsf@red-bean.com> <87abbt8wpm.fsf@red-bean.com> <4929AAF1.7060109@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1227559643 24438 80.91.229.12 (24 Nov 2008 20:47:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 20:47:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 21:48:25 2008 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 1L4iM2-0001aV-4b for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 21:48:22 +0100 Original-Received: from localhost ([127.0.0.1]:56777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4iKt-0001Cb-34 for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 15:47:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4hvY-0007Yx-E5 for emacs-devel@gnu.org; Mon, 24 Nov 2008 15:21:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4hvX-0007Ws-62 for emacs-devel@gnu.org; Mon, 24 Nov 2008 15:20:59 -0500 Original-Received: from [199.232.76.173] (port=57395 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4hvW-0007Wn-Tf for emacs-devel@gnu.org; Mon, 24 Nov 2008 15:20:58 -0500 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:44621) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4hvV-0002AI-UT for emacs-devel@gnu.org; Mon, 24 Nov 2008 15:20:58 -0500 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KAU00400TX58L00@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Mon, 24 Nov 2008 22:22:58 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.168.41]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KAU004P8TY5E3A1@i_mtaout3.012.net.il>; Mon, 24 Nov 2008 22:22:58 +0200 (IST) In-reply-to: <4929AAF1.7060109@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:106116 Archived-At: > Date: Sun, 23 Nov 2008 20:11:45 +0100 > From: martin rudalics > Cc: Karl Fogel , schwab@suse.de, cyd@stupidchicken.com, > miles@gnu.org, emacs-devel@gnu.org > > How about something in the direction of the attached patch? Thanks, but could you perhaps describe in a few words what is this supposed to do? I'm too busy these days to find time to play with patches. What use cases does this support? What will it show for the monster commits like the on in lisp/org a few days ago, where the same function in the same file could be mentioned several times in the same log message? What will it show for change logs like the one below, assuming I'm looking for the log entries of kmacro-edit-lossage? 2008-10-11 Romain Francoise * help.el (view-lossage): Fix docstring, lossage is now 300 keys. * kmacro.el (kmacro-edit-lossage): Ditto. * edmacro.el (edit-kbd-macro): Ditto.