[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "which" doesn't quite work ?
From: |
Sergei Steshenko |
Subject: |
Re: "which" doesn't quite work ? |
Date: |
Mon, 10 Sep 2012 13:42:54 -0700 (PDT) |
--- On Mon, 9/10/12, marco atzeri <address@hidden> wrote:
> From: marco atzeri <address@hidden>
> Subject: Re: "which" doesn't quite work ?
> To: address@hidden
> Date: Monday, September 10, 2012, 12:06 AM
> On 9/10/2012 12:04 AM, Sergei
> Steshenko wrote:
> > Hello,
> >
> >
> > octave:7> which foo, Sample
> > Sample =
> > {
> > [1,1] = -0.12300
> > [1,2] = 0.23400
> > }
> > octave:8> which Sample, foo
> > foo =
> > {
> > [1,1] = 0.23400
> > }
> > octave:9>
> > ".
> >
> > Please note that "help which" says "Display the type of
> each NAME", but both "which foo, Sample", "which Sample,
> foo" display the type of just _one_ last item, and not of
> each name.
> >
> >
> >
> > Furthermore, in the same session:
> >
> > "
> > octave:9> which "foo"
> > octave:10> which foo
> > octave:11> which Sample
> > octave:12> which "Sample"
> > ",
> >
> > i.e. if I specify just one name, nothing is displayed.
> >
> > This is octave-3.6.2.
> >
> > Is it supposed to be this way ?
> >
>
> unlikely, please open a bug
> https://savannah.gnu.org/bugs/?group=octave
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>
https://savannah.gnu.org/bugs/index.php?37320 .
Regards,
Sergei.