Re: PicoLisp GUI on Smartphones

2013-12-25 Thread Jon Kleiser
Hi Alex, After a quick test of the demo app, I suggest two improvements. Numerical input elements can/should be given pattern attributes that trigger the numerical keypad on iPhones/iPads, like this: input pattern=[0-9]* type=text value=55667788 / As far as I know, this pattern makes no

Re: PicoLisp GUI on Smartphones

2013-12-25 Thread Alexander Burger
Hi Jon, thanks for the input! Numerical input elements can/should be given pattern attributes that trigger the numerical keypad on iPhones/iPads, like this: input pattern=[0-9]* type=text value=55667788 / As far as I know, this pattern makes no difference on Android. ;-) This could be

Subscribe

2013-12-25 Thread nejaka osoba
Hello nejaka osoba running@gmail.com :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Segfault

2013-12-25 Thread nejaka osoba
happens across ubuntu 3.1.1.1-1, mercurial v3.1.4.1 and tip heres what valgrind thinks: $ valgrind /home/kook/picolisp/bin/picolisp /home/kook/picolisp/lib.l @ext.l ./html.l + ==32498== Memcheck, a memory error detector ==32498== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.