Package: emacs;
Reported by: Carsten Bormann <cabo <at> tzi.org>
Date: Sun, 20 Oct 2013 11:24:01 UTC
Severity: normal
Found in version 24.3.50
Done: Alan Third <alan <at> idiocy.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15660 in the body.
You can then email your comments to 15660 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
bug-gnu-emacs <at> gnu.org
:bug#15660
; Package emacs
.
(Sun, 20 Oct 2013 11:24:02 GMT) Full text and rfc822 format available.Carsten Bormann <cabo <at> tzi.org>
:bug-gnu-emacs <at> gnu.org
.
(Sun, 20 Oct 2013 11:24:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Carsten Bormann <cabo <at> tzi.org> To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org> Subject: 24.3.50; (NS) Non-BMP character π not shown Date: Sun, 20 Oct 2013 13:22:25 +0200
(insert-char 128276 1 t) The inserted character is shown only as a background-color box, although the system has fonts for that character (Apple Color Emoji, on this machine Symbola too). (what-cursor-position t) says: position: 192 of 192 (99%), column: 0 character: π (displayed as π) (codepoint 128276, #o372424, #x1f514) preferred charset: unicode (Unicode (ISO10646)) code point in charset: 0x1F514 script: symbol syntax: w which means: word category: .:Base to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME" buffer code: #xF0 #x9F #x94 #x94 file code: #xF0 #x9F #x94 #x94 (encoded by coding system utf-8-unix) display: no font available Character code properties: customize what to show name: BELL general-category: So (Symbol, Other) decomposition: (128276) ('π') There are text properties here: fontified t [back] In GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-10-10 on bob.porkrind.org Bzr revision: 114607 dmantipov <at> yandex.ru-20131010064842-eugyifr3x73asbyp Windowing system distributor `Apple', version 10.3.1187 Configured using: `configure --host=x86_64-apple-darwin --build=i686-apple-darwin --with-ns' Important settings: value of $LC_CTYPE: UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Info Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-8 C-x 8 RET B E L L <return> <menu-bar> <help-menu> <emacs-manual-bug> <menu-bar> <help-menu> <send-em acs-bug-report> Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils jka-compr info easymenu iso-transl time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs)
bug-gnu-emacs <at> gnu.org
:bug#15660
; Package emacs
.
(Sun, 20 Oct 2013 17:37:02 GMT) Full text and rfc822 format available.Message #8 received at 15660 <at> debbugs.gnu.org (full text, mbox):
From: Jan DjΓ€rv <jan.h.d <at> swipnet.se> To: Carsten Bormann <cabo <at> tzi.org> Cc: 15660 <at> debbugs.gnu.org Subject: Re: bug#15660: 24.3.50; (NS) Non-BMP character π not shown Date: Sun, 20 Oct 2013 19:36:50 +0200
Hello. This is a general problem with Emacs fontsets, they don't handle Emoji well. Maybe we shouid have OSX-specific fontsets. You can try to append Apple Color Emoji as a fallback, by putting this in your .emacs: (set-fontset-font t nil (font-spec :family "Apple Color Emoji") nil 'append) Jan D. 20 okt 2013 kl. 13:22 skrev Carsten Bormann <cabo <at> tzi.org>: > (insert-char 128276 1 t) > > The inserted character is shown only as a background-color box, although > the system has fonts for that character (Apple Color Emoji, on this machine Symbola too). > > (what-cursor-position t) says: > > position: 192 of 192 (99%), column: 0 > character: π (displayed as π) (codepoint 128276, #o372424, #x1f514) > preferred charset: unicode (Unicode (ISO10646)) > code point in charset: 0x1F514 > script: symbol > syntax: w which means: word > category: .:Base > to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME" > buffer code: #xF0 #x9F #x94 #x94 > file code: #xF0 #x9F #x94 #x94 (encoded by coding system utf-8-unix) > display: no font available > > Character code properties: customize what to show > name: BELL > general-category: So (Symbol, Other) > decomposition: (128276) ('π') > > There are text properties here: > fontified t > > [back] > > In GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) > of 2013-10-10 on bob.porkrind.org > Bzr revision: 114607 dmantipov <at> yandex.ru-20131010064842-eugyifr3x73asbyp > Windowing system distributor `Apple', version 10.3.1187 > Configured using: > `configure --host=x86_64-apple-darwin --build=i686-apple-darwin > --with-ns' > > Important settings: > value of $LC_CTYPE: UTF-8 > locale-coding-system: utf-8-unix > default enable-multibyte-characters: t > > Major mode: Info > > Minor modes in effect: > tooltip-mode: t > mouse-wheel-mode: t > tool-bar-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > blink-cursor-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > buffer-read-only: t > line-number-mode: t > transient-mark-mode: t > > Recent input: > C-x C-8 C-x 8 RET B E L L <return> <menu-bar> <help-menu> > <emacs-manual-bug> <menu-bar> <help-menu> <send-em > acs-bug-report> > > Recent messages: > For information about GNU Emacs and the GNU system, type C-h C-a. > > Load-path shadows: > None found. > > Features: > (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml > mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev > gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util > mail-prsvr mail-utils jka-compr info easymenu iso-transl time-date > tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd > fontset image regexp-opt fringe tabulated-list newcomment lisp-mode > prog-mode register page menu-bar rfn-eshadow timer select scroll-bar > mouse jit-lock font-lock syntax facemenu font-core frame cham georgian > utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean > japanese hebrew greek romanian slovak czech european ethiopic indian > cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev > minibuffer nadvice loaddefs button faces cus-face macroexp files > text-properties overlay sha1 md5 base64 format env code-pages mule > custom widget hashtable-print-readable backquote make-network-process ns > multi-tty emacs) > > >
Alan Third <alan <at> idiocy.org>
:Carsten Bormann <cabo <at> tzi.org>
:Message #13 received at 15660-done <at> debbugs.gnu.org (full text, mbox):
From: Alan Third <alan <at> idiocy.org> To: Carsten Bormann <cabo <at> tzi.org> Cc: 15660-done <at> debbugs.gnu.org Subject: Re: bug#15660: 24.3.50; (NS) Non-BMP character π not shown Date: Thu, 17 Aug 2017 21:31:24 +0100
Carsten Bormann <cabo <at> tzi.org> writes: > (insert-char 128276 1 t) > > The inserted character is shown only as a background-color box, although > the system has fonts for that character (Apple Color Emoji, on this machine Symbola too). > > (what-cursor-position t) says: > > position: 192 of 192 (99%), column: 0 > character: π (displayed as π) (codepoint 128276, #o372424, #x1f514) > preferred charset: unicode (Unicode (ISO10646)) > code point in charset: 0x1F514 > script: symbol > syntax: w which means: word > category: .:Base > to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME" > buffer code: #xF0 #x9F #x94 #x94 > file code: #xF0 #x9F #x94 #x94 (encoded by coding system utf-8-unix) > display: no font available > > Character code properties: customize what to show > name: BELL > general-category: So (Symbol, Other) > decomposition: (128276) ('π') > > There are text properties here: > fontified t Hi, I can see this bell character fine using Symbola on Emacs 25+. I think it's probably been fixed at some point in the past. For more information on color emojis on macos see: https://lists.gnu.org/archive/html/emacs-devel/2016-06/msg00630.html I'm going to close this bug report, but if you're still not seeing emojis using Symbola, please reply and let us know. -- Alan Third
bug-gnu-emacs <at> gnu.org
:bug#15660
; Package emacs
.
(Thu, 17 Aug 2017 21:02:02 GMT) Full text and rfc822 format available.Message #16 received at 15660 <at> debbugs.gnu.org (full text, mbox):
From: Carsten Bormann <cabo <at> tzi.org> To: 15660 <at> debbugs.gnu.org Subject: Re: bug#15660: closed (Re: bug#15660: 24.3.50; (NS) Non-BMP character π not shown) Date: Thu, 17 Aug 2017 23:01:05 +0200
Indeed, using 26.0.50, I no longer see the problem either. So I agree with you having closed the old ticket. GrΓΌΓe, Carsten > On Aug 17, 2017, at 22:32, GNU bug Tracking System <help-debbugs <at> gnu.org> wrote: > > Your bug report > > #15660: 24.3.50; (NS) Non-BMP character π not shown > > which was filed against the emacs package, has been closed. > > The explanation is attached below, along with your original report. > If you require more details, please reply to 15660 <at> debbugs.gnu.org. > > -- > 15660: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15660 > GNU Bug Tracking System > Contact help-debbugs <at> gnu.org with problems > > From: Alan Third <alan <at> idiocy.org> > Subject: Re: bug#15660: 24.3.50; (NS) Non-BMP character π not shown > Date: August 17, 2017 at 22:31:24 GMT+2 > To: Carsten Bormann <cabo <at> tzi.org> > Cc: 15660-done <at> debbugs.gnu.org > > > Carsten Bormann <cabo <at> tzi.org> writes: > >> (insert-char 128276 1 t) >> >> The inserted character is shown only as a background-color box, although >> the system has fonts for that character (Apple Color Emoji, on this machine Symbola too). >> >> (what-cursor-position t) says: >> >> position: 192 of 192 (99%), column: 0 >> character: π (displayed as π) (codepoint 128276, #o372424, #x1f514) >> preferred charset: unicode (Unicode (ISO10646)) >> code point in charset: 0x1F514 >> script: symbol >> syntax: w which means: word >> category: .:Base >> to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME" >> buffer code: #xF0 #x9F #x94 #x94 >> file code: #xF0 #x9F #x94 #x94 (encoded by coding system utf-8-unix) >> display: no font available >> >> Character code properties: customize what to show >> name: BELL >> general-category: So (Symbol, Other) >> decomposition: (128276) ('π') >> >> There are text properties here: >> fontified t > > Hi, I can see this bell character fine using Symbola on Emacs 25+. I > think it's probably been fixed at some point in the past. > > For more information on color emojis on macos see: > > https://lists.gnu.org/archive/html/emacs-devel/2016-06/msg00630.html > > I'm going to close this bug report, but if you're still not seeing > emojis using Symbola, please reply and let us know. > -- > Alan Third > > > > > From: Carsten Bormann <cabo <at> tzi.org> > Subject: 24.3.50; (NS) Non-BMP character π not shown > Date: October 20, 2013 at 13:22:25 GMT+2 > To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org> > > > (insert-char 128276 1 t) > > The inserted character is shown only as a background-color box, although > the system has fonts for that character (Apple Color Emoji, on this machine Symbola too). > > (what-cursor-position t) says: > > position: 192 of 192 (99%), column: 0 > character: π (displayed as π) (codepoint 128276, #o372424, #x1f514) > preferred charset: unicode (Unicode (ISO10646)) > code point in charset: 0x1F514 > script: symbol > syntax: w which means: word > category: .:Base > to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME" > buffer code: #xF0 #x9F #x94 #x94 > file code: #xF0 #x9F #x94 #x94 (encoded by coding system utf-8-unix) > display: no font available > > Character code properties: customize what to show > name: BELL > general-category: So (Symbol, Other) > decomposition: (128276) ('π') > > There are text properties here: > fontified t > > [back] > > In GNU Emacs 24.3.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) > of 2013-10-10 on bob.porkrind.org > Bzr revision: 114607 dmantipov <at> yandex.ru-20131010064842-eugyifr3x73asbyp > Windowing system distributor `Apple', version 10.3.1187 > Configured using: > `configure --host=x86_64-apple-darwin --build=i686-apple-darwin > --with-ns' > > Important settings: > value of $LC_CTYPE: UTF-8 > locale-coding-system: utf-8-unix > default enable-multibyte-characters: t > > Major mode: Info > > Minor modes in effect: > tooltip-mode: t > mouse-wheel-mode: t > tool-bar-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > blink-cursor-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > buffer-read-only: t > line-number-mode: t > transient-mark-mode: t > > Recent input: > C-x C-8 C-x 8 RET B E L L <return> <menu-bar> <help-menu> > <emacs-manual-bug> <menu-bar> <help-menu> <send-em > acs-bug-report> > > Recent messages: > For information about GNU Emacs and the GNU system, type C-h C-a. > > Load-path shadows: > None found. > > Features: > (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml > mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev > gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util > mail-prsvr mail-utils jka-compr info easymenu iso-transl time-date > tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd > fontset image regexp-opt fringe tabulated-list newcomment lisp-mode > prog-mode register page menu-bar rfn-eshadow timer select scroll-bar > mouse jit-lock font-lock syntax facemenu font-core frame cham georgian > utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean > japanese hebrew greek romanian slovak czech european ethiopic indian > cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev > minibuffer nadvice loaddefs button faces cus-face macroexp files > text-properties overlay sha1 md5 base64 format env code-pages mule > custom widget hashtable-print-readable backquote make-network-process ns > multi-tty emacs) > > > > >
Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Fri, 15 Sep 2017 11:24:05 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.