From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: X11 bindings and shell bindings Date: Thu, 18 Sep 2008 20:43:19 +0200 Message-ID: References: <59ea12330809180538u6f7d7a42gdfef60909ad96157@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221764747 13667 80.91.229.12 (18 Sep 2008 19:05:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2008 19:05:47 +0000 (UTC) Cc: Guile User Mailing List To: "Ishan Arora" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Sep 18 21:06:42 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KgOph-0003z7-5R for guile-user@m.gmane.org; Thu, 18 Sep 2008 21:06:29 +0200 Original-Received: from localhost ([127.0.0.1]:59296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgOof-00022m-Vp for guile-user@m.gmane.org; Thu, 18 Sep 2008 15:05:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgOnV-0001Ho-Av for guile-user@gnu.org; Thu, 18 Sep 2008 15:04:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgOnT-0001GV-Ll for guile-user@gnu.org; Thu, 18 Sep 2008 15:04:12 -0400 Original-Received: from [199.232.76.173] (port=52406 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgOnT-0001GP-Gb for guile-user@gnu.org; Thu, 18 Sep 2008 15:04:11 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:63710 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgOnS-0003qr-Uc for guile-user@gnu.org; Thu, 18 Sep 2008 15:04:11 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id A437E62FEA; Thu, 18 Sep 2008 15:04:10 -0400 (EDT) Original-Received: from unquote (177.Red-83-34-179.dynamicIP.rima-tde.net [83.34.179.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 1441C62FE3; Thu, 18 Sep 2008 15:04:08 -0400 (EDT) In-Reply-To: <59ea12330809180538u6f7d7a42gdfef60909ad96157@mail.gmail.com> (Ishan Arora's message of "Thu, 18 Sep 2008 18:08:53 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Pobox-Relay-ID: 9385A226-85B4-11DD-BF83-D0CFFE4BC1C1-02397024!a-sasl-fastnet.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6780 Archived-At: On Thu 18 Sep 2008 14:38, "Ishan Arora" writes: > Is there a procedure to get mouse position. No, but it's relatively easy to write a minimal set of Xlib bindings, binding only the functions you need. Griddy has some bindings: bzr get http://wingolog.org/bzr/griddy Andy -- http://wingolog.org/