gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sqlite-dump.el


From: Kevin Ryde
Subject: Re: sqlite-dump.el
Date: Wed, 06 Jan 2010 09:07:14 +1100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Stefan Monnier <address@hidden> writes:
>
> Why not just
>
>   (let ((write-region-post-annotation-function nil))
>     ,@body)

Looks a bit excessive, doesn't it.  It's meant act only on the badness
in the current buffer, not all buffers.  Not that I'm expecting any
writes from other buffers, perhaps except a temp buffer of my own, but
just in case.  I probably should confine the fixup to when
post-annotation is set to kill-buffer, just in case in the future
there's a value there that's actually wanted.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]