jed-users mailing list

[2016 Date Index] [2016 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[jed-users] Re: apropos does not show delete_window function


Hi,

I suppose that apropos doesn't show `delete_window', because it is what
is called an "internal function" (not to be confused with "intrinsic
function") that can only be called via
	call("delete_window")
or via keybindings.

If you define an S-Lang function (also called "library function")
	define delete_window() { call("delete_window"); }
, then apropos will show that one.

Cheers,

Manfred


On 17.04.2016 17:31, R. Stewart Ellis wrote:
>> On Sun, 17 Apr 2016, R. Stewart Ellis wrote:
>>
>> Subject: apropos does not show delete_window function
>>
>> apropos does not show delete_window function when entering either window
>> or delete.  Should apropos <keyword> show any possible functions that
>> match keyword?
>>
>> I am using ubuntu 14.04 and the latest version they have of jed
>> .99.12.2-1 or however the numbering works.
> 
> Sorry that should be 0.99.19U as reported on modeline. the 2.1 is some
> kind of ubuntu housekeeping.

_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2016 date index] [2016 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]