Re: post-upgrade Log no longer works.

"Andy Bradford" <[email protected]> 10 Sep 2013 00:36:05 -0600
Newsgroups gmane.mail.exmh.user
Message-ID <[email protected]>
Thus said "Andy Bradford" on 09 Sep 2013 23:54:19 -0600:

> Seems like a bug in Tcl proper.

I  was  wrong, it  looks  like  a bug  in  Exmh.  It renames  source  to
source-orig:

if {$exmh(sourceHook) && [info command source-orig] ==  ""} {
    rename source source-orig
    proc source {file} {
         global SourceHook
         set result [uplevel 1 [list source-orig $file]]
         set fn [file rootname [file tail $file]]
         if [info exists SourceHook($fn)] {
            if [catch {uplevel 1 $SourceHook($fn)} err] {
                Exmh_Status "Error in source hook for $fn: $err" warning
            }
         }
         return $result
    }
}

But doesn't allow for all the options to source.

I think I can  work around this by causing exmh to use  8.4, but I'm not
sure yet.

Andy
-- 
TAI64 timestamp: 40000000522ebdf5