notmuch/emacs
Dmitry Kurochkin b6862c7eb9 Carefully manage save/restore of point in `notmuch-wash-toggle-invisible-action'.
Before the change, save-excursion was used to save the point.  But the
marker saved by save-excursion was inside a region that was deleted,
so that approach is unreliable, (leading to point jumping to a new
position past the button). This patch instead saves point in an
integer variable, and when restoring, carefully avoids moving point
past the button, (in case the new button label is shorter than the old
button label).
2011-05-24 16:33:09 -07:00
..
coolj.el emacs: Add more functions to clean up text/plain parts 2010-04-26 10:05:46 -07:00
Makefile emacs: Move emacs UI (currently just one file) to subdirectory. 2010-03-09 12:13:33 -08:00
Makefile.local build: Add support for non-source-directory builds. 2011-03-09 15:10:03 -08:00
notmuch-address.el emacs: Tell the user how many addresses matched when completing 2010-04-26 10:58:42 -07:00
notmuch-hello.el Don't use kill-this-buffer to kill notmuch emacs buffers 2010-11-08 09:02:54 -08:00
notmuch-lib.el emacs: Add an accessor function for emacs code to get at user.other_email 2011-05-24 14:43:48 -07:00
notmuch-logo.png emacs: Add notmuch-hello.el, a friendly frontend to notmuch 2010-04-23 12:50:18 -07:00
notmuch-maildir-fcc.el emacs: Use truenames for Fcc paths. 2010-12-07 13:47:59 -08:00
notmuch-message.el emacs: add notmuch-before- and notmuch-after-tag-hook 2011-05-24 13:28:41 -07:00
notmuch-mua.el emacs: Eliminate duplicate From header in replies. 2010-10-27 18:44:05 -07:00
notmuch-query.el emacs: send notmuch-query stderr to /dev/null 2011-01-27 14:44:05 +10:00
notmuch-show.el emacs: add notmuch-before- and notmuch-after-tag-hook 2011-05-24 13:28:41 -07:00
notmuch-wash.el Carefully manage save/restore of point in `notmuch-wash-toggle-invisible-action'. 2011-05-24 16:33:09 -07:00
notmuch.el emacs: add notmuch-before- and notmuch-after-tag-hook 2011-05-24 13:28:41 -07:00