On Wed, 26 Jan 2005 23:30:13 PST, Matt Taggart writes:
>After upgrading exmh today when I click on the Comp button I get an
>Error Info dialog popup with the following contents,

arghl. my silly mistake; i ran into this problem with give-away,
fixed it there but didn't fix it for exmh-async.

the attached small patch fixes the problem (the files concerned are
in /usr/lib/exmh) and yes, this time i've tested it better.
a new version will be uploaded within the next hour.

regards
az

diff -ubr /home/az/x/editor.tcl ./editor.tcl
--- /home/az/x/editor.tcl       Thu Jan 27 18:21:15 2005
+++ ./editor.tcl        Thu Jan 27 18:24:19 2005
@@ -316,7 +316,7 @@
 
 proc EditStart { draft {type prog} } {
     # Start the editor, reusing an existing session if possible
-    global editor exmh mhProfile pgp
+    global editor exmh mhProfile pgp install
 
     Exmh_Debug EditStart $draft $type
 
diff -ubr /home/az/x/seditExtras.tcl ./seditExtras.tcl
--- /home/az/x/seditExtras.tcl  Thu Jan 27 18:21:15 2005
+++ ./seditExtras.tcl   Thu Jan 27 18:22:52 2005
@@ -674,7 +674,7 @@
     destroy $f
 }
 proc SeditSpell { draft f t } {
-    global sedit editor wish argv0
+    global sedit editor wish argv0 install
     set parent [file root $f]
     if {[winfo exists $parent.spell]} {
        destroy $parent.spell
diff -ubr /home/az/x/seditSel.tcl ./seditSel.tcl
--- /home/az/x/seditSel.tcl     Thu Jan 27 18:21:15 2005
+++ ./seditSel.tcl      Thu Jan 27 18:22:36 2005
@@ -130,7 +130,7 @@
 
 
 proc SeditSelSpell { f t } {
-    global sedit editor wish argv0
+    global sedit editor wish argv0 install
 
     set parent [file root $f]
     catch {[destroy $parent.spell]}
-- 
+ Alexander Zangerl + DSA 42BD645D + (RSA 5B586291)
Rex is to Regina as Vax is to... -- Vadim Vygonets

Attachment: pgpLYt23mpbWu.pgp
Description: PGP signature

Reply via email to