bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48681: Patch: Make prettify-symbols-mode work with ruby-mode


From: Stefan Monnier
Subject: bug#48681: Patch: Make prettify-symbols-mode work with ruby-mode
Date: Wed, 26 May 2021 22:54:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> +(defconst ruby--prettify-symbols-alist
> +  '(("and" . ?∧)
> +    ("&&" . ?∧)

Are `and` and `&&` absolutely 100% completely totally equivalent in Ruby?

> +    ("or" . ?∨)
> +    ("||" . ?∨)

Same question for `or` and `||`?


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]