Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons not displayed when reading email #1

Open
nlamirault opened this issue Jul 11, 2017 · 0 comments
Open

Icons not displayed when reading email #1

nlamirault opened this issue Jul 11, 2017 · 0 comments
Labels

Comments

@nlamirault
Copy link
Owner

nlamirault commented Jul 11, 2017

It seems this function does not work :

;;;###autoload
(defun all-the-icons-gnus-setup ()
  "Add icons for Gnus."
  (advice-add 'gnus-summary-next-article :after 'all-the-icons-gnus--add-faces)
  (all-the-icons-gnus--set-format))

The error :

Debugger entered--Lisp error: (wrong-number-of-arguments (0 . 0) 2)
  all-the-icons-gnus--add-faces(t nil)
  apply(all-the-icons-gnus--add-faces (t nil))
  gnus-summary-next-article(t nil)
  gnus-summary-next-unread-article()
  funcall-interactively(gnus-summary-next-unread-article)
  call-interactively(gnus-summary-next-unread-article nil nil)
  command-execute(gnus-summary-next-unread-article)
@nlamirault nlamirault added the bug label Jul 11, 2017
nlamirault added a commit that referenced this issue Jul 19, 2017
Signed-off-by: Nicolas Lamirault <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant