emacs-devel
[Top][All Lists]
Advanced

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

Re: use-package.el -> Emacs core


From: Kaushal Modi
Subject: Re: use-package.el -> Emacs core
Date: Tue, 10 Nov 2015 07:42:06 -0500

I'd also like to add that as use-package is a top-level form, we cannot use edebug and other defun-specific functions on the functions defined in that form: http://emacs.stackexchange.com/q/7643/115

I then came up with a custom solution that works for me to make edebugging possible for such functions. If you notice, it's more like a hack. So something need to be done to make such defun-related functions work in use-package too, if we go that route.


reply via email to

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