Hi, On Mon, Aug 20, 2007 at 12:08:06AM +0200, Johannes Weiner wrote: > Hi Emacs-hackers, > > here is a patch that extracts last-sexp from already existing code so that one > can use last-sexp for other purposes too. My real goals where of course, interactive macro expansion while editing lisp code. So I implemented that also. The result is now a more generalized operation functionality on the sexp before point. I promise to write documentation for the rest of the new functions if the actual code is agreed upon. > Note: I ripped out the let-binding of `stap' in the original code because it > looked stale. Please correct me if I am wrong. The old patch is superseeded by the new one. Hannes