Re: urlview - open firefox tab
- To: mutt-users@xxxxxxxx
- Subject: Re: urlview - open firefox tab
- From: Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx>
- Date: Thu, 26 Feb 2009 22:02:09 -0600
- Comment: DomainKeys? See http://domainkeys.sourceforge.net/
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=memoryhole.net; h=date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=default; bh=jN9gXs2bo3Kyk6LQj/1hp9MujXc=; b=heWj F2/xun3woa24ktZ5whlOohYEb0xgTvcyaV3ixcVJbei4SlvG+vUxiLvWjW2tWxWv +aJs0T0R+3rpJPQ7xDoqRmb65OwjdiRoP02r++SdYbw+soN0CMcLHdSXUYj/s4bj xbdnXQp92Rem2JKDbkLvzjApAP/M8UZ8oEc/dCU=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=memoryhole.net; b=H87Wbd6TQm49I1g6LqBYMMH9PpRKGsxUoIHTTg9zNKfDsPmziPAHCrysTBH/I9X9leFF7XaRy1CWcQ5NqAxgIDyTuuoca4rpjF317VolLOoHc3ZZkfBYVjYHanAE00UHHo6BQsV6Wu/fg9MSvPNKYPluCP4vZINE1LbCy8yFxWE=; h=Received:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:OpenPGP:User-Agent;
- In-reply-to: <20090227023219.GB26602@xxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Mail-followup-to: mutt-users@xxxxxxxx
- Openpgp: id=CA8E235E; url=http://www.memoryhole.net/~kyle/kyle-pgp.asc; preference=signencrypt
- References: <20090226235448.GA26602@xxxxxxxxxxxx> <20090227012907.GA9230@xxxxxxxxxxxxxxx> <20090227023219.GB26602@xxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.19 (2009-01-27)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thursday, February 26 at 07:32 PM, quoth Joseph:
> firefox -remote openURL\(www.mutt.org,new-tab\)
> Error: Failed to send command: 500 command not parseable
Hmmm, so, perhaps openURL requires the http:// in front?
> but:
> firefox -remote 'openURL(http://www.mutt.org,new-tab)'
> works
That's good!
> firefox -remote openURL('http://www.cskk.ezoshosting.com/cs/',new-tab)...
> sh: -c: line 0: syntax error near unexpected token `('
Well, sure - bare parentheses mean something to your shell. That's why
you have to put the backslashes in front of them. It's got nothing to
do with the single quotes inside. You could do this:
firefox -remote
'openURL('http://www.cskk.ezohosting.com/cs/',new-tab)'
and that should work just fine too (though for a slightly different
reason).
~Kyle
- --
The surest way to corrupt a youth is to instruct him to hold in higher
regard those who think alike than those who think differently.
-- Nietzsche
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iEYEARECAAYFAkmnZcEACgkQBkIOoMqOI16e3gCfQCZhTZIRVCI5Id35171cdpHy
298An2aVbTjWAyNHRrbXMygTKpAPy8Vj
=7dt5
-----END PGP SIGNATURE-----