From bug-request at octave dot org Tue Apr 4 22:04:08 2006 Subject: Re: lookfor bug From: "John W. Eaton" To: David dot Bateman at motorola dot com Cc: bug at octave dot org Date: Tue, 4 Apr 2006 23:03:54 -0400 On 5-Apr-2006, David Bateman wrote: | There is another stupid bug in lookfor that I just noticed. Lookfor uses | the help text of the autoloaded functions parent and not its own help | text. One character fix and previous fix attached.. OK, I applied this patch. We still have: octave:1> lookfor sum [...] builtin:cumsum Cumulative sum of elements along dimension DIM. builtin:sum Sum of elements along dimension DIM. builtin:sumsq Sum of squares of elements along dimension DIM. [...] Should we strip the "builtin:" prefix? Thanks, jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------