Replies: 5 comments 6 replies
-
it seems multi-select is possible with:
Use Up/DOWN to navigate, TAB to select, and comma (,) to allow you to select new. It's a bit more work than how this works in VSCode, but it's good it's there. |
Beta Was this translation helpful? Give feedback.
-
There seems to be a better UX for implementing this: emacs transient package. See and run many examples using this repo https://github.com/positron-solutions/transient-showcase Docs are here or inside emacs https://www.gnu.org/software/emacs/manual/html_mono/transient.html |
Beta Was this translation helpful? Give feedback.
-
There are a few issues with this proposal:
I disagree. This is a very in-spirit-of-Emacs solution for multiple reasons:
|
Beta Was this translation helpful? Give feedback.
-
Furthermore, customizing via ...
:aliases {:dev {:default true
:extra-deps {...} We can in fact start a discussion like that. What do you think, @bbatsov? |
Beta Was this translation helpful? Give feedback.
-
A different approach from asking the user on each jack-in could be to add UI to set aliases in In that case, we wouldn't be changing jack-in's existing behavior, and users could opt to use the new UI if they want to. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I started with Clojure using VSCode and Calva and I was spoiled.
Now I am looking at emacs (mostly for org-mode), but tried it for clojure dev as well.
I opened an existing project and tried to jack-in a deps.edn project with some aliases.
And I noticed it's not that easy. Took me some looking around and I did not find a good solution.
How hard would it be to have a workflow similar to what Calva provides for VSCode?
The workflow is like this:
See clojurians slack discussion that sparked this discussion: https://clojurians.slack.com/archives/C01GE5PD249/p1733249488593309 .
I was surprised to find out that emacs does not have a minibuffer multi-select option OOTB so I asked on mastodon: https://mas.to/@ieugen/113590757327898330 .
I think multi-select in mini-buffer should be available in emacs OOTB and will probably raise an issue for this.
I got some code replies on how the feature would be implemented - not tested yet.
Thanks Teodor Heggelund for the code.
Beta Was this translation helpful? Give feedback.
All reactions