octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #32088] Feature request: -ALL option for WHICH


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #32088] Feature request: -ALL option for WHICH
Date: Sat, 25 Jan 2014 09:01:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Follow-up Comment #9, bug #32088 (project octave):

If there is a normal workspace variable that shadows one or more functions,
does which -all also show the variable at the top of the list? For example,


>> which -all norm
%% output shows the functions in the order you listed
>> norm = 10;
>> which -all norm
%% output shows the variable and then the same list of functions?


Thanks for the info.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32088>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]