GNU bug report logs -
#23366
25.0.93; Custom font still not saved
Previous Next
To reply to this bug, email your comments to 23366 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Mon, 25 Apr 2016 06:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
PEDRO ANDRES ARANDA GUTIERREZ <pedroa.aranda <at> telefonica.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 25 Apr 2016 06:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Already reported in 25.0.92.
I set the custom file according to the OS I'm running emacs on, using the following code:
(defun window-system-name()
(if (display-graphic-p)
(cond
((eq system-type 'gnu/linux) "x")
((eq system-type 'darwin) "mac")
((eq system-type 'berkeley-unix) "bsd")
(t (progn (error "Unsupported window-system") nil)))
"nox"))
(setq window-environment (window-system-name))
(setq custom-file (format "~/.emacs.d/%s-custom.el" window-environment))
(load custom-file 'noerror)
When I set the font through
Options->Set Default Font
The font will be changed for the session. However, when I try to save it with
Options->Save Options
It will not be saved in .emacs.d/$SYSTEM-custom.el
Actually, the custom-set-faces command will be empty. Happens on all systems.
In GNU Emacs 25.0.93.1 (x86_64-apple-darwin15.4.0, NS appkit-1404.46 Version 10.11.4 (Build 15E65))
of 2016-04-25 built on paag.hi.inet
Windowing system distributor 'Apple', version 10.3.1404
Configured using:
'configure --disable-dependency-tracking --disable-silent-rules
--enable-locallisppath=/usr/local/share/emacs/site-lisp
--infodir=/usr/local/Cellar/emacs/25.0.93/share/info/emacs
--prefix=/usr/local/Cellar/emacs/25.0.93 --with-xml2 --with-dbus
--without-gnutls --with-ns --disable-ns-self-contained'
Configured features:
JPEG DBUS NOTIFY ACL LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS
Important settings:
value of $LC_ALL: C
value of $LC_CTYPE: es_ES.UTF-8
value of $LANG: es_ES.UTF-8
locale-coding-system: utf-8
Major mode: Lisp Interaction
Minor modes in effect:
global-hl-line-mode: t
yas-global-mode: t
yas-minor-mode: t
show-paren-mode: t
server-mode: t
global-linum-mode: t
linum-mode: t
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-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
size-indication-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
Loading /Volumes/Macintosh-HD/Users/paag/.emacs.d/functions.el (source)...done
Loading /Volumes/Macintosh-HD/Users/paag/.emacs.d/narrow-xml.el (source)...done
Loading /Volumes/Macintosh-HD/Users/paag/.emacs.d/modes.el (source)...done
Loading /Volumes/Macintosh-HD/Users/paag/.emacs.d/hooks.el (source)...done
Loading /Volumes/Macintosh-HD/Users/paag/.emacs.d/c-hook.el (source)...done
Loading /Volumes/Macintosh-HD/Users/paag/.emacs.d/tex-hook.el (source)...done
Loading /Volumes/Macintosh-HD/Users/paag/.emacs.d/keymaps.el (source)...done
Restarting server
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list... [5 times]
Load-path shadows:
~/.emacs.d/elpa/markdown-mode-20160312.2335/markdown-mode hides ~/.emacs.d/lisp/markdown-mode
Features:
(shadow sort flyspell ispell mail-extr emacsbug message dired
format-spec rfc822 mailabbrev gmm-utils mailheader sendmail edmacro
kmacro doxygen re-builder base16-ashes-dark-theme hl-line mediawiki
derived url-cache ring mm-url gnus gnus-ems nnheader mail-utils wid-edit
mml mml-sec epg mm-decode mm-bodies mm-encode url-http tls gnutls url
url-proxy url-privacy url-expand url-methods url-history mailcap
url-auth mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-cookie
url-domsuf url-util url-parse auth-source eieio eieio-core gnus-util
mm-util help-fns mail-prsvr password-cache url-gw url-vars linum-ex
cl-macs easy-mmode cl-seq yasnippet cl finder-inf package epg-config seq
byte-opt gv bytecomp byte-compile cl-extra help-mode easymenu cconv
cl-loaddefs pcase cl-lib paren server linum cus-start cus-load time-date
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel ns-win ucs-normalize term/common-win tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment elisp-mode
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame
cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese charscript
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer
cl-preloaded 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 dbusbind kqueue cocoa
ns multi-tty make-network-process emacs)
Memory information:
((conses 16 319156 10672)
(symbols 48 29943 6)
(miscs 40 86 295)
(strings 32 47463 9515)
(string-bytes 1 1239510)
(vectors 16 42624)
(vector-slots 8 776761 3869)
(floats 8 273 106)
(intervals 56 275 0)
(buffers 976 13))
---
Dr. Pedro A. Aranda Gutiérrez
Technology Exploration -
Network Innovation & Virtualisation
email: pedroa d0t aranda At telefonica d0t com
Telefónica, Investigación y Desarrollo
C/ Zurbarán,12
28010 Madrid, Spain
Fragen sind nicht da, um beantwortet zu werden.
Fragen sind da, um gestellt zu werden.
Georg Kreisler
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Mon, 25 Apr 2016 07:40:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 23366 <at> debbugs.gnu.org (full text, mbox):
> From: PEDRO ANDRES ARANDA GUTIERREZ <pedroa.aranda <at> telefonica.com>
> Date: Mon, 25 Apr 2016 06:00:18 +0000
>
> Already reported in 25.0.92.
Could you please point out where this was reported? I couldn't find it.
> I set the custom file according to the OS I'm running emacs on, using the following code:
>
> (defun window-system-name()
> (if (display-graphic-p)
> (cond
> ((eq system-type 'gnu/linux) "x")
> ((eq system-type 'darwin) "mac")
> ((eq system-type 'berkeley-unix) "bsd")
> (t (progn (error "Unsupported window-system") nil)))
> "nox"))
> (setq window-environment (window-system-name))
> (setq custom-file (format "~/.emacs.d/%s-custom.el" window-environment))
> (load custom-file 'noerror)
>
> When I set the font through
> Options->Set Default Font
> The font will be changed for the session. However, when I try to save it with
> Options->Save Options
>
> It will not be saved in .emacs.d/$SYSTEM-custom.el
>
> Actually, the custom-set-faces command will be empty. Happens on all systems.
I cannot reproduce this on my system (MS-Windows) with the latest
emacs-25 branch and with stock Emacs 25.0.93. When I set custom-file
to some file name, then select "Set Default Font" from the menu bar,
and finally click "Options->Save Options", I see a message in the echo
area saying that the custom-file was written (it shows the exact name
I set custom-file to), and in the custom-file I see this part:
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:family "Arial Unicode MS" :foundry "outline" :slant normal :weight normal :height 98 :width normal)))))
(Arial Unicode MS is the font I selected.)
So there's something else in your customizations or your init files
that prevents this from working. Please look closer at those
customizations and try to find the culprit.
Thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Mon, 25 Apr 2016 07:46:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 23366 <at> debbugs.gnu.org (full text, mbox):
Answers inline,
-----Mensaje original-----
De: Eli Zaretskii <eliz <at> gnu.org>
Responder a: Eli Zaretskii <eliz <at> gnu.org>
Fecha: lunes, 25 de abril de 2016, 9:38
Para: paag <pedroa.aranda <at> telefonica.com>
CC: "23366 <at> debbugs.gnu.org" <23366 <at> debbugs.gnu.org>
Asunto: Re: bug#23366: 25.0.93; Custom font still not saved
>> From: PEDRO ANDRES ARANDA GUTIERREZ <pedroa.aranda <at> telefonica.com>
>> Date: Mon, 25 Apr 2016 06:00:18 +0000
>>
>> Already reported in 25.0.92.
>
>Could you please point out where this was reported? I couldn't find it.
bug#22939: Acknowledgement (25.0.92; Font management for Mac OSX broken)
Also happens in Linux and BSD with all kinds of distress...
>> I set the custom file according to the OS I'm running emacs on, using the following code:
>>
>> (defun window-system-name()
>> (if (display-graphic-p)
>> (cond
>> ((eq system-type 'gnu/linux) "x")
>> ((eq system-type 'darwin) "mac")
>> ((eq system-type 'berkeley-unix) "bsd")
>> (t (progn (error "Unsupported window-system") nil)))
>> "nox"))
>> (setq window-environment (window-system-name))
>> (setq custom-file (format "~/.emacs.d/%s-custom.el" window-environment))
>> (load custom-file 'noerror)
>>
>> When I set the font through
>> Options->Set Default Font
>> The font will be changed for the session. However, when I try to save it with
>> Options->Save Options
>>
>> It will not be saved in .emacs.d/$SYSTEM-custom.el
>>
>> Actually, the custom-set-faces command will be empty. Happens on all systems.
>
>I cannot reproduce this on my system (MS-Windows) with the latest
>emacs-25 branch and with stock Emacs 25.0.93. When I set custom-file
>to some file name, then select "Set Default Font" from the menu bar,
>and finally click "Options->Save Options", I see a message in the echo
>area saying that the custom-file was written (it shows the exact name
>I set custom-file to), and in the custom-file I see this part:
>
> (custom-set-faces
> ;; custom-set-faces was added by Custom.
> ;; If you edit it by hand, you could mess it up, so be careful.
> ;; Your init file should contain only one such instance.
> ;; If there is more than one, they won't work right.
> '(default ((t (:family "Arial Unicode MS" :foundry "outline" :slant normal :weight normal :height 98 :width normal)))))
>
>(Arial Unicode MS is the font I selected.)
>
>So there's something else in your customizations or your init files
>that prevents this from working. Please look closer at those
>customizations and try to find the culprit.
>
>Thanks.
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Mon, 25 Apr 2016 07:58:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 23366 <at> debbugs.gnu.org (full text, mbox):
> From: PEDRO ANDRES ARANDA GUTIERREZ <pedroa.aranda <at> telefonica.com>
> CC: "23366 <at> debbugs.gnu.org" <23366 <at> debbugs.gnu.org>
> Date: Mon, 25 Apr 2016 07:45:00 +0000
> >> Already reported in 25.0.92.
> >
> >Could you please point out where this was reported? I couldn't find it.
>
> bug#22939: Acknowledgement (25.0.92; Font management for Mac OSX broken)
>
> Also happens in Linux and BSD with all kinds of distress...
Thanks. Well, as I said, it doesn't reproduce on MS-Windows for me,
and I don't have access to any other system where I can run a GUI
session.
Can anyone else please try reproducing this on a system other than OS X?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Mon, 25 Apr 2016 08:54:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 23366 <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 25 Apr 2016 10:56:35 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 23366 <at> debbugs.gnu.org
>
> Can anyone else please try reproducing this on a system other than OS X?
For that matter, can someone explain why OS X could be special in this
regard? AFAICT, the code involved in this is system-independent.
Merged 22939 23366.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Mon, 25 Apr 2016 15:51:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Tue, 26 Apr 2016 19:20:01 GMT)
Full text and
rfc822 format available.
Message #22 received at 23366 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii wrote:
>> Can anyone else please try reproducing this on a system other than OS X?
>
> For that matter, can someone explain why OS X could be special in this
> regard? AFAICT, the code involved in this is system-independent.
But the OP says it happens on all systems (OS X, Linux, BSD)
(which seems odd to me).
Anyway, reproduced on a GNUstep build (only) on GNU/Linux.
"Set Default Font" uses ns-popup-font-panel, which does not appear to
add the 'customized-face property to the default face, so
menu-bar-options-save finds nothing to do. Probably related, it only
changes the current frame, not all frames.
In fact, this is good old http://debbugs.gnu.org/2845
Added tag(s) confirmed.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 26 Apr 2016 19:22:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Wed, 27 Apr 2016 07:34:01 GMT)
Full text and
rfc822 format available.
Message #29 received at 23366 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi folks,
I found the culprit… I’m using the attached base16-* theme. When I put it as my ~/.emacs.d/init.el file, I can’t customise the font neither from the ‘Options->Set Default Font’ menu item for from M-x customize-faces -> default.
I use the same .emacs.d infrastructure across systems, and the error is consistent in all of them.
Best, /PA
---
Dr. Pedro A. Aranda Gutiérrez
Technology Exploration -
Network Innovation & Virtualisation
email: pedroa d0t aranda At telefonica d0t com
Telefónica, Investigación y Desarrollo
C/ Zurbarán,12
28010 Madrid, Spain
Fragen sind nicht da, um beantwortet zu werden.
Fragen sind da, um gestellt zu werden.
Georg Kreisler
-----Mensaje original-----
De: Glenn Morris <rgm <at> gnu.org>
Fecha: martes, 26 de abril de 2016, 21:19
Para: Eli Zaretskii <eliz <at> gnu.org>
CC: paag <pedroa.aranda <at> telefonica.com>, "23366 <at> debbugs.gnu.org" <23366 <at> debbugs.gnu.org>
Asunto: Re: bug#23366: 25.0.93; Custom font still not saved
>Eli Zaretskii wrote:
>
>>> Can anyone else please try reproducing this on a system other than OS X?
>>
>> For that matter, can someone explain why OS X could be special in this
>> regard? AFAICT, the code involved in this is system-independent.
>
>But the OP says it happens on all systems (OS X, Linux, BSD)
>(which seems odd to me).
>
>Anyway, reproduced on a GNUstep build (only) on GNU/Linux.
>
>"Set Default Font" uses ns-popup-font-panel, which does not appear to
>add the 'customized-face property to the default face, so
>menu-bar-options-save finds nothing to do. Probably related, it only
>changes the current frame, not all frames.
>
>In fact, this is good old http://debbugs.gnu.org/2845
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição
[base16-ashes-dark-theme.el (application/octet-stream, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Wed, 27 Apr 2016 16:40:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 23366 <at> debbugs.gnu.org (full text, mbox):
PEDRO ANDRES ARANDA GUTIERREZ wrote:
> I found the culprit… I'm using the attached base16-* theme. When I put
> it as my ~/.emacs.d/init.el file, I can't customise the font neither
> from the 'Options->Set Default Font' menu item for from M-x
> customize-faces -> default.
I think this is unrelated to the underlying with-ns issue that others
have previously reported and which AFAICS persists.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Thu, 28 Apr 2016 05:59:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 23366 <at> debbugs.gnu.org (full text, mbox):
Don’t know… Just saying that in my case it is the theme that causes problems with saving a customised font and that the problem is platform independent. Once I remove the theme, I can change the font and save it from customize-face and from Set Default font -> Save options… in *all* the environments I use.
Best, /PA
---
Dr. Pedro A. Aranda Gutiérrez
Technology Exploration -
Network Innovation & Virtualisation
email: pedroa d0t aranda At telefonica d0t com
Telefónica, Investigación y Desarrollo
C/ Zurbarán,12
28010 Madrid, Spain
Fragen sind nicht da, um beantwortet zu werden.
Fragen sind da, um gestellt zu werden.
Georg Kreisler
-----Mensaje original-----
De: Glenn Morris <rgm <at> gnu.org>
Fecha: miércoles, 27 de abril de 2016, 18:39
Para: paag <pedroa.aranda <at> telefonica.com>
CC: Eli Zaretskii <eliz <at> gnu.org>, "23366 <at> debbugs.gnu.org" <23366 <at> debbugs.gnu.org>
Asunto: Re: bug#23366: 25.0.93; Custom font still not saved
>PEDRO ANDRES ARANDA GUTIERREZ wrote:
>
>> I found the culprit… I'm using the attached base16-* theme. When I put
>> it as my ~/.emacs.d/init.el file, I can't customise the font neither
>> from the 'Options->Set Default Font' menu item for from M-x
>> customize-faces -> default.
>
>I think this is unrelated to the underlying with-ns issue that others
>have previously reported and which AFAICS persists.
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#23366
; Package
emacs
.
(Thu, 28 Apr 2016 17:40:02 GMT)
Full text and
rfc822 format available.
Message #38 received at 23366 <at> debbugs.gnu.org (full text, mbox):
I think the actual problem is that ns-popup-font-panel returns nil,
immediately. It should wait for a font to be selected, then return that.
ns-win.el redefines x-select-font to ns-popup-font-panel.
x-select-font is documented to return the selected font.
(I have no idea how to fix it.)
This bug report was last modified 4 years and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.