Re: xdg-email vs browse-url-mail

2016-07-25 Thread Kevin Brubeck Unhammer
Dmitry Alexandrov <321...@gmail.com> čálii: > Kevin Brubeck Unhammer writes: [...] >>> The former seems to be the only way if we want to use xdg-email(1), >>> since it requires that argument of ‘--attach’ should be existing file, >>> not an arbitrary string and in particular not a comma separat

Re: xdg-email vs browse-url-mail

2016-07-16 Thread Dmitry Alexandrov
a feature request had better be filed by one who could ground its >> usefulness, while I hardy could. >> >> Anyway, I think it worth to change it a bit more in order to make it try >> to guess mime-type: >> >> >> diff --git a/lisp/net/browse-url.el b/lisp/

Re: xdg-email vs browse-url-mail

2016-07-15 Thread Kevin Brubeck Unhammer
Dmitry Alexandrov <321...@gmail.com> čálii: > Kevin Brubeck Unhammer writes: > >> Dmitry Alexandrov <321...@gmail.com> čálii: >> >>> Kevin Brubeck Unhammer writes: >>> >>>> I just tried using browse-url-mail as a mailto-handler with th

Re: xdg-email vs browse-url-mail

2016-07-15 Thread Dmitry Alexandrov
Kevin Brubeck Unhammer writes: > Dmitry Alexandrov <321...@gmail.com> čálii: > >> Kevin Brubeck Unhammer writes: >> >>> I just tried using browse-url-mail as a mailto-handler with the below >>> script as my mail handler (set in XFCE

Re: xdg-email vs browse-url-mail

2016-07-15 Thread Kevin Brubeck Unhammer
Dmitry Alexandrov <321...@gmail.com> čálii: > Kevin Brubeck Unhammer writes: > >> I just tried using browse-url-mail as a mailto-handler with the below >> script as my mail handler (set in XFCE settings): >> >> #!/bin/bash >> mailto="${*//\"/}&

Re: xdg-email vs browse-url-mail

2016-07-14 Thread Dmitry Alexandrov
Kevin Brubeck Unhammer writes: > I just tried using browse-url-mail as a mailto-handler with the below > script as my mail handler (set in XFCE settings): > > #!/bin/bash > mailto="${*//\"/}" ... > if [[ ! ${mailto} =~ ^mailto: ]]; then > mailto="ma

xdg-email vs browse-url-mail

2016-07-14 Thread Kevin Brubeck Unhammer
Hi, I just tried using browse-url-mail as a mailto-handler with the below script as my mail handler (set in XFCE settings): #!/bin/bash mailto="${*//\"/}" if [[ ! ${mailto} =~ ^mailto: ]]; then mailto="mailto:${mailto}"; fi emacsclient -c --eval "(browse-url-mai

Re: browse-url

2005-03-12 Thread Neil Woods
On Sat, Mar 12 2005, Kenneth Jacker wrote: > [Debian sarge/testing; emacs-21.3.1; gnus-5.10.7; emacs-w3m-1.4.3] > > I'm doing some initial testing of the 'browse-url' function. > > Here's what I did: > > (setq browse-url-browser-function 'browse-u

Re: browse-url

2005-03-12 Thread David Hansen
On Sat, 12 Mar 2005 11:02:19 -0500 Kenneth Jacker wrote: > (setq browse-url-browser-function 'browse-url-w3m) (setq browse-url-browser-function 'w3m-browse-url) should work. David ___ Info-gnus-english mailing list Info-gnus-english

browse-url

2005-03-12 Thread Kenneth Jacker
[Debian sarge/testing; emacs-21.3.1; gnus-5.10.7; emacs-w3m-1.4.3] I'm doing some initial testing of the 'browse-url' function. Here's what I did: (setq browse-url-browser-function 'browse-url-w3m) When I MB2/click on a "link", this error is displayed: