[CFT] xemacs lockup fix

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[CFT] xemacs lockup fix

Paolo Bonzini
Can you test that this patch fixes the issue?

(Just in case, you can apply it with "patch configure <
/path/to/patch.diff"; you don't need autoconf installed on your system).

Thanks,

Paolo

--- configure.save 2006-12-07 17:55:03.000000000 +0100
+++ configure 2006-12-07 17:56:56.000000000 +0100
@@ -5322,10 +5322,11 @@
 
   ac_cv_emacs_comint=no
   if test $EMACS != no; then
-    $EMACS -batch -q -no-site-file -l comint.el 2>&1 | \
-      grep 'Cannot open load file' > /dev/null 2>&1 || ac_cv_emacs_comint=yes
-    $EMACS -batch -q -no-site-file -l comint.elc 2>&1 | \
-      grep 'Cannot open load file' > /dev/null 2>&1 || ac_cv_emacs_comint=yes
+    echo "(require 'comint)" > conftest
+    $EMACS -batch -q -no-site-file -l conftest 2>&1 | \
+      grep 'Cannot open load file' > /dev/null 2>&1 || \
+      ac_cv_emacs_comint=yes
+    rm conftest
   fi
 
 fi

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [CFT] xemacs lockup fix

Brad Watson
Paolo,

The patch worked for me.

Thanks,

Brad Watson

----- Original Message ----
From: Paolo Bonzini <[hidden email]>
To: GNU Smalltalk <[hidden email]>; Brad Watson <[hidden email]>
Sent: Thursday, December 7, 2006 8:59:06 AM
Subject: [CFT] xemacs lockup fix

Can you test that this patch fixes the issue?

(Just in case, you can apply it with "patch configure <
/path/to/patch.diff"; you don't need autoconf installed on your system).

Thanks,

Paolo

--- configure.save    2006-12-07 17:55:03.000000000 +0100
+++ configure    2006-12-07 17:56:56.000000000 +0100
@@ -5322,10 +5322,11 @@
 
   ac_cv_emacs_comint=no
   if test $EMACS != no; then
-    $EMACS -batch -q -no-site-file -l comint.el 2>&1 | \
-      grep 'Cannot open load file' > /dev/null 2>&1 || ac_cv_emacs_comint=yes
-    $EMACS -batch -q -no-site-file -l comint.elc 2>&1 | \
-      grep 'Cannot open load file' > /dev/null 2>&1 || ac_cv_emacs_comint=yes
+    echo "(require 'comint)" > conftest
+    $EMACS -batch -q -no-site-file -l conftest 2>&1 | \
+      grep 'Cannot open load file' > /dev/null 2>&1 || \
+      ac_cv_emacs_comint=yes
+    rm conftest
   fi
 
 fi





 
____________________________________________________________________________________
Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk