all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#8488: print error messages about why specified font size is not used
@ 2011-04-13  0:21 jidanni
  2019-11-01 16:17 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2011-04-13  0:21 UTC (permalink / raw)
  To: 8488

In
(if (eq window-system 'x)
    (progn
      (setq
       default-frame-alist
       '(
	 (fullscreen . maximized)
	 (font . "-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1")
	 (vertical-scroll-bars . right)))
      (if(/= 0(user-uid))
	  (progn
	    (add-to-list 'default-frame-alist '(background-color . "DarkSlateGray"))
	    (add-to-list 'default-frame-alist '(foreground-color . "Wheat"))
	    )
	(progn
	  (add-to-list 'default-frame-alist '(background-color . "Hotpink4"))
	  (add-to-list 'default-frame-alist '(foreground-color . "Wheat"))
	  ))))

if one uses
	 (font . "-sony-fixed-medium-r-normal--24-120-100-100-c-80-iso8859-1")
instead, not a single error message is printed out why acts just like one still says
	 (font . "-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1")
Please make sure error messages are produced and can be seen via C-h e.

(info "(emacs) Fonts") doesn't explain the mystery either.

Yes, xlsfonts shows both those fonts are installed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#8488: print error messages about why specified font size is not used
  2011-04-13  0:21 bug#8488: print error messages about why specified font size is not used jidanni
@ 2019-11-01 16:17 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-11-01 16:17 UTC (permalink / raw)
  To: jidanni; +Cc: 8488

jidanni@jidanni.org writes:

> if one uses
> 	 (font . "-sony-fixed-medium-r-normal--24-120-100-100-c-80-iso8859-1")
> instead, not a single error message is printed out why acts just like one still says
> 	 (font . "-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1")
> Please make sure error messages are produced and can be seen via C-h e.
>
> (info "(emacs) Fonts") doesn't explain the mystery either.
>
> Yes, xlsfonts shows both those fonts are installed.

Here's an easier test case:

emacs -fn '-sony-fixed-medium-r-normal--24-120-100-100-c-80-iso8859-1'

There's no warning, but hitting `C-u C-x =' in a char then says:

    x:-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1 (#x54)

So this bug (if it is a bug) is still present in Emacs 27.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-01 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13  0:21 bug#8488: print error messages about why specified font size is not used jidanni
2019-11-01 16:17 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.