Reuben Thomas writes:
I have mouse-avoidance-fancy-hook in my post-command-hook, and this
seems to cause a problem: sometimes when I switch from one buffer
to another I get an error such as:
(1) (error/warning) Error in `post-command-hook' (setting hook to nil):
(args-out-of-range *Help: key `C-u'* 4532 31)
Wrapping a condition-case around mouse-avoidance-fancy-hook seems
to stop this problem. The complete contents of my post-command-hook
is:
(blink-cursor-post-command-hook mouse-avoidance-fancy-hook
paren-highlight)
but wrapping either of the other two functions in condition-case
doesn't help, so I'm guessing it's not their fault.
FWIW I see this too. I took mouse-avoidance-fancy-hook out of my
post-command-hook and it went away.
Fri Jun 8 15:05:56 EDT 2001 i686 unknown
CYGWIN_NT-4.0 PASTON 1.3.3(0.46/3/2) 2001-09-12 23:54 i686 unknown
XEmacs 21.4.4 "Artificial Intelligence" configured for
`i686-pc-linux'.
XEmacs 21.5 (beta3) "asparagus" [Lucid] (i686-pc-cygwin) of Thu Sep
20 2001 on PASTON
- Phil