GithubHelp home page GithubHelp logo

Comments (3)

wasamasa avatar wasamasa commented on August 10, 2024

This feature is part of a yet to be released Emacs version, so no. Circe supports Emacs 24.4 and above.

from circe.

Thaodan avatar Thaodan commented on August 10, 2024

Would it be worth to reopen this now that Emacs 28.1 has been released?

Note this can be achieved by doing this:

;; Use "C-x 8 RET <type name>"
(defun --set-emoji-font (frame)
  "Adjust the font settings of FRAME so Emacs can display emoji properly."
  (set-fontset-font t 'symbol (font-spec :family "Noto Color Emoji") frame)
  (set-fontset-font t 'symbol (font-spec :family "Segoe UI Emoji") frame 'append)
  (set-fontset-font t 'symbol (font-spec :family "Symbola") frame 'append))
;; For when Emacs is started in GUI mode:
(--set-emoji-font nil)
;; Hook for when a frame is created with emacsclient
;; see https://www.gnu.org/software/emacs/manual/html_node/elisp/Creating-Frames.html
(add-hook 'after-make-frame-functions '--set-emoji-font)

source: dmacs/emacs/init.org#emoji-font

Enabling Unicode icons in emoji mode also helps (emojify-display-style -> unicode).

from circe.

wasamasa avatar wasamasa commented on August 10, 2024

I've looked at smiley.el again and all it does is replacing smileys like :-) with a small image or emoji. That's different from what I've expected (turning emoji glyphs into pretty pictures) and unrelated to the other suggestion (using a supported emoji color font to automatically turn all emoji glyphs into pretty pictures).

In Emacs 28.1, Noto Color Emoji and Symbola are already used, so unless you're on a Win32 system (which might only have Segoe UI), the above customization should not be needed.

from circe.

Related Issues (20)

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.