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

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

[Octave-bug-tracker] [bug #29427] mex help text not working


From: anonymous
Subject: [Octave-bug-tracker] [bug #29427] mex help text not working
Date: Wed, 21 Apr 2010 13:39:57 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009032606 Red Hat/3.0.7-3.el4 Firefox/3.0.7

Follow-up Comment #1, bug #29427 (project octave):

looks to me like the problem is that in help.cc, we start searching for help
text.  If we find the function in the symbol table (which I guess means it is
either a built-in or dynamically linked as opposed to a script file) then we
stop.  The patch makes us keep looking if the help text found from the symbol
table lookup is empty.  

I tried help on a few other functions and it looks like I didn't break
anything, but this should be reviewed perhaps by someone who understands that
bit of code a little better.

-Dan


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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