Skip to content

new emoji completions!#61464

Open
rokke-git wants to merge 2 commits intoJuliaLang:masterfrom
rokke-git:emoji-v16
Open

new emoji completions!#61464
rokke-git wants to merge 2 commits intoJuliaLang:masterfrom
rokke-git:emoji-v16

Conversation

@rokke-git
Copy link
Copy Markdown
Contributor

@rokke-git rokke-git commented Apr 1, 2026

happy april fools! it's that time of year again‼️

this pr combines changes from #61391 and #60263 into one single update. it:

  • updates emoji completions to include v1️⃣6️⃣.0️⃣.0️⃣
  • adds completions for combining emoji 🇳🇱
  • enables reverse searching latex strings like \?arrowTab

many of the text arrows updated to the \ufe0f version already had a latex version, added \*blackarrow to mimic \*whitearrow and new \curvearrow*s for the remaining ones

solves #56935

@rokke-git
Copy link
Copy Markdown
Contributor Author

(size threshold increased since this takes manual/unicode-input from 778.23 to 965.54 KiB)

@giordano giordano added REPL Julia's REPL (Read Eval Print Loop) 😃🍕 and other emoji completions Tab and autocompletion in the repl labels Apr 1, 2026
@rokke-git rokke-git force-pushed the emoji-v16 branch 8 times, most recently from 73e21ba to 68cd23d Compare April 1, 2026 20:59
@rokke-git
Copy link
Copy Markdown
Contributor Author

rokke-git commented Apr 1, 2026

significantly reduced the extra stuff I was adding in here. been playing around with the added combining names from enabling multi-character emoji and it basically solves the problem that I was trying to fix with the splitting syntax I had. adding \zwj fixes the help text so the extra stuff there isn't really needed.

I kept the latex reverse-lookup since we really do have a lot of arrows and almost none of them start with the word arrow. I took out the splitting there as well to make things simpler, especially since the behavior is a tad confusing if you have multiple search strings and you happen to get results whose first letter all match

the real diff summary is something like +26 -12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

😃🍕 and other emoji completions Tab and autocompletion in the repl REPL Julia's REPL (Read Eval Print Loop)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants