From: GianUberto.Lauri@eng.it (Gian Uberto Lauri)
To: Eli Zaretskii <eliz@gnu.org>
Cc: steve@xemacs.org, emacs-devel@gnu.org
Subject: Re: browse-url-firefox
Date: Sat, 5 Jan 2008 19:01:57 +0100 [thread overview]
Message-ID: <18303.50709.456250.426148@gastone.eng.it> (raw)
In-Reply-To: <uzlvktbg6.fsf@gnu.org>
>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
EZ> Is the behavior of Firefox on other platforms different?
AFAIK (aka in my Debian testing GNU/Linux) it is not.
But I used to run this script to launch it for text/html mime parts
using vm (saint is my username :) ) :
#!/bin/bash
if ps -fu saint | grep iceweasel | grep -v grep > /dev/null
then
iceweasel -remote "openurl("$1")"
else
iceweasel $1 &
fi
#!/bin/bash
if ps -fu saint | grep iceweasel | grep -v grep > /dev/null
then
iceweasel -remote "openurl("$1")"
else
iceweasel $1 &
fi
--
/\ ___ Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_____ African word
//--\| | \| | Integralista GNUslamico meaning "I can
\/ e coltivatore diretto not install
di software Debian"
next prev parent reply other threads:[~2008-01-05 18:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-05 16:31 browse-url-firefox Eli Zaretskii
2008-01-05 17:43 ` browse-url-firefox Eli Zaretskii
2008-01-05 18:01 ` Gian Uberto Lauri [this message]
2008-01-05 18:16 ` browse-url-firefox Lennart Borgman (gmail)
2008-01-06 0:40 ` browse-url-firefox Steve Youngs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18303.50709.456250.426148@gastone.eng.it \
--to=gianuberto.lauri@eng.it \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=saint@eng.it \
--cc=steve@xemacs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).