reassign 403383 whizzytex quit Dylan Thurston <[EMAIL PROTECTED]> writes:
> Debugger entered--Lisp error: (wrong-type-argument stringp nil) > file-exists-p(nil) The menu-enable property of the `whizzy-view-log' function is buggy, apparently: (defvar whizzy-menu-map [...] (define-key menu-map [whizzy-view-log] '("View log..." . whizzy-view-log)) (put 'whizzy-view-log 'menu-enable '(file-exists-p (whizzy-get whizzy-output-dir))) It should check that `whizzy-get' returns a non-nil value. This probably hides another bug, it looks like this code assumes that it's being run in a buffer where `whizzy-status' is set, but that's not the case here. -- ,''`. : :' : Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]