Re: vip shortcut for (doc 'fun)

2021-12-10 Thread Alexander Burger
Hi Radek, > vip has to be run in debug mode for (doc) to work. $pil -vi + > > (de *KeyMap-g > ("h" # Search word under cursor >(and (getWord T "~") (doc (car (str (pack @)) #str is troublesome, be > carefull when modifying > ) Thanks! Yes, 'str' is not necessary here. You can use

vip shortcut for (doc 'fun)

2021-12-10 Thread Radek Svoboda
vip has to be run in debug mode for (doc) to work. $pil -vi + (de *KeyMap-g ("h" # Search word under cursor (and (getWord T "~") (doc (car (str (pack @)) #str is troublesome, be carefull when modifying ) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe