Re: in which a shell with dynamic scoping and lambda is discussed

2012-05-19 Thread Alexander Burger
On Sat, May 19, 2012 at 11:15:37AM +0200, dexen deVries wrote: > http://debu.gs/entries/inferno-part-1-shell > > we all love dynamic scoping and lambda, right? :D Sure! Wholeheartedly agree :) (Though the term "dynamic scoping" is not right, IMHO. Instead, I would talk of "dynamic binding", beca

Error: "http" -- Tag not found

2012-05-19 Thread Mansur Mamkin
Hi all! While improving and testing kerberos authentication, now I get strange error when I'm going to http:/?*ID=$krblogin !? (throw "http") "http" -- Tag not found The code is: # (unless (setq *Url (ht:Pack @U))    (setq *Url (car *Home) @U (cdr *Home)) ) (out S    (ifn (or (n== *ID 'k

Unsubscribe

2012-05-19 Thread Peter Fischer
Good bye Peter Fischer :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Error: "http" -- Tag not found

2012-05-19 Thread Alexander Burger
Hi Mansur, > !? (throw "http") > "http" -- Tag not found > ... > (de http401 () >(httpStat 401 "Unauthorized" "WWW-Authenticate: Negotiate") >(throw "http") ) # <-- error occurs here The catch/throw tag in the 'http' function is "http", a transient symbol, which is accessible only in tha