[PATCH] emacs: Avoid unnecessary markers.

2011-11-24 Thread David Bremner
On Sun, 20 Nov 2011 20:07:02 -0500, Austin Clements wrote: > This is just cleanup. These markers are all immediately resolved to > points by Emacs, so using markers here is just unncessary overhead. Pushed. d

Re: [PATCH] emacs: Avoid unnecessary markers.

2011-11-24 Thread David Bremner
On Sun, 20 Nov 2011 20:07:02 -0500, Austin Clements wrote: > This is just cleanup. These markers are all immediately resolved to > points by Emacs, so using markers here is just unncessary overhead. Pushed. d ___ notmuch mailing list notmuch@notmuchma

[PATCH] emacs: Avoid unnecessary markers.

2011-11-21 Thread Dmitry Kurochkin
On Sun, 20 Nov 2011 20:07:02 -0500, Austin Clements wrote: > This is just cleanup. These markers are all immediately resolved to > points by Emacs, so using markers here is just unncessary overhead. > --- > I originally did this for performance, since Emacs has to scan all > un-GC'd markers on ev

[PATCH] emacs: Avoid unnecessary markers.

2011-11-20 Thread Austin Clements
This is just cleanup. These markers are all immediately resolved to points by Emacs, so using markers here is just unncessary overhead. --- I originally did this for performance, since Emacs has to scan all un-GC'd markers on every buffer change, but it turns out to matter notmuch. emacs/notmuch

Re: [PATCH] emacs: Avoid unnecessary markers.

2011-11-20 Thread Dmitry Kurochkin
On Sun, 20 Nov 2011 20:07:02 -0500, Austin Clements wrote: > This is just cleanup. These markers are all immediately resolved to > points by Emacs, so using markers here is just unncessary overhead. > --- > I originally did this for performance, since Emacs has to scan all > un-GC'd markers on ev

[PATCH] emacs: Avoid unnecessary markers.

2011-11-20 Thread Austin Clements
This is just cleanup. These markers are all immediately resolved to points by Emacs, so using markers here is just unncessary overhead. --- I originally did this for performance, since Emacs has to scan all un-GC'd markers on every buffer change, but it turns out to matter notmuch. emacs/notmuch