>>> "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes:
> Akim Demaille <[EMAIL PROTECTED]> wrote: >> >>> "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes: >> >> >> It worked for a while, and no longer works, again. I don't know what >> >> changed (yet?). Any ideas what I could try to find? >> >> > It's now broken with `emacs -q' ? >> >> No, it works for a while. Then I use Emacs normally, and then, if I >> want to use all again, it no longer works. I have no idea what event >> disables it. > Hi, > The last correspondence is almost a year old, but this just occurred to > me. The next time `M-x all' fails to work correctly, please look at the > contents of the variables `before-change-functions' to see if > `all-before-change-function' is included in the list, and > `after-change-functions' to see if `all-after-change-function' is > included in the list. It still does not work for me. > It may be that some code is resetting those hooks. If so, the contents > of those variable will likely provide the answer. In the buffer I tried to use M-x all, I have the following: before-change-functions's value is (all-before-change-function) after-change-functions's value is (all-after-change-function jit-lock-after-change flyspell-after-change-function) I don't know how to change the latter to have only all-after-change-function: set-variable refuses. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

