GNU Emacs Lisp Reference Manual - advice Advising Emacs Lisp Functions The advice feature lets you add to the existing definition of a function, by advising the function. This is a clean method for a library to customize functions defined by other parts of Emacs--cleaner than redefining the whole function. in Public bookmarkswith emacslisp
hl-sexp.el --- highlight the current sexp A cheap hack of hl-line.el to highlight the thingy at point instead of the line at point. Sort of inspired by a post by Kent Pitman to CLL in which he ranted about font-locking. You can find the latest version here: <URL:http://oconnor.cx/elisp/hl-sexp.el> in Public bookmarkswith clojureemacslibraries