[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help text
From: |
ernst |
Subject: |
Re: help text |
Date: |
Tue, 05 Feb 2013 00:58:53 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120825 Thunderbird/15.0 |
Hi all, Hi Jordi,
I recently posted about my problem with help-texts in an OO-context when
overwriting functions.
Then you, Jordi, told me that this works not so good.
Now it seems as if the problem is there whether i overwrite or not:
I have
## -*- texinfo -*-
## @deftypefn {Function File} {} xxx(num)
## blabla
## @end deftypefn
function xxx(x)
1
endfunction
If i define the function file in my folder @pn then 'help xxx' says
error: help: `xxx' not found.
but if i have yyy in a non-oo-folder, it gives me the correct docu,
although
## -*- texinfo -*-
## @deftypefn {Function File} {} yyy(num)
## blabla
## @end deftypefn
function yyy(x)
1
endfunction
looks quite the same.
This seems a bug, right?
regards,
Ernst