On 2/2/06, Rohan Dhruva <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Yes, Jason, the html documentation is much more detailed and comprehensive.
>
> Aaron, try help ( "if" ) ... Heres what i got,
> >>> help ( "if" )

Umm, well, if you need docs down to that fine of a grain, I'd assume
any normal documentation won't help you - what you need is a tutorial.
 Otherwise, I'd assume generic documentation on "if" is going to give
you a general grammar "if <expression>: blah blah" and explain the
chunks.

> Sorry, topic and keyword documentation is not available because the Python
> HTML documentation files could not be found.  If you have installed them,
> please set the environment variable PYTHONDOCS to indicate their location.

Well, if python can interpret it fine, it might be worth a shot. 
Sounds like a job for KEEPDOCS!

> Looking from the Misc folder in usr/share/doc/python-24.1 in slackware, it
> provides only the corresponding vimrc and python-mode for vim and emacs
> respectively. I dont think we need sepatate packages for that, do we ? :)
>
> Also, reading help ( "string" ), I see no reference url to html
> documentation. I dont know how to get vim to refer to python docs when
> pressed K in a python file. A person on irc had done it, i will ask him and
> post here :)

Weeeell, if it's a vimrc and a python "mode" (syntax, indent, and/or
ftplugin) file, then I'd assume it's already packaged with vim anyway.
 Vim tarballs usually contain the latest-and-greatest runtime files.

As for having K use to python documentation in vim, try this:
http://www.vim.org/scripts/script.php?script_id=910
It works here.
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to