Hi Erik,

> What is the best way to reload 'viprc' while vip is running?
> 
> With a simple
> 
>     (load "~/.pil/viprc")
> 
> the changes do not take effect.

The file must be loaded in 'vip' namespace to have the right context:

   (symbols '(vip pico)
      (load "~/.pil/viprc") )

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to