GNU bug report logs -
#20537
25.0.50; `compose-string-internal` does not work properly on OSX.
Previous Next
Reported by: Keith David Bershatsky <esq <at> lawlist.com>
Date: Sat, 9 May 2015 18:28:02 UTC
Severity: normal
Found in version 25.0.50
Done: "Jan D." <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Sat, 09 May 2015 11:27:15 -0700
> From: Keith David Bershatsky <esq <at> lawlist.com>
>
> The function `compose-string-internal` does not work properly when running Emacs built on OSX. The following example works on Windows, but not OSX -- it "should be" the letter A with a pipe running through the center of the letter A. Depending upon the arguments passed to `compose-string-internal` when using Emacs on OSX, the pipe is either displayed to the right (at various distances) or is not visible at all -- it never displays "on top of" the target character.
>
> (defun test-fn ()
> (interactive)
> (message (compose-string-internal "A|" 0 (length "A|"))))
Character composition depends on the font driver doing TRT. Which
font driver does your Emacs use, and does that driver support complex
text layout?
This bug report was last modified 10 years and 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.