projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a703c7
)
* lisp/gnus/gnus-sum.el (gnus-summary-search-article):
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Tue, 1 Sep 2015 06:15:35 +0000
(06:15 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Tue, 1 Sep 2015 06:15:35 +0000
(06:15 +0000)
Ensure that the article where the search word is found is displayed
and pointed to in the summary buffer.
lisp/gnus/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-sum.el
b/lisp/gnus/gnus-sum.el
index e4c144b92371caa2b710a68b0ce8afc2683845a4..447bd5d56f29da3db91d68a954bfe63a447a4bd7 100644
(file)
--- a/
lisp/gnus/gnus-sum.el
+++ b/
lisp/gnus/gnus-sum.el
@@
-9489,6
+9489,7
@@
Optional argument BACKWARD means do search for backward.
;; Return whether we found the regexp.
(when (eq found 'found)
(goto-char point)
+ (sit-for 0) ;; Ensure that the point is visible in the summary window.
(gnus-summary-show-thread)
(gnus-summary-goto-subject gnus-current-article)
(gnus-summary-position-point)