I wrote a bunch of GNU Emacs functions that open a new buffer in which you can select the URLs of your current buffer for opening and it now actually works!
Now I need to properly package it and work on its finishing.
https://codeberg.org/kakafarm/emacs-fancy-ffap-menu/
#emacs
#gnu
#gnuemacs
#mouseless
Now I need to properly package it and work on its finishing.
https://codeberg.org/kakafarm/emacs-fancy-ffap-menu/
#emacs
#gnu
#gnuemacs
#mouseless
@kakafarm this requires ffap and tabulated-list where did you get those from?
@kakafarm @sachac spiffy, it works
you might want to
1) include installation instructions
(ie
A. open up .el file
B. M-x eval-buffer
and
http://xahlee.info/emacs/emacs/emacs_installing_packages.html generally
)
2) submit this to elpa
you might want to
1) include installation instructions
(ie
A. open up .el file
B. M-x eval-buffer
and
http://xahlee.info/emacs/emacs/emacs_installing_packages.html generally
)
2) submit this to elpa
@Hyolobrika @kakafarm somehow i had them already?
@jeffcliff @Hyolobrika `ffap.el` and `tabulated-list.el` are both part of GNU Emacs.
@jeffcliff @kakafarm Those packages are built-in.
@kakafarm This sounds similar to the built-in M-x ffap-menu command (except that one prompts you with completion in the minibuffer for a URL from the current buffer, rather than opening a new buffer with the list).