GNU bug report logs -
#13206
24.3.50; FR: insert-char must(?) show characters visually in completion buffer
Previous Next
Reported by: Jambunathan K <kjambunathan <at> gmail.com>
Date: Mon, 17 Dec 2012 13:40:03 UTC
Severity: wishlist
Found in version 24.3.50
Done: Jambunathan K <kjambunathan <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> It will be wonderful if ucs-insert shows the characters visually in the
> completion buffer.
> Here is a proof-of-concept. Install an annotation function.
> (setq completion-extra-properties
> (list :annotation-function 'annotate-ucs-names))
> (defun annotate-ucs-names (name)
> (format "(%s)" (char-to-string (cdr (assoc-string name (ucs-names) t)))))
I'd be happy to install such a patch, yes. Please send it along.
> M-x insert-char RET will give screenshot 1. Note the presence of
> characters visually next to char names. I would have wised to place the
> the glyphs come before the description.
Indeed, placing them before would make sense.
> Now let us install a small /hack/ to minibuffer as shown below. The
> result is as shown in screenshot 2, which I would much prefer.
> (Ofcourse, the insertion itself wouldn't work)
Indeed, this version has various problems. E.g. as a user, I'd often
have trouble figuring out which chars goes with which name.
I agree that the annotation mechanism would deserve improvement.
Stefan
This bug report was last modified 11 years and 194 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.