]> git.eshelyaron.com Git - emacs.git/commit
textmodes/ispell.el: Experimental support for support debugging.
authorAgustín Martín <agustin.martin@hispalinux.es>
Tue, 6 Nov 2012 16:22:09 +0000 (17:22 +0100)
committerAgustín Martín <agustin.martin@hispalinux.es>
Tue, 6 Nov 2012 16:22:09 +0000 (17:22 +0100)
commitb159a1fd9ba32e72058beff12f185f7c2df55d70
tree30407576165e047c09f50f8d891b4ef5f2b5878a
parentf0704a9a28fcc441a8950c76b048001d11cdc1dd
textmodes/ispell.el: Experimental support for support debugging.

 * (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
   buffer for ispell.
 * (ispell-print-if-debug): New function to print stuff to
   `ispell-debug-buffer' if debugging is enabled.
 * (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
   show some debugging info.
 * (ispell-buffer-with-debug): New function that creates a debugging
   buffer and calls `ispell-buffer' with debugging enabled.  This is also
   en example of a possible way to use this system.
lisp/ChangeLog
lisp/textmodes/ispell.el