[ESS-bugs] ess-mode 5.3.8; after-change-functions; RET at end of file
Martin Maechler
maechler at stat.math.ethz.ch
Thu Nov 27 09:06:50 CET 2008
>>>>> "MM" == Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Thu, 27 Nov 2008 08:55:54 +0100 writes:
[...........]
MM> So we can *simplify* the code a bit in the direction you
MM> indicated:
Sorry, of course the following is more than just a
simplification for e.g. for Xemacs.
MM> (if (or (<= emacs-major-version 20)
MM> (featurep 'xemacs)) ;; Xemacs or very old GNU Emacs
MM> (make-local-hook 'after-change-functions))
MM> (add-hook 'after-change-functions 'noweb-after-change-function nil t)
I'll commit that and make new testing file available on
ftp://stat.ethz.ch/U/maechler/ESS/
Martin
More information about the ESS-bugs
mailing list