Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* mailto from iceweasel with gnus
@ 2007-06-13  9:33 henry atting
  2007-06-13 17:13 ` Adam Sjøgren
  0 siblings, 1 reply; 6+ messages in thread
From: henry atting @ 2007-06-13  9:33 UTC (permalink / raw)
  To: info-gnus-english

Hi all,

I cannot succeed in opening mailto clicks from iceweasel with gnus. 
More precise I can open them but not with the receiver address filled 
in. I did try it in several ways (using mozex), e.g. these two scripts:

#!bin/sh
        emacsclient -e "(gnus-url-mailto \"$1\")" 

#!/bin/sh
        exec emacsclient -e "(compose-mail \"$1\" \"$2\")"


 Any hints?

henry


-- 
http://www.literaturlatenight.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mailto from iceweasel with gnus
  2007-06-13  9:33 mailto from iceweasel with gnus henry atting
@ 2007-06-13 17:13 ` Adam Sjøgren
  2007-06-13 18:15   ` Joel J. Adamson
  2007-06-14  5:45   ` henry atting
  0 siblings, 2 replies; 6+ messages in thread
From: Adam Sjøgren @ 2007-06-13 17:13 UTC (permalink / raw)
  To: info-gnus-english

On Wed, 13 Jun 2007 11:33:35 +0200, henry wrote:

> I cannot succeed in opening mailto clicks from iceweasel with gnus. 
> More precise I can open them but not with the receiver address filled 
> in. I did try it in several ways (using mozex), e.g. these two scripts:

In case you use Gnome, like I do, here's what works for me:

In the 'Preferred Applications' preference, I've put "Custom"
"mozmail.sh %s" as the Mail Reader.

mozmail.sh is simply:

 #!/bin/bash

 /usr/bin/gnuclient -batch -eval "(mozmail \"$1\")"

And in my .gnus, I've got:

 ; mozmail:
 (require 'mozmail)

This may (or may not) be an antiquated way to do it, but it works for
me.


  Best regards,

     Adam

-- 
 "Money always takes the place of life"                       Adam Sjøgren
                                                         asjo@koldfront.dk

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mailto from iceweasel with gnus
  2007-06-13 17:13 ` Adam Sjøgren
@ 2007-06-13 18:15   ` Joel J. Adamson
  2007-06-14  5:45   ` henry atting
  1 sibling, 0 replies; 6+ messages in thread
From: Joel J. Adamson @ 2007-06-13 18:15 UTC (permalink / raw)
  To: info-gnus-english

asjo@koldfront.dk (Adam Sjøgren) writes:

> On Wed, 13 Jun 2007 11:33:35 +0200, henry wrote:
>
>> I cannot succeed in opening mailto clicks from iceweasel with gnus. 
>> More precise I can open them but not with the receiver address filled 
>> in. I did try it in several ways (using mozex), e.g. these two scripts:
>
> In case you use Gnome, like I do, here's what works for me:

And if I use KDE, anyone out there found a solution in KDE? (I've been
searching for the place to change the default email client in KDE for
a few days). I'm using Slackware 11, KDE 3.54 and Emacs 22.1.

Thanks,
Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mailto from iceweasel with gnus
  2007-06-13 17:13 ` Adam Sjøgren
  2007-06-13 18:15   ` Joel J. Adamson
@ 2007-06-14  5:45   ` henry atting
  2007-06-14  8:16     ` Bjorn Wiren
  1 sibling, 1 reply; 6+ messages in thread
From: henry atting @ 2007-06-14  5:45 UTC (permalink / raw)
  To: info-gnus-english

asjo@koldfront.dk (Adam Sjøgren) writes:

> On Wed, 13 Jun 2007 11:33:35 +0200, henry wrote:
>
>> I cannot succeed in opening mailto clicks from iceweasel with gnus. 
>> More precise I can open them but not with the receiver address filled 
>> in. I did try it in several ways (using mozex), e.g. these two scripts:
>
> In case you use Gnome, like I do, here's what works for me:
>
> In the 'Preferred Applications' preference, I've put "Custom"
> "mozmail.sh %s" as the Mail Reader.
>
> mozmail.sh is simply:
>
>  #!/bin/bash
>
>  /usr/bin/gnuclient -batch -eval "(mozmail \"$1\")"
>
Mmh, thanks, but I don't use neither gnome nor kde. On the other side I 
don't have emacs21, I'm running emacs23, which does not come along with 
gnuclient and the above solution does not work with emacsclient ;)

henry

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mailto from iceweasel with gnus
  2007-06-14  5:45   ` henry atting
@ 2007-06-14  8:16     ` Bjorn Wiren
  2007-06-14 10:39       ` henry atting
  0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Wiren @ 2007-06-14  8:16 UTC (permalink / raw)
  To: info-gnus-english

henry atting <henry@literaturlatenight.de> writes:

> asjo@koldfront.dk (Adam Sjøgren) writes:
>
>> On Wed, 13 Jun 2007 11:33:35 +0200, henry wrote:
>>
>>> I cannot succeed in opening mailto clicks from iceweasel with gnus. 
>>> More precise I can open them but not with the receiver address filled 
>>> in. I did try it in several ways (using mozex), e.g. these two scripts:
>>
>> In case you use Gnome, like I do, here's what works for me:
>>
>> In the 'Preferred Applications' preference, I've put "Custom"
>> "mozmail.sh %s" as the Mail Reader.
>>
>> mozmail.sh is simply:
>>
>>  #!/bin/bash
>>
>>  /usr/bin/gnuclient -batch -eval "(mozmail \"$1\")"
>>
> Mmh, thanks, but I don't use neither gnome nor kde. On the other side I 
> don't have emacs21, I'm running emacs23, which does not come along with 
> gnuclient and the above solution does not work with emacsclient ;)
>
> henry

