[mew-int 00572] Re: Using Edebug w/ Mew

sen_ml at example.com sen_ml at example.com
Wed Nov 14 23:12:08 JST 2001


There was a typo in the usage instructions (also in the comments of
the code).

From: sen_ml at example.com
Subject: [mew-int 00570] Using Edebug w/ Mew
Date: Wed, 14 Nov 2001 10:12:55 +0900 (JST)

>   2) Put: 
> 
>        (add-hook 'mew-init-hook
>                  '(lambda ()
>                     (require 'mew-edebug.el)))
> 
>      in your .emacs.

This is incorrect.  A corrected version follows:

   2) Put: 
 
        (add-hook 'mew-init-hook
                  '(lambda ()
                     (require 'mew-edebug)))
 
      in your .emacs.



More information about the Mew-int mailing list