Post AUXjgiZZqEY0f45ABs by ddrake@mathstodon.xyz
(DIR) More posts by ddrake@mathstodon.xyz
(DIR) Post #AUXjgiZZqEY0f45ABs by ddrake@mathstodon.xyz
2023-04-11T12:52:21Z
0 likes, 0 repeats
@galdor : I liked your post about ielm, but I'm wondering what you do to *search* your history. My muscle reflex is to do what my shell (bash) does and use C-r; do you have a keybinding for searching the ielm history you're now storing?(For context: https://www.n16f.net/blog/making-ielm-more-comfortable/)#emacs #lisp #ielm
(DIR) Post #AUXjgjKj0wGH1I8ogC by galdor@emacs.ch
2023-04-11T13:03:09Z
0 likes, 0 repeats
@ddrake I also have the C-r reflex due to ZSH. Look at the last section ;) I bind C-r to helm-comint-input-ring precisely for this reason. Of course it means you'll need Helm, but I see it as a bonus: Helm is awesome.
(DIR) Post #AUXui5JZs7fSynS92m by ambihelical@qoto.org
2023-04-11T15:06:40Z
0 likes, 0 repeats
@galdor @ddrakeHelm isn’t a requirement for this, there are other narrowing history search packages. If you use consult like me, consult-history seems to work, although I haven’t gave it a workout yet.
(DIR) Post #AUXvK8GzK0Gz9tNt1E by galdor@emacs.ch
2023-04-11T15:13:34Z
0 likes, 0 repeats
@ambihelical @ddrake Correct. I just use Helm because it comes directly with a function collecting the content of the Comint input ring. You absolutely can do the same with other completion packages.