Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Browsers
@ 2002-09-09 12:10 Keith O'Connell
  2002-09-09 12:16 ` Browsers Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Keith O'Connell @ 2002-09-09 12:10 UTC (permalink / raw)



I have emacs set so that under X, when a link is selected, it loads up
galeon and the appropriate page. Wonderful!

For various reasons I am having to use a text only screen for mail and
news at present, and while this is fine, I would like to link to web
pages still.

Is it possible for emacs to recognise if it is operating under X or
not and if it is, to run galeon to follow a link, and if it is not to
use lynx?

Keith.
-- 
___________________________________   _
  Keith O'Connell.                   -o)
  Maidstone, Kent. (UK)              /\\
  keith_oconnell@blueyonder.co.uk   _\_v


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Browsers
  2002-09-09 12:10 Browsers Keith O'Connell
@ 2002-09-09 12:16 ` Kai Großjohann
  2002-09-09 13:17   ` Browsers A. L. Meyers
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2002-09-09 12:16 UTC (permalink / raw)


Keith O'Connell <keith_oconnell@blueyonder.co.uk> writes:

> Is it possible for emacs to recognise if it is operating under X or
> not and if it is, to run galeon to follow a link, and if it is not to
> use lynx?

(setq browse-url-browser-function
      (if window-system 'browse-url-galeon 'browse-url-lynx-emacs))

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Browsers
  2002-09-09 12:16 ` Browsers Kai Großjohann
@ 2002-09-09 13:17   ` A. L. Meyers
  0 siblings, 0 replies; 3+ messages in thread
From: A. L. Meyers @ 2002-09-09 13:17 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Keith O'Connell <keith_oconnell@blueyonder.co.uk> writes:
>
>> Is it possible for emacs to recognise if it is operating under X or
>> not and if it is, to run galeon to follow a link, and if it is not to
>> use lynx?
>
> (setq browse-url-browser-function
>       (if window-system 'browse-url-galeon 'browse-url-lynx-emacs))

Great, Kai.  Simple and effective.  Your's truly, however, is waiting
for someone to integrate full graphical programme functions into the
frame buffer device without X.  An example of this functionality is
the tool fbi (= frame buffer image).  Please excuse me for straying off
topic. 

Lucien
-- 
If you receive this by error, please delete it and inform the sender.
PGP key fingerprint=F1C0 D9AE 1B18 1405 4DFA  B4CC 6DC7 FF78 C76E FB15
To Big Brother Echelon from "spook":
KGB SEAL Team 6 supercomputer quiche domestic disruption explosion FBI 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-09-09 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-09 12:10 Browsers Keith O'Connell
2002-09-09 12:16 ` Browsers Kai Großjohann
2002-09-09 13:17   ` Browsers A. L. Meyers

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 NNTP newsgroup(s).