From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/bookmark.el,v Date: Tue, 25 Nov 2008 17:25:32 +0100 Message-ID: <492C26FC.4090300@gmx.at> References: <87y6zggnmz.fsf@red-bean.com> <87abbt8wpm.fsf@red-bean.com> <4929AAF1.7060109@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227630626 6152 80.91.229.12 (25 Nov 2008 16:30:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2008 16:30:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 25 17:31:29 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 1L50oR-0007Hn-UO for ged-emacs-devel@m.gmane.org; Tue, 25 Nov 2008 17:30:56 +0100 Original-Received: from localhost ([127.0.0.1]:38082 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L50nI-0001pq-F7 for ged-emacs-devel@m.gmane.org; Tue, 25 Nov 2008 11:29:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L50m8-0000wG-2j for emacs-devel@gnu.org; Tue, 25 Nov 2008 11:28:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L50m6-0000uj-Fl for emacs-devel@gnu.org; Tue, 25 Nov 2008 11:28:31 -0500 Original-Received: from [199.232.76.173] (port=35600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L50m6-0000uY-82 for emacs-devel@gnu.org; Tue, 25 Nov 2008 11:28:30 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:45297) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L50m5-0002av-Mf for emacs-devel@gnu.org; Tue, 25 Nov 2008 11:28:30 -0500 Original-Received: (qmail invoked by alias); 25 Nov 2008 16:28:27 -0000 Original-Received: from 62-47-50-204.adsl.highway.telekom.at (EHLO [62.47.50.204]) [62.47.50.204] by mail.gmx.net (mp022) with SMTP; 25 Nov 2008 17:28:27 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/cLlxSxsfcrhIhmEKuhpCHGYLUSta8qwtknck/Bw +gxRwq/SySCaii User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106156 Archived-At: > 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. I didn't know you cared about ChangeLog buffers (where such entries have been around ever since). My patch was intended for Log-View mode. Anyway, the idea is to show only entries related to the current file, that is in the above example, just show 2008-10-11 Romain Francoise * kmacro.el (kmacro-edit-lossage): Fix docstring, lossage is now 300 keys. I'll send you a better patch (for ChangeLog buffers too) as soon as I satisfactorily solved things like the "Ditto" (and "Likewise") issue. martin