Opened 13 years ago
Last modified 12 years ago
#52 reopened defect
UNICODE-COMPLETE-NAME misses a completion
Reported by: | Raymond Toy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Unicode | Version: | 2012-01 |
Keywords: | Cc: |
Description
Consider LISP::UNICODE-COMPLETE-NAME "No")
. This returns
"N" ("" "-Ary_" "E" "Ight_With_Stars" "O" "Or" "Ot" "Ot_" "Otched_" "Otebook" "U") NIL
Note that there's no completion for "o-", which is needed for
#\no-break_space
.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The commit has been reverted, unfixing this. While it fixed the immediate issue, it has other issues like not being able to complete #\hangul_syllable_.
I find that much more useful than not being able to complete #\no-break_space.
Note: See
TracTickets for help on using
tickets.
commit 768d6a348cbad25cfe57d664a3784e639b3878e7 Author: Raymond Toy <toy.raymond@…> Date: Tue Jan 31 19:34:14 2012 -0800