I love dillo and use it as my default browser when using help pages in R. However, every time I invoke the help in R, dillo returns several messages clogging my R prompt...Is there any way to run dillo in 'silent' mode? thx, Jorge
On Mon, Aug 11, 2003 at 05:47:49PM -0500, Jorge A Ahumada wrote:
I love dillo and use it as my default browser when using help pages in R. However, every time I invoke the help in R, dillo returns several messages clogging my R prompt...Is there any way to run dillo in 'silent' mode?
You can lower the debug level. Search for DEBUG_LEVEL in the source and remove all occurences. That should remove a number of messages. If you know your way around you can try http://www.openbsd.org/cgi-bin/cvsweb/ports/www/dillo/patches/ and look at the various patches. Most of them silence dillo, but some serve different purposes. Also, they are against 0.7.2 (at least right now), so double check. Cheers, Andreas -- **************************** NEW ADDRESS ****************************** Hamburger Sternwarte Universitaet Hamburg Gojenbergsweg 112 Tel. ++49 40 42891 4016 D-21029 Hamburg, Germany Fax. ++49 40 42891 4198
On Tue, Aug 12, 2003 at 02:55:55AM +0200, Ivo wrote:
I don't know what you mean by 'R' and if you're running *nix, but if you
I was bold and typed R into google, and the first hit I got was what I suspected he is running :-)
are, can't you use a small wrapper script that simply redirects stderr and stdout to /dev/null ? I use that all the time, for example, while running mencoder from a cronjob.
That's of course easier than my solution :-) And now I have to correct myself .... On Tue, Aug 12, 2003 at 01:00:40AM +0200, Andreas Schweitzer wrote:
You can lower the debug level. Search for DEBUG_LEVEL in the source and remove all occurences. That should remove a number of messages.
That is of course "#define DEBUG_LEVEL" ONLY, not the ifdef's .... silly me ... Cheers Andreas -- **************************** NEW ADDRESS ****************************** Hamburger Sternwarte Universitaet Hamburg Gojenbergsweg 112 Tel. ++49 40 42891 4016 D-21029 Hamburg, Germany Fax. ++49 40 42891 4198
On Tuesday 12 August 2003 00:47, Jorge A Ahumada wrote:
I love dillo and use it as my default browser when using help pages in R. However, every time I invoke the help in R, dillo returns several messages clogging my R prompt...Is there any way to run dillo in 'silent' mode?
I don't know what you mean by 'R' and if you're running *nix, but if you are, can't you use a small wrapper script that simply redirects stderr and stdout to /dev/null ? I use that all the time, for example, while running mencoder from a cronjob. --Ivo
participants (3)
-
Andreas Schweitzer
-
Ivo
-
Jorge A Ahumada