Adam Sjøgren's tip should work, but not using gnome or KDE, you need
to go into about:config in iceweasel. There are thorough instructions
in the starting commentary of "mozmail.el" somewhere in the lisp tree
(I'm on xemacs, so I don't know exactly how to find it under gnu
emacs).

Concerning gnuclient/emacsclient, it seems unbelievable that there
shouldn't be at least a similar service. Maybe you should try
gnu.emacs.help on that?

Cheers
-- 
Björn Wirén

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mailto from iceweasel with gnus
  2007-06-14  8:16     ` Bjorn Wiren
@ 2007-06-14 10:39       ` henry atting
  0 siblings, 0 replies; 6+ messages in thread
From: henry atting @ 2007-06-14 10:39 UTC (permalink / raw)
  To: info-gnus-english

Bjorn Wiren <bjorn.wiren@ericsson.com> writes:

> Adam Sjøgren's tip should work, but not using gnome or KDE, you need
> to go into about:config in iceweasel. There are thorough instructions
> in the starting commentary of "mozmail.el" somewhere in the lisp tree
> (I'm on xemacs, so I don't know exactly how to find it under gnu
> emacs).

Yes, this was a big step forward! Following the instructions concerning 
about:config it now works.  Gnus is started - I would have preferred to 
do it with compose-mail but anyway...

> Concerning gnuclient/emacsclient, it seems unbelievable that there
> shouldn't be at least a similar service. Maybe you should try
> gnu.emacs.help on that?

These lines in mozmail.el made me believe that it won't work with 
emacslient:

,----
| ;;; Todo:
| ;;
| ;;   o Can this be done without using gnuserv/gnuclient?
`----

Thanks to all
henry

-- 
http://www.literaturlatenight.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-14 10:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-13  9:33 mailto from iceweasel with gnus henry atting
2007-06-13 17:13 ` Adam Sjøgren
2007-06-13 18:15   ` Joel J. Adamson
2007-06-14  5:45   ` henry atting
2007-06-14  8:16     ` Bjorn Wiren
2007-06-14 10:39       ` henry atting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).