I have a windows shortcut to conkeror in C:\conkeror\conkeror.lnk.
If I click the shortcut directly from windows Desktop, I am able to open
conkeror without issues.
However in order to invoke conkeror from emacs, in my dot emacs file, I
tried the following config (as per documentation) and it wont work:
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "C:/conkeror/conkeror")
will give me a output
*Searching for program: no such file or directory, C:/conkeror/conkeror*
If I use the following configuration instead:
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "C:/conkeror/conkeror.lnk")
*Searching for program: permission denied, C:/conkeror/conkeror.lnk*
Is there is a way to get around this? (other than changing the OS ;))
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror