emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Should diff.elisp.xfuncname match cl-lib macros?


From: Eli Zaretskii
Subject: Re: Should diff.elisp.xfuncname match cl-lib macros?
Date: Sat, 16 Mar 2019 18:42:00 +0200

> From: "Basil L. Contovounesios" <address@hidden>
> Date: Sat, 16 Mar 2019 15:30:22 +0000
> Cc: address@hidden
> 
> >> Given the increasing presence of cl-defuns, cl-defgenerics, etc. in the
> >> emacs.git sources, would it be welcome to additionally match cl-lib
> >> macros?
> >
> > Yes, please,
> 
> I can think of three ways to achieve this given the lack of shy groups
> in EREs:

Is this feature even useful with Lisp?  I find it mostly useless,
here's a typical example:

  git log -L :next-line:lisp/simple.el

Type this command in your repository, then watch the fun.  More fun is
available when Git for some reason decides you asked about some
variable, not a function (and in Lisp we frequently have variables by
the same name as a function).

So I think until we fix this basic deficiency, extending that to more
symbols will just add to the mess.  YMMV.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]