Giter Site home page Giter Site logo

all-the-icons-gnus's Introduction

Hi there πŸ‘‹

  • πŸ”­ I work at Swan as a Senior Devops.
  • ✍️ Sometimes, I hack on some free software projects (Kubernetes echosystem, Terraform providers, HomeAutomation, ...).
  • πŸ’¬ Let's Get In Touch! I am always looking for projects and opportunities.
  • πŸ“« You can find me on Twitter, GitHub... All of my profiles and identities including my public key are verified on Keybase.
  • ⚑ Fun fact: I'm a Pilorari and a free skieur

Twitter LinkedIn GitHub GitHub

πŸš€ Tools

aws gcp azure azure azure azure kubernetes github

argocd fluxcd opengitops keptn openslo

opentelemetry prometheus cortex thanos jaeger loki grafana tempo mimir mimir

vault falco trivy tetragon keda kyverno Karpenter litmus-chaos chaos-mesh

linux terraform ansible packer crossplane ACK

go python rust



all-the-icons-gnus's People

Contributors

nlamirault avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

all-the-icons-gnus's Issues

Icons not displayed when reading email

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)

Threading is broken when enabled

As the title says threading is broken when the plugin is enabled as the plugin overrides the symbols that are used for that as it seems.

My a snippet of my config:

(use-package gnus
  :config
  (setq gnus-thread-hide-subtree t)
  (setq gnus-thread-ignore-subject t
        gnus-article-sort-functions '(gnus-article-sort-by-number)
        gnus-thread-sort-functions  '(gnus-thread-sort-by-number
                                      gnus-thread-sort-by-date))
  ;; ;; En plus :  trier les threads en fonctions de la  date la plus rΓ©cente
  (setq gnus-thread-sort-functions
        '(gnus-thread-sort-by-number gnus-thread-sort-by-most-recent-date))

  (setq gnus-subthread-sort-functions
        '(gnus-thread-sort-by-number gnus-thread-sort-by-date))
  (setq gnus-sort-gathered-threads-function 'gnus-thread-sort-by-date)

  ;; fancy summary
  (setq gnus-summary-line-format "%U|%R|%z|%ur|%(%-20&user-date;|%-30B%[%5L: %-40n%] %s%)\n")
  (setq gnus-summary-make-false-root 'dummy
        gnus-sum-thread-tree-false-root      "β”ˆβ”€β–Ί"
        gnus-sum-thread-tree-single-indent   "β—ˆ   "
        gnus-sum-thread-tree-root            "●   "
        gnus-sum-thread-tree-vertical        "β”‚   "
        gnus-sum-thread-tree-leaf-with-other "β”œβ”€β–Ί"
        gnus-sum-thread-tree-single-leaf     "╰─►"
        gnus-sum-thread-tree-indent          "    "))

(use-package all-the-icons-gnus
  :config
  (all-the-icons-gnus-setup))

calendar glyph not showing in imap or nntp

i am having a problem getting the calendar glyph to show up in imap mailboxes and nntp feeds. in place of it i am getting:

\356\244\226

all other glyphs show up as expected. the fonts are installed in ~/fonts. here is the relevent portion of my ~/.gnus configuration file:

(require 'all-the-icons-gnus)
(all-the-icons-gnus-setup)
(setq default-enable-multibyte-characters t)
(prefer-coding-system 'utf-8-unix)

i am using emacs 27.2 on openbsd 6.9 on a raspberry pi 4 B 8gb model. i have another raspberry pi 4B 8gb model with the same setup and the calendar glyph shows up fine on it so i am having trouble determing what the difference is. what can i do to get all the glyphs to show? thanks for all your work on this i enjoy the icons in gnus!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.