Re: Installing vimtutor help file

2001-09-01 Thread Rajesh Fowkar
dman saw fit to inform me that: 
>On Fri, Aug 31, 2001 at 11:40:44PM -0700, Osamu Aoki wrote:
>| On Sat, Sep 01, 2001 at 02:14:54AM -0400, Steve Dondley wrote:
>| > I just installed vim-rt on my system.  When I'm in the vimtutor tutorial 
>and
>| > try to obtain help by pressing F1 or with the :help command (per 
>instruction
>| > in section 7), I'm told that the help file,
>| > /usr/share/vim/vim56/doc/help.txt, cannot be found.
>| 
>| Do you have /usr/share/vim/vim56/doc/help.txt or
>| /usr/share/vim/vim56/doc/help.txt.gz on your system?
>| 
>| If you find only help.txt.gz, 
>| 
>| $ zcat help.txt.gz > help.txt 
>
>Yeah, I noticed this the other day with my vim, but I think it was my
>homemade version 60at.  I simply 'gunzip'ped the file (now have both
>compressed and not) and the complaints went away.  The weird thing was
>it looked like vim used the .gz version even though it complained the
>first time.

On my debian 2.2 R3 box vim takes help.txt.gz and it itself does the
gunzip. :-)

Regards

-- 

Rajesh Fowkar   [EMAIL PROTECTED]
Kurtarkar Nagari,Bldg-C,T4, http://www.symonds.net/~rajesh/
Santacruz,Ponda-Goa-403401-INDIAPowered By : Debian GNU/Linux 2.2 R-3
Kernel 2.4.9(ext3), Mutt 1.3.20i, IceWM
Q:  How many Martians does it take to screw in a lightbulb?
A:  One and a half.




Re: Installing vimtutor help file

2001-09-01 Thread dman
On Fri, Aug 31, 2001 at 11:40:44PM -0700, Osamu Aoki wrote:
| On Sat, Sep 01, 2001 at 02:14:54AM -0400, Steve Dondley wrote:
| > I just installed vim-rt on my system.  When I'm in the vimtutor tutorial and
| > try to obtain help by pressing F1 or with the :help command (per instruction
| > in section 7), I'm told that the help file,
| > /usr/share/vim/vim56/doc/help.txt, cannot be found.
| 
| Do you have /usr/share/vim/vim56/doc/help.txt or
| /usr/share/vim/vim56/doc/help.txt.gz on your system?
| 
| If you find only help.txt.gz, 
| 
| $ zcat help.txt.gz > help.txt 

Yeah, I noticed this the other day with my vim, but I think it was my
homemade version 60at.  I simply 'gunzip'ped the file (now have both
compressed and not) and the complaints went away.  The weird thing was
it looked like vim used the .gz version even though it complained the
first time.

-D



Re: Installing vimtutor help file

2001-09-01 Thread Osamu Aoki
On Sat, Sep 01, 2001 at 02:14:54AM -0400, Steve Dondley wrote:
> I just installed vim-rt on my system.  When I'm in the vimtutor tutorial and
> try to obtain help by pressing F1 or with the :help command (per instruction
> in section 7), I'm told that the help file,
> /usr/share/vim/vim56/doc/help.txt, cannot be found.

Do you have /usr/share/vim/vim56/doc/help.txt or
/usr/share/vim/vim56/doc/help.txt.gz on your system?

If you find only help.txt.gz, 

$ zcat help.txt.gz > help.txt 

should fix this.  I vaguely remember it was like this in potato 2.2r2.
If this is same as one I experienced, bug was filed and maintainer
properly fixed it from better approach than above quick fix.

You can install single file from *.deb file if one use mc to open archive.

Cheers
-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ 
+  Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D  +
+  My debian quick-reference, http://www.aokiconsulting.com/quick/+



Re: Installing vimtutor help file

2001-09-01 Thread Eric G. Miller
On Sat, Sep 01, 2001 at 02:14:54AM -0400, Steve Dondley wrote:
> Background:
> I just installed vim-rt on my system.  When I'm in the vimtutor tutorial and
> try to obtain help by pressing F1 or with the :help command (per instruction
> in section 7), I'm told that the help file,
> /usr/share/vim/vim56/doc/help.txt, cannot be found.
> 
> Question:
> How do I install this single file from the installation CDs?

Hmm, check the path under /usr/share/vim/. The file is probably
compressed ("help.txt.gz"), but vim should be able to handle that fine
provided it knows to accept .gz as a target.  There should be a
file (or a symlink) /usr/share/vim/vimrc that contains a line like:

  set helpfile=$VIMRUNTIME/doc/help.txt.gz

-- 
Eric G. Miller 



Installing vimtutor help file

2001-09-01 Thread Steve Dondley
Background:
I just installed vim-rt on my system.  When I'm in the vimtutor tutorial and
try to obtain help by pressing F1 or with the :help command (per instruction
in section 7), I'm told that the help file,
/usr/share/vim/vim56/doc/help.txt, cannot be found.

Question:
How do I install this single file from the installation CDs?