On 27 May 2021, Lars Ingebrigtsen wrote: > And then later the commented-out ?∧ (etc) stuff was removed, so I'm > wondering: > >> +(defconst ruby--prettify-symbols-alist >> + '(("and" . ?∧) >> + ("or" . ?∨)) >> + "Value for `prettify-symbols-alist' in `ruby-mode'.") > > Whether this is something that users of symbol prettification would > appreciate or not. Since I use neither prettification or write Ruby, I > have no opinion here. Perhaps Stefan has? (Added to the CCs.) This got me thinking, and I added four more prettifications (see attached patch) for &&, ||, <= and >=, which are all very basic. I just hack on Ruby, but I use it a lot. I think that anyone writing Ruby in Emacs who already has prettify-symbols-mode turned on (and is seeing it work with Python, R, Org, etc.) would, when they see this start working, say, "Hey, that's nice." Thanks for looking at the patch. Cheers, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator.