From d.lewis at gold.ac.uk Wed Feb 9 14:50:26 2011 From: d.lewis at gold.ac.uk (David Lewis) Date: Wed, 9 Feb 2011 14:50:26 +0000 Subject: [mcclim-devel] patch for text-field-pane bug #608280 Message-ID: When I tried to apply the patch for the bug described at https://bugs.launchpad.net/mcclim/+bug/608280 , my text fields suddenly became read only. The default value of editable-p does not seem to be being propagated where it is needed, although specifying :editable-p t does work. My hacky fix is to change the editable-p to (editable-p t) in this bit: @@ -364,7 +366,8 @@ &key id client armed-callback disarmed-callback activation-gestures activate- callback - value value-changed-callback) + value value-changed-callback + editable-p) ;; Make an editor substrate object for the gadget. (let ((substrate (make-text-field-substrate object :id id :client client :armed-callback armed-callback David Lewis Research Fellow, Department of Computing Goldsmiths, University of London & Birmingham Conservatoire d.lewis at gold.ac.uk From oivulf at gmail.com Thu Feb 10 19:04:23 2011 From: oivulf at gmail.com (Fulvio Ciriaco) Date: Thu, 10 Feb 2011 20:04:23 +0100 Subject: [mcclim-devel] keyboard modifier:alt-gr (not working?) Message-ID: <87zkq3ww20.wl%oivulf@gmail.com> Hallo, entering characters with the help of alt-gr modifier does not work on my machine (debian squeeze) in mcclim applications, e.g. climacs and beirc. Using describe-key in climacs and hitting alt-gr yields: unbound gesture: iso-level3-shift Is this the expected behaviour? My system: mcclim-20101006-cvs sbcl-1.0.45 Fulvio Ciriaco