Omar Antolín Camarena
Omar Antolín Camarena
@sheijk I added a transformer to refine `symbol` to `command` or `variable` if possible, for when you act on the symbol at point in a regular buffer. 296ad8077092ff839029c0bdb53c279e921e5354
> I am just sharing this good idea for targeting video links: https://jao.io/blog/2021-01-09-embarking-videos.html. Natural complements are audio files and an action to yt-dl the target (audio could call `mpv` with...
Those are all very good points, @astoff. I think the symbol stuff is so Emacs Lisp centric because I used it to develop it 😛 I've been thinking that the...
> Another suggestion: support find-file-at-point for embark-become I don't understand this suggestion, @sheijk. Do you mean you want `find-file-at-point` bound in the `embark-file+buffer-map`? I don't think it would be very...
> You can fix that by disabling the obsolete etags backend. I'm confused: disabling that backend makes xref think that help buffer contain Emacs Lisp symbols?
@sheijk > If I call `find-file` I can move to other file contexts. But if I call `find-file-at-point` embark-become doesn't offer any targets to jump to Gotcha! You don't want...
@astoff > From Elisp buffer, does xref work for you, @oantolin Yes, of course. I use it there instead of Embark actions so I can use `xref-pop-marker-stack`, as you mentioned....
> Would it make sense to add a possibility to select keymaps based on some predicate? Seems unnecessary, just use a transformer to change the type based on the major...
Do you want a separate finder for Emacs Lisp symbols because you want it always recognize Emacs Lisp symbol syntax independent of the major mode syntax for symbols? I've been...
OK, I think I understand and agree now. What actions are appropriate for non-Emacs Lisp symbols besides `xref-find-definitions` and `display-local-help`? Should they only get those two (plus the actions in...