Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
54451ffa
Commit
54451ffa
authored
Apr 01, 2013
by
Andrew Cohen
Committed by
Katsumi Yamaoka
Apr 01, 2013
Browse files
gnus-msg.el: Add nnir-article-* autoloads;
nnir.el: Improve mark updating in original groups
parent
15c579f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+8
-0
lisp/gnus/gnus-msg.el
lisp/gnus/gnus-msg.el
+4
-0
lisp/gnus/nnir.el
lisp/gnus/nnir.el
+5
-0
No files found.
lisp/gnus/ChangeLog
View file @
54451ffa
2013-04-01 Andrew Cohen <cohen@bu.edu>
* nnir.el (nnir-request-update-mark): Improve mark updating in original
group.
* gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
fix compilation.
2013-03-31 Andrew Cohen <cohen@bu.edu>
* nnir.el (nnir-method-default-engines): And another typo.
...
...
lisp/gnus/gnus-msg.el
View file @
54451ffa
...
...
@@ -415,6 +415,10 @@ Thank you for your help in stamping out bugs.
(gnus-inews-make-draft-meta-information
,(gnus-group-decoded-name gnus-newsgroup-name) ',articles)))
(autoload 'nnir-article-number "
nnir
" nil nil 'macro)
(autoload 'nnir-article-group "
nnir
" nil nil 'marcro)
(defvar gnus-article-reply nil)
(defmacro gnus-setup-message (config &rest forms)
(let ((winconf (make-symbol "
gnus-setup-message-winconf
"))
...
...
lisp/gnus/nnir.el
View file @
54451ffa
...
...
@@ -841,6 +841,11 @@ skips all prompting."
(gnus-summary-read-group-1 backend-article-group t t nil
nil (list backend-article-number))))
(deffoo nnir-request-update-mark (group article mark)
(let ((artgroup (nnir-article-group article))
(artnumber (nnir-article-number article)))
(gnus-request-update-mark artgroup artnumber mark)))
(deffoo nnir-request-update-info (group info &optional server)
(let ((articles-by-group
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment