tomf

Results 55 comments of tomf

`consult-comint-ring` that read from `(ring-elements comint-input-ring)` would be useful. Users would bind that to C-r in shell-mode-map, to behave like fzf in bash.

`consult-imenu` that browses imenu via completing-read.

`consult-completion-at-point` that performs completion-at-point using completing-read. I use company-mode but sometimes there are so many results that I'd like to narrow them via completing-read. Apologies for the multiple messages. I...

> Is this needed? imenu already uses completing-read for me? Take a look at the function imenu-choose-buffer-index. What should be different? Ah yes, `imenu` uses completing-read (recursively) as it descends...

> Same question here. I am not sure if this should be part of consult. I think selectrum alone can already do this by itself. What do you use for...

> There is already flimenu for that Perfect, thanks.

> @tomfitzhenry I added consult-imenu in e37fbf2. It also supports preview in contrast to flimenu Daily improvements to consult.el is my advent calendar. Thanks! 🎅

> For closed sources applications (like playstore) i would agree. But if this is a concern for you, u can always check the source code before installing. I agree awesome-rss...

Two approaches: a. Modify https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/eshell/em-term.el?id=5761e9004aa73d3aa7c34be9a064a1e768c3129c#n164 to support opening a vterm b. Add a vterm-specific entry to `eshell-interpreter-alist`

Oops. I updated (b) to clarify that the HEAD request would still occur for the index we're trying, but it then wouldn't need to try the n-1 earlier requests. If...