On Sat, Sep 17, 2011 at 09:51:52AM -0700, Vinh Nguyen wrote:
> On Fri, Sep 16, 2011 at 6:45 PM, John J. Foerch <[email protected]> 
> wrote:
> > Hi all,
> >
> > I know we've had a few requests from time to time from people wanting to
> > know how to configure a mailto: handler in Conkeror.  Until now the answer
> > was always to play around with prefs until Mozilla pops open the window
> > asking you to select a handler.  Now I've added a util that lets you
> > configure this conveniently in your rc.  It actually works for any
> > protocol in theory, not just mailto.  Documentation is here:
> >
> >  http://conkeror.org/ProtocolHandlers
> >
> > Try it out, and if it doesn't work as advertised, let me know.
> 
> I'm getting an error whenever I click on a pdf link (segmentation
> fault).  When I remove
> 
> set_protocol_handler("mailto",
> "https://mail.google.com/mail/?extsrc=mailto&url=%s";);
> 
> the error goes away.  Can anyone reproduce this?

Yes.  Seems to happen with any type that Gecko can't handle internally,
and also happens when the protocol handler is an external program.  Does
not seem to happen with set_protocol_handler("mailto", true); or
set_protocol_handler("mailto", null);

-- 
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to