unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: William Denton <wtd@pobox.com>,
	48681@debbugs.gnu.org, Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#48681: Patch: Make prettify-symbols-mode work with ruby-mode
Date: Sat, 29 May 2021 08:10:37 +0200	[thread overview]
Message-ID: <871r9qrrxe.fsf@gnus.org> (raw)
In-Reply-To: <33f32ea5-7fbb-7823-b475-2ae99354fecb@yandex.ru> (Dmitry Gutov's message of "Thu, 27 May 2021 21:02:05 +0300")

Dmitry Gutov <dgutov@yandex.ru> writes:

> I'd recommend to just use the list from perl-mode:
>
>   '(("->"  . ?→)
>     ("=>"  . ?⇒)
>     ("::" . ?∷))
>
> and also add the ("lambda" . ?λ) mapping to it.

I've now applied William's patch, tweaking for the comments from Stefan
and Dmitry, and ended up with:

(defconst ruby--prettify-symbols-alist
  '(("<=" . ?≤)
    (">=" . ?≥)
    ("->"  . ?→)
    ("=>"  . ?⇒)
    ("::" . ?∷)
    ("lambda" . ?λ))

Feel free to tweak further.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2021-05-29  6:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26 17:26 bug#48681: Patch: Make prettify-symbols-mode work with ruby-mode William Denton
2021-05-26 22:10 ` Lars Ingebrigtsen
2021-05-27  1:54   ` William Denton
2021-05-27  2:54     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-05-27  3:52       ` William Denton
2021-05-27 18:02         ` Dmitry Gutov
2021-05-29  6:10           ` Lars Ingebrigtsen [this message]
2021-05-29 11:07             ` Dmitry Gutov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871r9qrrxe.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=48681@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    --cc=monnier@iro.umontreal.ca \
    --cc=wtd@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).