close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 12 years ago

Last modified 11 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 12 years ago by toy.raymond@…

Resolution: fixed
Status: newclosed

commit 768d6a348cbad25cfe57d664a3784e639b3878e7 Author: Raymond Toy <toy.raymond@…> Date: Tue Jan 31 19:34:14 2012 -0800

Fix ticket:52.

Thanks to Paul Foley for rewriting UNICODE-COMPLETE-NAME to make it work.

comment:2 Changed 11 years ago by Raymond Toy

Resolution: fixed
Status: closedreopened

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.