This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] scm2enum speed-up II.


Hello,


  I updated my patch which improves speed of scm to enum (flags) conversion -
now it is patch to gnome-guile from CVS (Oct 1 1999). It contains updated
guile-gnome and also some bugs were smashed:

	 ftp://atrey.karlin.mff.cuni.cz/pub/local/0rfelyus/guile-patch/

Dan

ps: I tried guile-gtk with new guile 1.3.4 and found that guile-gtk (gnomeg)
does not like new guile with readline:

0rfelyus@artax:~$ guile-gtk
ERROR: In procedure gtk-input-add:
ERROR: Wrong type argument in position 1: #<input-output: soft 80869e0>

0rfelyus@artax:~$ gnomeg
ERROR: In procedure gtk-input-add:
ERROR: Wrong type argument in position 1: #<input-output: soft 809d520>


~/.guile:

(and
  (equal? (version) "1.3.4")
  (use-modules (ice-9 readline))
  (activate-readline))

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]