bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#27397: [PATCH] New commands for bulk tracing of elisp functions


From: Dmitry Gutov
Subject: bug#27397: [PATCH] New commands for bulk tracing of elisp functions
Date: Mon, 19 Jun 2017 15:04:51 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Thunderbird/54.0

On 6/19/17 2:36 PM, Michael Albinus wrote:

(with-eval-after-load 'tramp
   (trace-package "tramp-"))

But this would also trace functions from tramp-sh.el, which I don't want.

What would be the equivalent of your proposal, then?

If we do what you suggest, it should be a new discussion, and it
should improve elp-instrument-package as well.

I don't believe it will be too hard to implement; why not doing it just
now?

Because we risk stopping now for a while and having two inconsistent functions in Emacs. It also adds a burden to the contributor who might now have signed up for tackling this particular challenge.

There will also be some nuances to work out, I'm sure.





reply via email to

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