Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug, profile, packages, and more.
GNU General Public License v3.0
683
stars
93
forks
source link
Error with completion-at-point on empty space #724
Closed
greghendershott closed 1 month ago
M-x completion-at-point
.Expected result: Nothing happens.
Result: A
*Backtrace*
buffer with:Likely fix:
racket--call-with-completion-prefix-positions
needs to check for this condition, including avoiding a multi-line span.