Re: the purpose of *KeyMap in vip

2022-12-20 Thread Mike
hi all, I have create a pil21 compilation on macos repo with custom Makefile for it. Please follow compilation steps, lets test it. https://git.envs.net/mpech/pil21-macos > > i am following the how to install picolisp in mac alternative method > https://picolisp.com/wiki/?alternativeMacOSRepos

Re: the purpose of *KeyMap in vip

2022-12-20 Thread wayne horner
i am following the how to install picolisp in mac alternative method https://picolisp.com/wiki/?alternativeMacOSRepository it gets an error in make = a2289_13@A2289-13s-MBP src % a2289_13@A2289-13s-MBP src % make */opt/local/libexec/llvm-10/bin/llvm-link: lib.bc: **error: *

Re: the purpose of *KeyMap in vip

2022-12-19 Thread Alexander Burger
On Mon, Dec 19, 2022 at 05:39:18PM -0500, polifemo wrote: > I'm slowly studying the @lib/vip.l source, and I've run into a global > variable that appears to not be documented. > > What's the use of *KeyMap ? I guess it's something to do with custom > keyboard remappings? Correct. It allows (re)de

the purpose of *KeyMap in vip

2022-12-19 Thread polifemo
I'm slowly studying the @lib/vip.l source, and I've run into a global variable that appears to not be documented. What's the use of *KeyMap ? I guess it's something to do with custom keyboard remappings? Thanks for your time.