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

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

[Octave-bug-tracker] [bug #55501] subsequent calls to "help @sym/beta" g


From: Rik
Subject: [Octave-bug-tracker] [bug #55501] subsequent calls to "help @sym/beta" gives "help beta" text
Date: Thu, 17 Jan 2019 16:46:21 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #55501 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

I think this is related to the handling of the load path, rather than the help
function.

I loaded the symbolic package, and then used which to find out what m-file was
associated with "@sym/beta".  Turns out, it thinks its the core Octave
function.  If you use the full filename with extension then it works
("@sym/beta.m").


octave:19> which @sym/beta
'@sym/beta' is a function from the file
/home/rik/local/share/octave/5.0.1/m/specfun/beta.m
octave:20> which @sym/beta.m
'@sym/beta.m' is the file /home/rik/.octavepkg/symbolic-2.7.1/@sym/beta.m


Not that you should need to do this, but "help @sym/beta.m" works for me.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55501>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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