[PATCH] emacs: Don't record undo information for search or show buffers.

2011-11-24 Thread David Bremner
On Sun, 20 Nov 2011 20:00:55 -0500, Austin Clements wrote: > There's no reason to record undo information for read-only, > programmatically-constructed buffers. The undo list just chews up > memory keeping track of our calls to insert. Pushed. d

Re: [PATCH] emacs: Don't record undo information for search or show buffers.

2011-11-24 Thread David Bremner
On Sun, 20 Nov 2011 20:00:55 -0500, Austin Clements amdra...@mit.edu wrote: There's no reason to record undo information for read-only, programmatically-constructed buffers. The undo list just chews up memory keeping track of our calls to insert. Pushed. d

[PATCH] emacs: Don't record undo information for search or show buffers.

2011-11-21 Thread Dmitry Kurochkin
On Sun, 20 Nov 2011 20:00:55 -0500, Austin Clements wrote: > There's no reason to record undo information for read-only, > programmatically-constructed buffers. The undo list just chews up > memory keeping track of our calls to insert. Makes sense and looks good! Regards, Dmitry > --- >

[PATCH] emacs: Don't record undo information for search or show buffers.

2011-11-20 Thread Austin Clements
There's no reason to record undo information for read-only, programmatically-constructed buffers. The undo list just chews up memory keeping track of our calls to insert. --- emacs/notmuch-show.el |2 ++ emacs/notmuch.el |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff

[PATCH] emacs: Don't record undo information for search or show buffers.

2011-11-20 Thread Austin Clements
There's no reason to record undo information for read-only, programmatically-constructed buffers. The undo list just chews up memory keeping track of our calls to insert. --- emacs/notmuch-show.el |2 ++ emacs/notmuch.el |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff

Re: [PATCH] emacs: Don't record undo information for search or show buffers.

2011-11-20 Thread Dmitry Kurochkin
On Sun, 20 Nov 2011 20:00:55 -0500, Austin Clements amdra...@mit.edu wrote: There's no reason to record undo information for read-only, programmatically-constructed buffers. The undo list just chews up memory keeping track of our calls to insert. Makes sense and looks good! Regards, Dmitry