ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Picolisp latest found at http://www.software-lab.de/down.html | check also http://www.picolisp.com for more information
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #picolisp
alexshendi has quit [Ping timeout: 240 seconds]
alexshendi has joined #picolisp
orivej has quit [Ping timeout: 265 seconds]
<beneroth> brb
beneroth has quit [Quit: Verlassend]
* Nistur is in the company's main office today, while wearing my picolisp tshirt :P
<Regenaxer> ! :)
alexshendi has quit [Ping timeout: 248 seconds]
alexshendi has joined #picolisp
<sriram_> In the constructor for undo button (form.l), I see (=: home undo This)
<sriram_> the doc for =: says the symbol whose home->undo property will be set is This
<sriram_> so it is a bit confusing. I know that one of the objects is the form and one is the undo button, but am not sure what 'This' and =: refer to
<sriram_> the button is created inside the form, but still...a bit puzzled
<sriram_> i guess this has to do with lexical and dynamic scope?
alexshendi has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
orivej has joined #picolisp
alexshendi has quit [Ping timeout: 264 seconds]
alexshendi has joined #picolisp
orivej has quit [Ping timeout: 264 seconds]
<Regenaxer> Hi sriram_!
alexshendi has quit [Ping timeout: 276 seconds]
<sriram_> Hi Alex
<sriram_> Good afternoon...
<sriram_> still exploring pdfPage...some questions came to mind reading the code..I posted one above
<Regenaxer> Sorry, just dropped in and must leave again
<Regenaxer> The code snippets in buttons (and other gui components) are always execkuted at some later point (eg. when the button is pressed, or enabled/disabled) in the dynamic context of that component
<Regenaxer> ie. 'This'
<sriram_> yes that is what I thought...In (=: home undo This), This is the Form
<sriram_> but then what does =: refer to, or is it a kind of circular ref i.e This-> home -> undo = This?
<sriram_> oh maybe This is the button rather than the form...still the question remains if This is bound to the button (gui component) then wouldnt
<sriram_> =: also use the same value when it sets This->home->undo
alexshendi has joined #picolisp
orivej has joined #picolisp
beneroth has joined #picolisp
karswell has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
alexshendi has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
alexshendi has joined #picolisp
orivej has quit [Ping timeout: 268 seconds]
alexshendi has quit [Ping timeout: 256 seconds]
alexshendi has joined #picolisp