X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=OD2YR5loSOpvyQhJrFEXYgFu133n/YisCrx1eAvfJsE=; b=BZvhw7nZNbKdqWx3elZGL6UyX17kKECJbl799gBKjlBi2NCDid6XylK3Q6PtSbE6CH J+LSfqRRFHYNTXmgPmscpdm/6KbHh5GNYpu8sRUVisKGkJ+qaofPRT9MZAkeQqrg1cPl +oq/Q9tkcPzzs4v/68k8bN7EqAxQCnlbhn14XcLGSvpcmXK89B9BqdKasw02nopa3the Tra2e/lpE2EFZowRvdKPVFjicMpdTQLXuLp6zdx75l/aBdeyRtUCabvTrFDF9YJDqHXc 0F2bheeAatcX1imVhxI8MoEx5ormlUjSNUxVBlbBiZUDVorGaeCi0/PG1vAAvmDp8jNO YpzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=OD2YR5loSOpvyQhJrFEXYgFu133n/YisCrx1eAvfJsE=; b=dC7ZZ2bvl/tk2Nf3Pn/RdxHgEDsB4h7i/Ttyp/JtM2Xwi2fLUqIeLzc85VGdxKtK/B bMoHnOD89+civq7b5D4Er9LmcrdscTCAWrF8grp0qWwofbx268QbghNUprgCOOxOflkV PgXFxXvjLpBpFfd8Vn9ZUcBQYsDwTGBKbZbspYU7ZO10nW57n5tz+FQThpJYTsZMLJs9 bkS7Nlmgoq7YhaNCiAT8VGuFUJes8TRad6eVhrEVobn0wCuVOyRoE6n9oSbk5XrxSwJW EOcGLpWzBlJHa4coJsJVdeWNFkXgHG/pCi3e/TcIABPxkSPnTseabFxeqcrlbNjuD3iu L+0Q== X-Gm-Message-State: AD7BkJIzj7BTiausGh97S9m8WEQELr350kWYSEVdgP6hx5H20PH0MvMfa1nVTOr1Ik/mnvueg40nTs1kxkMqyQ== MIME-Version: 1.0 X-Received: by 10.28.92.195 with SMTP id q186mr704290wmb.37.1456436080382; Thu, 25 Feb 2016 13:34:40 -0800 (PST) Date: Thu, 25 Feb 2016 12:34:40 -0900 Message-ID: Subject: [geda-user] re-instituting GetXY() From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Turns out there's an action GetXY() that in gpcb_ment.res.in takes a tip for the user as it's argument. It would go a long way towars making the "expect-click" mode more user-friendly, but it looks like it's been turned into a no-op in both gtk and lesstif hids. I added some things to it and it seems it runs too late now (after the click happens). Anyone know the history of this and how hard it would be to restore the original behavior?