Re: post-upgrade Log no longer works.
Harvey Eneman <[email protected]> Mon, 09 Sep 2013 22:16:15 -0700
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Andy,
It's been a while, but I found it necessary to apply the following patch for
logging to work. Perhaps you're having the same issue.
Regards,
Harv
diff -rc exmh-130109.orig/lib/main.tcl exmh/lib/main.tcl
*** exmh-130109.orig/lib/main.tcl 2005-04-04 18:38:52.000000000 -0700
--- exmh/lib/main.tcl 2012-04-24 13:40:07.000000000 -0700
***************
*** 405,410 ****
--- 405,411 ----
if [info exists exmh(log)] {
catch {
# $exmh(log) insert end " [bw_delta] "
+ catch {
$exmh(log) insert end [clock format [clock seconds] -format "%H:%M:%S "]
global tcl_version
if {$tcl_version >= 8.3} {
***************
*** 431,436 ****
--- 432,438 ----
set exmh(logLastClicks) $now
set exmh(logLastSeconds) $sec
}
+ }
$exmh(log) insert end $stuff
$exmh(log) insert end \n
if {$exmh(logYview)} {
_______________________________________________
Exmh-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/exmh-users
(unnamed)
(message/rfc822, 5 KB) - not displayed
signature.asc
(application/pgp-signature, 226 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Exmh version 2.7.2 01/07/2005 iD8DBQFSLqsfJWLrSYxEfJMRAg9jAKCg0awLWtEdJO4G/HqRzQn70VzCSwCg4buK AzeIsqC/+i8Ig+JwCs0/mlc= =0i4Z -----END PGP SIGNATURE-----