From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Should diff.elisp.xfuncname match cl-lib macros? Date: Sun, 17 Mar 2019 05:37:41 +0200 Message-ID: <838sxexjay.fsf@gnu.org> References: <87wol0qecg.fsf@tcd.ie> <87a7hug7ld.fsf@tcd.ie> <83imwiydnr.fsf@gnu.org> <87ftrmeb80.fsf@tcd.ie> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="256462"; mail-complaints-to="usenet@blaine.gmane.org" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 17 04:54:11 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h5MsF-0014Zv-5z for ged-emacs-devel@m.gmane.org; Sun, 17 Mar 2019 04:54:11 +0100 Original-Received: from localhost ([127.0.0.1]:49765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5MsE-0008WA-5U for ged-emacs-devel@m.gmane.org; Sat, 16 Mar 2019 23:54:10 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:49268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Mqh-0007ZW-FY for emacs-devel@gnu.org; Sat, 16 Mar 2019 23:52:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5McU-0002kW-P9; Sat, 16 Mar 2019 23:37:54 -0400 Original-Received: from [176.228.60.248] (port=1258 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h5McU-00035K-Ax; Sat, 16 Mar 2019 23:37:54 -0400 In-reply-to: <87ftrmeb80.fsf@tcd.ie> (contovob@tcd.ie) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:234255 Archived-At: > From: "Basil L. Contovounesios" > Cc: , > Date: Sat, 16 Mar 2019 21:54:55 +0000 > > > So I think until we fix this basic deficiency, extending that to more > > symbols will just add to the mess. YMMV. > > Which deficiency do you mean? That 'git log -L' picks up > next-line-or-history-element instead of next-line in your example, > i.e. that it's currently inaccurate? Yes. > How do you usually use this feature? With commands such as the one I show above. It's supposed to show the history of changes in the named function, but instead it almost always shows unrelated history.