On Thu, 23 Jul 2009 19:01:46 +0200 Richard Riley <[email protected]> wrote:
RR> Ted Zlatanov <[email protected]> writes: >> You can catch the offender by redefining rfc822.el functions. This is >> rfc822-addresses: >> ... function omitted... >> >> Note the single debug statement I inserted. Hit `C-x C-e' after the >> last parenthesis to use this function; copy it into the *scratch* buffer >> to keep playing with it. RR> Unfortunately I get the following when I evaluate it: RR> ,---- RR> | Debugger entered--Lisp error: (void-variable header-text) RR> | (string-match "\\`[ ]*\\([^][ You're evaluating the function's contents instead of the function definition. Your cursor should be after the last parenthesis, at the position indicated as * in this example: (and buf (kill-buffer buf))))))* Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
