Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion for ri (Ruby API reference frontend)
- X-seq: zsh-workers 27304
- From: Doug Kearns <dougkearns@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Completion for ri (Ruby API reference frontend)
- Date: Sat, 3 Oct 2009 16:44:14 +1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=1aDZJwLofTk4XUP2/v83lZcEA045gYvvo3Ea1BTu+IM=; b=wv+e17FGtcWxWNvtI8IgFAU1OPYF8JCeF4vKS+w5Sh7W+aYz3NMtbuyFI+rZqEVgQw K6nh8LibwrSll6HDbG0xk0T3YHOm/EfUAYMlXYjRTTKncKZmokk4pv/3tubbJdwtBo2+ 58Qb4wgbJZgIC9UA33ZGYIyBEvcRK/XXPcKH4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=D3g4QUx0kP6/EeSYSqUi5qNE+goFOBpfZFf8ZrpevTwJpFiQZ8yLBePaL0SHMoVciX 9cYkQwGEwnChdkVoPUYRjesTlUNPCMyCdrgPpUQeHFvt+hXAU1AD2wgydod1qEyasxYZ 1N9Ql53QSRYY2HL68Erp0QafglmkdFjAed9aE=
- In-reply-to: <20091002152732.GA32565@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20091001232458.GG22325@xxxxxxxxxxxx> <200910020842.n928gq54006094@xxxxxxxxxxxxxx> <20091002152732.GA32565@xxxxxxxxxxxx>
On Sat, Oct 3, 2009 at 1:27 AM, Alexey I. Froloff <raorn@xxxxxxxxxxxx> wrote:
> On Fri, Oct 02, 2009 at 09:42:52AM +0100, Peter Stephenson wrote:
>> > Will complete classes, class methods and instance methods.
>> There already is an _ri in Completion/Unix/Command, please provide a
>> diff against that if anything is missing.
> Can anyone check first whether this completion still works with
> ri from Ruby 1.8.x?
% ruby --version
ruby 1.8.7 (2008-08-11 patchlevel 72) [i386-cygwin]
% ri
unrecognized option `--list-doc-dirs'
For help on options, try 'ri --help'
ri
No matches for: `ri name' or `class names'
Doug
Messages sorted by:
Reverse Date,
Date,
Thread,
Author