> (add-hook 'after-change-functions 'yell-at-me)

Usually after-change-functions are only added buffer-locally, like this:

   (add-hook 'after-change-functions 'yell-at-me nil t)


-- Stefan


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to