beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
aw- has quit [Quit: Leaving.]
aw- has joined #picolisp
razzy has joined #picolisp
<razzy> i have planty of ideas. I have trouble to sit and execute them.
razzy has quit [Client Quit]
<abu[m]> Sounds good though!
yagamisato has quit [Ping timeout: 246 seconds]
yagamisato has joined #picolisp
yagamisato has joined #picolisp
_whitelogger has joined #picolisp
ingo[m] has joined #picolisp
rob_w has joined #picolisp
mario-goulart has quit [*.net *.split]
mario-goulart has joined #picolisp
mario-goulart has joined #picolisp
mario-goulart has quit [Changing host]
rob_w has quit [Remote host closed the connection]
calle has joined #picolisp
razzy has joined #picolisp
<razzy> good day, i want to delete current line from linux bash readline history with one C-key. i have trouble finding good way. anyone solved it?
<razzy> thx.
razzy has quit [Client Quit]
<abu[m]> I always do 'vi .bash_history' and then reload it
<abu[m]> With a shell alias
<abu[m]> alias e='vip + .bash_history && { history -c; history -r .bash_history; }'
<abu[m]> I never save history automatically, cause I hate lot of garbage there
<abu[m]> Thus I have 'HISTFILE=' in my .bashrc
calle has quit [Ping timeout: 258 seconds]
calle has joined #picolisp
calle has quit [Ping timeout: 240 seconds]
pfd has quit [Quit: Client closed]
razzy has joined #picolisp
<razzy> is there a variable that has current terminal line inside? like $LINE? can i run command on custom key? C-key?
<razzy> i was unable to fin answers.
<razzy> *find
razzy has quit [Client Quit]
<abu[m]> Yes, but only internally, not available on the Lisp level. It is '$LineBuf'
<abu[m]> (vi 'llvm~$LineBuf)
<abu[m]> It is used in (vi 'llvm~_getStdin)
calle has joined #picolisp
alexshendi has joined #picolisp
pfd has joined #picolisp
calle has quit [Ping timeout: 252 seconds]
pfd has quit [Quit: Client closed]
calle has joined #picolisp
alexshendi has quit [Quit: -a- Connection Timed Out]
alexshendi has joined #picolisp
pfd has joined #picolisp
alexshendi has quit [Quit: -a- Connection Timed Out]
alexshendi has joined #picolisp
calle has quit [Ping timeout: 240 seconds]
alexshendi has quit [Quit: -a- Connection Timed Out]
pfd has quit [Quit: Client closed]
alexshendi has joined #picolisp
pfd has joined #picolisp