Re: pstat segfault

2014-12-19 Thread Stuart Cassoff
On 12/19/14 07:18, Stuart Cassoff wrote: > $ pstat -T > 221/7030 open files > Segmentation fault I suppose more info from me is desired. $ gdb pstat GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are w

pstat segfault

2014-12-19 Thread Stuart Cassoff
$ pstat -T 221/7030 open files Segmentation fault

Re: mg: add bounce matching for [] and {}

2014-10-07 Thread Stuart Cassoff
On 08/13/14 18:51, Brian Callahan wrote: > Hi tech -- > > Diff below adds the bounce matching for [] and {} in mg like it does for (). > I miss having that from GNU Emacs, anyone else? > > OK? > > ~Brian Just noticed this yesterday. Thanks! Stu

ioctls on /dev/null

2013-07-01 Thread Stuart Cassoff
OpenBSD doesn't allow setting /dev/null to nonblocking mode. Other BSDs behave differently. What is the correct behaviour? OpenBSD, in mmioctl() http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/arch/i386/i386/mem.c?rev=1.37;content-type=text%2Fplain NetBSD, in mm_ioctl() http://cvsweb.Net

Re: tinyscheme + mg

2012-07-02 Thread Stuart Cassoff
On 06/28/12 13:00, Nick Bender wrote: > On Thu, Jun 28, 2012 at 9:16 AM, Ted Unangst wrote: >> Integration is one of the goals. I can't predict what extensions you >> may want to write. I mean, mg already reads a .mg file. If we knew >> what people were going to put in their .mg files, we could

Re: tinyscheme + mg

2012-07-02 Thread Stuart Cassoff
On 06/29/12 01:03, Otto Moerbeek wrote: > On Thu, Jun 28, 2012 at 12:40:57PM -0600, Nick Bender wrote: > >> On Thu, Jun 28, 2012 at 12:29 PM, Otto Moerbeek wrote: >>> On Thu, Jun 28, 2012 at 11:00:24AM -0600, Nick Bender wrote: TCL? BSD, small, fast, been around forever, C like sy