all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Do Emacs support font ligatures?
@ 2016-09-25 19:11 Oleksandr Gavenko
  2016-09-26  2:31 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Gavenko @ 2016-09-25 19:11 UTC (permalink / raw)
  To: help-gnu-emacs

Today raising popularity of programming fonts with ligatures:

* https://github.com/i-tu/Hasklig
* https://github.com/tonsky/FiraCode
* https://github.com/larsenwork/monoid

Of course Emacs has trick with

  (font-lock-add-keywords
   'emacs-lisp-mode
   `(("(\\<\\(lambda\\)\\>"
      (1 (progn (compose-region (match-beginning 1) (match-end 1) ,(make-char 'greek-iso8859-7 107)) font-lock-keyword-face)) )))

and I think even formalized library:

  prettify-symbols-mode

but I interested if ligatures supported by font rendering engines behind
Emacs.

Actually author of FiraCode collect tricks how to achieve similar effect in
Emacs with his font:

  https://github.com/tonsky/FiraCode/wiki/Setting-up-Emacs

-- 
http://defun.work/




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-27 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-25 19:11 Do Emacs support font ligatures? Oleksandr Gavenko
2016-09-26  2:31 ` Eli Zaretskii
2016-09-26 20:32   ` Oleksandr Gavenko
2016-09-27 14:26     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.