[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.
- Re: use-package.el -> Emacs core, (continued)
- Re: use-package.el -> Emacs core, João Távora, 2015/11/10
- Re: use-package.el -> Emacs core, Kaushal Modi, 2015/11/10
- Re: use-package.el -> Emacs core, John Wiegley, 2015/11/10
- RE: use-package.el -> Emacs core, Drew Adams, 2015/11/10
- Re: use-package.el -> Emacs core, John Wiegley, 2015/11/10
- Re: use-package.el -> Emacs core, Kaushal Modi, 2015/11/10
- Re: use-package.el -> Emacs core, John Wiegley, 2015/11/10
- RE: use-package.el -> Emacs core, Drew Adams, 2015/11/10
- Re: use-package.el -> Emacs core, John Wiegley, 2015/11/10
- RE: use-package.el -> Emacs core, Drew Adams, 2015/11/10
- Re: use-package.el -> Emacs core,
Kaushal Modi <=
- Re: use-package.el -> Emacs core, David Kastrup, 2015/11/10
- Re: use-package.el -> Emacs core, Oleh Krehel, 2015/11/10
- Re: use-package.el -> Emacs core, Evgeny Panasyuk, 2015/11/10
- Re: use-package.el -> Emacs core, Alan Mackenzie, 2015/11/10
- Re: use-package.el -> Emacs core, Wolfgang Jenkner, 2015/11/10
- Customize is only for newbies? [was: use-package.el -> Emacs core], Drew Adams, 2015/11/10
- Re: Customize is only for newbies? [was: use-package.el -> Emacs core], Wolfgang Jenkner, 2015/11/10
- Customize is only for newbies? [was: use-package.el -> Emacs core], Drew Adams, 2015/11/10
- Re: Customize is only for newbies? [was: use-package.el -> Emacs core], John Wiegley, 2015/11/10
- Re: use-package.el -> Emacs core, João Távora, 2015/11/10