help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tinyurl and Mozilla


From: kgold
Subject: Re: tinyurl and Mozilla
Date: 2 Oct 2003 13:34:47 GMT

Bruce Ingalls <bingalls@fit-zones.NO-SPAM.com> writes:
> kgold wrote:
> > I've been using tinyurl with emacs 20.7 to be able to click on a link
> > in a mail buffer and open the link in Netscape.
> > 
> > Now we've switched to Mozilla, which is not one of the choices.  Does
> > anyone have a modified tinyurl.el, or an alternative solution.
> 
> I'm sure I solved this in <url: http://emacro.sf.net/ >
> As I recall, you should set:
> 
>        (defconst browse-url-browser-function 'browse-url-netscape)
>        (defconst browse-url-netscape-program "mozilla")))

I still get the *Messages*

        TinyUrl: Accessing http://www.cs.berkeley.edu/~keithv/
        Starting Netscape...

which fails because I no longer have Netscape.

As you suggested, I now have in .emacs.

        (defconst browse-url-netscape-program "mozilla")

C-h v shows:

        browse-url-netscape-program's value is 
        "mozilla"

        browse-url-browser-function's value is 
        browse-url-netscape

C-h k on a URL shows

S-down-mouse-2 at that spot runs the command tinyurl-mouse-binding-down
   which is an interactive Lisp function in `tinyurl'.

-- 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]