Re: VIP Auto-Load and ASCII Diagrams

2019-07-14 Thread Alexander Burger
Hi Kashyap, > I have spent quite some time in the past drawing these in emails by hand!!! > > Hey Alex - do you have SVG output planned too? Good idea! Actually, I have not thought about it, because my use cases were (like your emails) text files. But it should be not too difficult, I think,

Re: VIP Auto-Load and ASCII Diagrams

2019-07-14 Thread C K Kashyap
Sorry, a little late to the party! but it's really lovely ... i've not looked at the details but I was floored by "arrow" doing the right thing :) I have spent quite some time in the past drawing these in emails by hand!!! Hey Alex - do you have SVG output planned too? Regards, Kashyap On

Re: VIP Auto-Load and ASCII Diagrams

2019-07-14 Thread Alexander Burger
Hi Grant, > I played around with this for a while, and really enjoy the ability to draw > arbitrary structures with `cells`. i wondered if this drawing library only > works for Vip? I like using it, but i'm too stuck in my emacs ways (and the > other modal key map i use). Yes, @lib/vip/draw.l

Re: VIP Auto-Load and ASCII Diagrams

2019-07-13 Thread Grant Shangreaux
Hi All, I played around with this for a while, and really enjoy the ability to draw arbitrary structures with `cells`. i wondered if this drawing library only works for Vip? I like using it, but i'm too stuck in my emacs ways (and the other modal key map i use). I'd like to be able to hook

Re: VIP Auto-Load and ASCII Diagrams

2019-07-05 Thread Wojciech Gac
Great news. Congrats! W dniu piątek, 5 lipca 2019 Alexander Burger napisał(a): > Hi all, > > now I found it (with help from Mike)! > > It was a stupid bug in 'super', which was there all the time, but for some > reason never showed up. > > I made a new release. > > > BTW, a note for invoking

Re: VIP Auto-Load and ASCII Diagrams

2019-07-05 Thread Alexander Burger
Hi all, now I found it (with help from Mike)! It was a stupid bug in 'super', which was there all the time, but for some reason never showed up. I made a new release. BTW, a note for invoking Vip: As long as the current version is not in the global release, the best way is $ ./pil

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Wojciech Gac
'v' also drew a box in my case. czw., 4 lip 2019 o 14:08 Mike napisał(a): > > # VIP @lib/vip/draw.l > > (box 3 4 10 15) > > > > then open it with 'vip' and press "v" to view the drawing, I suspect it > crashes > > too. Is that the case? > > > > No, It draw a box > > -- > UNSUBSCRIBE:

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
> # VIP @lib/vip/draw.l > (box 3 4 10 15) > > then open it with 'vip' and press "v" to view the drawing, I suspect it > crashes > too. Is that the case? > No, It draw a box -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
confirmed, crashed. corrected steps to reproduce: echo "# VIP @lib/vip/draw.l" > /root/mike1 vip /root/mike1 :w = bottom of editor = 1/1 mike1 1,1/1 0% :wSegmentation fault BTW, openbsd too, backtrace from gdb

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Alexander Burger
On Thu, Jul 04, 2019 at 01:19:11PM +0200, Wojciech Gac wrote: > Yes, it crashes either way. :w with other files works fine. OK, then it must be the 'save>' method. @lib/vip/draw.l defines in the end: (dm (save> 0 . This) (Win) (super) (view> This Win) ) (dm (view> 0 . This)

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Wojciech Gac
Yes, it crashes either way. :w with other files works fine. czw., 4 lip 2019 o 13:04 Alexander Burger napisał(a): > On Thu, Jul 04, 2019 at 12:06:02PM +0200, Wojciech Gac wrote: > > Provided you have Vip in your path, just run it, open a new file, input > the > > line: > > > > # VIP

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Alexander Burger
On Thu, Jul 04, 2019 at 12:06:02PM +0200, Wojciech Gac wrote: > Provided you have Vip in your path, just run it, open a new file, input the > line: > > # VIP @lib/vip/draw.l > > and try saving via :w Does it also crash also if the file is initially not empty? E.g. if it has # VIP

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Wojciech Gac
Provided you have Vip in your path, just run it, open a new file, input the line: # VIP @lib/vip/draw.l and try saving via :w czw., 4 lip 2019 o 12:03 Mike napisał(a): > I've never used vip before and dont understand what steps I should do to > crash > > > > > > > July 4, 2019 12:51 PM,

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
I've never used vip before and dont understand what steps I should do to crash July 4, 2019 12:51 PM, "Alexander Burger" wrote: > On Tue, Jul 02, 2019 at 06:58:21PM +0900, Alexander Burger wrote: > >> On Tue, Jul 02, 2019 at 11:28:19AM +0200, Wojciech Gac wrote: >> Weird... I've updated

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Alexander Burger
On Tue, Jul 02, 2019 at 06:58:21PM +0900, Alexander Burger wrote: > On Tue, Jul 02, 2019 at 11:28:19AM +0200, Wojciech Gac wrote: > > Weird... I've updated my PicoLisp and when I try to save a file with the > > following line: > > > > # VIP @lib/vip/draw.l > > > > Vip dies and I get a

Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Alexander Burger
On Tue, Jul 02, 2019 at 01:47:26PM +0200, Wojciech Gac wrote: > Attaching my strace output. Hmm, not much to see. It echoes the "w" you wrote (write) and the enter, then it sigfaults. Somewhere in ("w" # (Write) Save buffer (if Line (out (fName (rplFile @)) (mapc

Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Wojciech Gac
Attaching my strace output. wt., 2 lip 2019 o 12:04 Alexander Burger napisał(a): > On Tue, Jul 02, 2019 at 11:28:19AM +0200, Wojciech Gac wrote: > > Weird... I've updated my PicoLisp and when I try to save a file with the > > following line: > > > > # VIP @lib/vip/draw.l > > > > Vip dies and I

Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Alexander Burger
On Tue, Jul 02, 2019 at 11:28:19AM +0200, Wojciech Gac wrote: > Weird... I've updated my PicoLisp and when I try to save a file with the > following line: > > # VIP @lib/vip/draw.l > > Vip dies and I get a segmentation fault. Strange! Can you try to strace or something? ☺/ A!ex --

Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Wojciech Gac
Weird... I've updated my PicoLisp and when I try to save a file with the following line: # VIP @lib/vip/draw.l Vip dies and I get a segmentation fault. wt., 2 lip 2019 o 10:06 Wojciech Gac napisał(a): > This is very cool! One step further along the way to a self-sufficient > development

Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Wojciech Gac
This is very cool! One step further along the way to a self-sufficient development environment :). wt., 2 lip 2019 o 09:12 napisał(a): > Am 2019-07-02 04:26, schrieb Alexander Burger: > > I made a little video explaining two relatively new features in Vip: > > > >1. Vip has an Auto-Load

Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread andreas
Am 2019-07-02 04:26, schrieb Alexander Burger: I made a little video explaining two relatively new features in Vip: 1. Vip has an Auto-Load functionality, inspired by shell hash-bang scripts. 2. It comes with a library that generates ASCII drawings from Lisp code. Very nice! Thank you

VIP Auto-Load and ASCII Diagrams

2019-07-01 Thread Alexander Burger
Hi all, I made a little video explaining two relatively new features in Vip: 1. Vip has an Auto-Load functionality, inspired by shell hash-bang scripts. 2. It comes with a library that generates ASCII drawings from Lisp code. As I use Vip itself to generate a simple slide show, I call it