X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RadSurfer AT yahoo DOT com (Radical NetSurfer) Newsgroups: comp.os.msdos.djgpp Subject: Re: Linux Man-Pages Date: 19 Jan 2004 02:52:34 -0800 Organization: http://groups.google.com Lines: 47 Message-ID: References: <4008B4FF DOT 27D15456 AT yahoo DOT com> NNTP-Posting-Host: 65.120.105.94 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1074509555 22083 127.0.0.1 (19 Jan 2004 10:52:35 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 19 Jan 2004 10:52:35 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Tis true... I don't use (and thus don't appreciate enough) these utilities! Its entirely a mute point now becuase INFO doesn't actually handle true Linux-style Man-Pages anywayz, and 'MAN.exe' isn't actually a Viewer either apparently.... I haven't seen a demonstration of SED with (g/t)roff yet. No need for all that additional overhead when direct methods would of sufficed; if only (ms-dos) DJGPP supported auto-loading on-the-fly 'DLL-like' technology... Then the (g/t)roff engine would be quite easily accesible w/out too much hastle and apparent overhead... My goal of creating a simple viewer of Linux Man-Pages has been obtained however! Totally self-contained, and without any fancy-smancy non-sense either! Just feed it a file, and presto... displayed in the usual Man-Page indented format, with Section Headers and simple but adequate methods for handling "fonts/attributes"...(colors,etc) I'm happy with the results. And its redirectable into an ordinary ASCII text file, device or whatever... Sometimes the philosophy behind these utilities do leave me cold... not all great minds think alike...(haha) Always available to discuss/debate it... ICQ: 67890170 Hans-Bernhard Broeker wrote in message news:... > Radical NetSurfer wrote: > > run INFO.exe from the DJGPP \bin\ path, then after is it apparently > ^^^^^^^^^^ > > shut down, > > That "apparently" is your problem, not info.exe or any of the other > programs you accuse of similar silly behaviour. You obviously did *not* > actually shut it down, but pause it. > > You confused exiting a program with having that program give you a > "sub-shell" (often called "Shell to DOS" in CUA-style full-screen DOS > apps, e.g. things like RHIDE). Exit info as it's supposed to be > exited (type 'q'), and this will *never* happen, promised. Go test it > for yourself, right now.