From owner-freebsd-gnome Sun Feb 16 11:34:37 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C5A37B401 for ; Sun, 16 Feb 2003 11:34:34 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DF943F85 for ; Sun, 16 Feb 2003 11:34:33 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h1GJXURA091625; Sun, 16 Feb 2003 14:33:30 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon with VM From: Joe Marcus Clarke To: Randy Bush Cc: freebsd gnome In-Reply-To: References: <1045423405.38530.9.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-qaDbH2dlQTfCX7wBZ11/" Organization: MarcusCom, Inc. Message-Id: <1045424067.38530.18.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 16 Feb 2003 14:34:28 -0500 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_03_05 version=2.44 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-qaDbH2dlQTfCX7wBZ11/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-02-16 at 14:25, Randy Bush wrote: > >> anyone using galeon with the mail user agent VM, and have the tricks > >> for sending a url from VM to galeon by opening a new tab in the > >> existing window? > > Galeon uses the GNOME mailer as configured in the GNOME Control Center.= =20 > > If you're not using the GNOME desktop, it might be easier to install > > gnomecontrolcenter just to make configuring this easier. If you don't > > want to do that, you can use gconftool to play with the > > /apps/galeon/Handlers/Programs/mailer key. Setting this key to your MU= A > > should have the desired affect. >=20 > that sounds like how to invoke the right MUA from galeon. i am trying > to do the reverse, send a URL from my MUA to galeon. and i keep getting > "The URL is not valid and can not be loaded" either with the elisp hack > i found on net (see appended) or straight out. Ah, sorry, I misunderstood. Since I've never used VM, I'm not sure what the problem is. I can reproduce the problem by pasting arbitrary text into Galeon. For instance, this is an invalid URL: http://www.cisco.com public Note the space between com and public. Perhaps VM is inserting some bad characters or whitespace. Joe >=20 > randy >=20 > ;; galeon > (defun vm-mouse-send-url-to-galeon-new-tab (url) > (let ((vm-netscape-program "galeon") > (vm-netscape-program-switches (cons "-n" > vm-netscape-program-switches)= )) > (vm-mouse-send-url-to-netscape url))) >=20 > (setq vm-url-browser 'vm-mouse-send-url-to-galeon-new-tab) >=20 > (defun qx-add-galeon-menu-item () > (setq vm-menu-url-browser-menu > (let ((title (car x)) > (rest (cdr x))) > (cons title > (cons > ["Galeon" > (vm-mouse-send-url-at-position > (point)=20 > (function vm-mouse-send-url-to-galeon-new-tab)) > t] > rest))))) >=20 > (add-hook 'vm-menu-setup-hook 'qx-add-galeon-menu-item) --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-qaDbH2dlQTfCX7wBZ11/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+T+fDb2iPiv4Uz4cRAvsCAJ4oykgFvE7JRd7ySo/gSJpaJ72xYgCeNQ+C DAEY+1BBvx8/c0WoUpRo8oY= =zJxy -----END PGP SIGNATURE----- --=-qaDbH2dlQTfCX7wBZ11/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message