He Eric, > I finally managed to install pil21 on my manjaro distro ;-) And yes I got: > (version) -> (21 0 0)
Perfect! > However I've noticed that there is no more > matching parenthesis in debug mode. Input is now handled by readline(3). You can control its behavior via "~/.inputrc". To show matching parentheses, this line should work: set blink-matching-paren on For examqle, my current "~/.inputrc" looks like the one below. ☺/ A!ex ################################################ # 14jun20abu set editing-mode vi set keyseq-timeout 40 set blink-matching-paren on set show-mode-in-prompt on set vi-ins-mode-string "" set vi-cmd-mode-string "$" TAB: menu-complete C-y: menu-complete-backward set keymap vi-command v: "" -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe