Stefan Kangas

Results 145 comments of Stefan Kangas

@iris-garcia Did you get anywhere with this? Could you tell us which version of the bash language server caused this?

Does `M-x use-package-jump-to-package-form` fit the bill?

I think this would be a useful feature. Patches welcome.

> Now that I look, I wonder if this is the semantics provided by `:defer 0`? I don't think so, not unless I misunderstood your original feature request. On my...

I believe this was a bug in `system-packages` on [GNU ELPA](https://elpa.gnu.org/packages/system-packages.html). I have pushed a new version 1.0.12 with a fix, which should be available to install from GNU ELPA...

Does adding this to the very beginning of your Init file, and then restarting Emacs, solve the problem? ``` (setq system-packages-package-manager (let ((managers system-packages-supported-package-managers) manager) (while managers (progn (setq manager...

> I'd suggest putting `"apt"` before `"pacman"` in the search list, just based on popularity. That's a stop-gap though. I've now done this and released version 1.0.13, which should be...

I think it makes sense to remove use-package from MELPA now that it is a core package (and on GNU ELPA), indeed. @jwiegley What do you think? Should I go...

> What about users of older versions of Emacs? Shouldn’t we wait until a few versions from now to remove it? Users of older versions of Emacs can still use...

> Maybe `use-package` could have a final release to MELPA that advises users to replace it with the GNU ELPA version, or even replaces itself? Good point. If it could...