Re: Running man by double clicking a man page, from Explorer?

2003-03-25 Thread Igor Pechtchanski
On Tue, 25 Mar 2003, Lee D. Rothstein wrote:

> Since 'man' pages for commands all have the same extension
> ('.1'), it seems to me that it should be possible to write a
> batch file that calls 'bash' that 'invokes' man for the page?
>
> This would allow you to double click a 'man 1' page, and voila, a
> 'cmd.exe'/'bash.exe' window would appear with the man page
> displayed.
>
> As it turns out, there are several things like this that I want
> to do. So far, haven't been able to figure out how to do it.
>
> Anybody solved this problem or "proved" it is unsolvable?
>
> Lee D. Rothstein -- [EMAIL PROTECTED]

The trick is not to use "man", but to do the job of "man".  The last few
lines of the output of "man -d man", for example, will hold a clue.
Beware the standard cygpath/quoting issues.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Running man by double clicking a man page, from Explorer?

2003-03-25 Thread Jim Drash
Your assumption that man pages all have the same extention is
fundamentally flawed.  Might I suggest your start with 'man man'.



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Running man by double clicking a man page, from Explorer?

2003-03-25 Thread Lee D. Rothstein


Since 'man' pages for commands all have the same extension
('.1'), it seems to me that it should be possible to write a
batch file that calls 'bash' that 'invokes' man for the page?

This would allow you to double click a 'man 1' page, and voila, a
'cmd.exe'/'bash.exe' window would appear with the man page
displayed.

As it turns out, there are several things like this that I want
to do. So far, haven't been able to figure out how to do it.

Anybody solved this problem or "proved" it is unsolvable?

--
Lee D. Rothstein -- [EMAIL PROTECTED]

VeriTech -- 603-424-2900
7 Merry Meeting Drive
Merrimack, NH 03054-2934  



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/