From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: scm_make_gsubr question Date: 21 Jan 2003 16:04:43 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <878yxey25w.fsf@zagadka.ping.de> References: <20030119204023.GA22802@masanjin.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043162571 22510 80.91.224.249 (21 Jan 2003 15:22:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2003 15:22:51 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18b0Cu-0005dD-00 for ; Tue, 21 Jan 2003 16:20:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18b09s-0006tS-00 for guile-devel@m.gmane.org; Tue, 21 Jan 2003 10:17:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18b09Z-0006rY-00 for guile-devel@gnu.org; Tue, 21 Jan 2003 10:17:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18b042-0005NO-00 for guile-devel@gnu.org; Tue, 21 Jan 2003 10:11:47 -0500 Original-Received: from [129.217.163.30] (helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18azxG-0003vR-00 for guile-devel@gnu.org; Tue, 21 Jan 2003 10:04:46 -0500 Original-Received: (qmail 10304 invoked by uid 1000); 21 Jan 2003 15:04:43 -0000 Original-To: William Morgan In-Reply-To: <20030119204023.GA22802@masanjin.net> Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:1882 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1882 William Morgan writes: > Is there a way to specify, at the time you call scm_make_gsubr, a user > data parameter which is passed to the corresponding C function? > [...] > If not, I would like to submit a patch... William, in case you are confused about what to do: it would be great if you can supply a patch for us to look at. It is true that there are already methods for providing what you are looking for, but in my opinion, your interface is a very natural one and C programmers should likely be familiar with it. So if we can offer it in a clean way, I think we should. Maybe it is only a thin wrapper over applicable smobs, but that would already be an improvement. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel