Toby,

thank you so much for writing undo-tree.el. I have been using it for
some days now, and it just feels ontologically right: undo history
/is/ a tree, as everyone who has used a version control system knows.
Indeed, the package is essentially a miniature VCS for buffer states!

There is a slight problem when using it together with Gascoigne's
Windows port of gnuserv.el, whose redefinition of `kill-buffer' needs
an explicit argument. The following patch fixes the problem:

@@ -1695 +1695 @@
-  (kill-buffer))
+  (kill-buffer (current-buffer)))

Vegard
_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to