Re: doc getsockopt, setsockopt

2005-10-12 Thread Greg Troxel
Kevin Ryde <[EMAIL PROTECTED]> writes: > Greg Troxel <[EMAIL PROTECTED]> writes: > > > > follow the BSD way, and translate 0.0.0.x/8 in the second arg into > > setting imr_ifindex on Linux. > > > > follow the Linux way, and make it a vector of 3 and translate back > > into the 0.0.0.x/8 on

Re: [PATCH] Per-module reader

2005-10-12 Thread Ludovic Courtès
Neil Jerram <[EMAIL PROTECTED]> writes: > If I'm understanding correctly, your argument rests on wanting to > allow people to write a module like this: > > (define-module (shell utils) > #:reader shell-reader > #:use-module (shell reader) > #:export (for)) > > for () { > beg=$1

Re: [PATCH] Source properties on arbitrary non-immediate values

2005-10-12 Thread Ludovic Courtès
Hi, Neil Jerram <[EMAIL PROTECTED]> writes: > I didn't say it was! I just wanted you to describe your motivation in > more concrete terms. I actually only partly describe my motivations. ;-) My original motivation was to implement "position recording" in `guile-reader'. In order to be compat