projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5f26c
)
Further tweak point placement on gnus-summary-select-article-buffer
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 13 Apr 2018 19:58:25 +0000
(21:58 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 13 Apr 2018 19:58:25 +0000
(21:58 +0200)
* lisp/gnus/gnus-sum.el (gnus-summary-select-article-buffer):
Place point in the empty space between headers and body.
lisp/gnus/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-sum.el
b/lisp/gnus/gnus-sum.el
index 0a7b233a480c3698e19d80057bc47b255c5c322a..aed5aaf01eb78f030b646247747231b5fdfaa449 100644
(file)
--- a/
lisp/gnus/gnus-sum.el
+++ b/
lisp/gnus/gnus-sum.el
@@
-7071,7
+7071,8
@@
buffer."
;; If we've just selected the message, place point at the start of
;; the body because that's probably where we want to be.
(when (bobp)
- (article-goto-body))))
+ (article-goto-body)
+ (forward-char -1))))
(defun gnus-summary-universal-argument (arg)
"Perform any operation on all articles that are process/prefixed."