guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: entries and guile-gui


From: Neil Jerram
Subject: Re: entries and guile-gui
Date: Thu, 22 Feb 2007 20:53:31 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Neil Jerram <address@hidden> writes:

> Now to look at Paul's symptoms, which I am seeing also.

Can you try this?

--- /home/neil/guile-gui-0.2/entry-port.scm     2001-03-09 21:23:23.000000000 
+0000
+++ /home/neil/guile-gui-head/entry-port.scm    2007-02-22 20:44:26.985298120 
+0000
@@ -91,7 +91,8 @@
                                          history-down)
                                         (else #f)))
                             (if callback
-                                (gtk-signal-emit-stop-by-name entry 
"key-press-event")))))
+                                (gtk-signal-emit-stop-by-name entry 
"key-press-event")
+                               #f))))
 
     (add-hook! (entry-new-read-hook entry)
                (lambda ()

I guess that means that in Guile 1.6, (if #f) => #f, but in 1.8 (if
#f) => something not #f.

I'm still seeing some weirdness with the up and down arrows, which
should go back and forwards through the history, but that might not be
a regression.  Do you see this too, and can you comment on whether
it's a new problem?

Regards,
     Neil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]