unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24528: 24.5; XLFD font specification ignore empty style preference.
@ 2016-09-24 17:37 Oleksandr Gavenko
  2019-11-17  7:16 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Oleksandr Gavenko @ 2016-09-24 17:37 UTC (permalink / raw)
  To: 24528

I have 2 server side fonts:

  -misc-fixed-medium-r-normal--13-120-75-75-c-120-iso10646-1
  -misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1

When I run:

  (set-frame-font "-misc-*-*-*-*--13-*-*-*-*-*-*-*")

unfortunately next font selected:

  -misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1

  /usr/share/fonts/X11/misc/12x13ja.pcf.gz

which looks very ugly.

In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.21.5)
 of 2016-09-05 on trouble, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11803000
System Description:	Debian GNU/Linux testing (stretch)

Configured using:
 `configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib
 --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --with-pop=yes
 --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp
 --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib
 --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --with-pop=yes
 --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp
 --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars 'CFLAGS=-g -O2
 -fdebug-prefix-map=/build/emacs24-24.5+1=. -fstack-protector-strong -Wformat
 -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2'
 LDFLAGS=-Wl,-z,relro'

-- 
http://defun.work/





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

* bug#24528: 24.5; XLFD font specification ignore empty style preference.
  2016-09-24 17:37 bug#24528: 24.5; XLFD font specification ignore empty style preference Oleksandr Gavenko
@ 2019-11-17  7:16 ` Lars Ingebrigtsen
  2020-05-04 12:08   ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2019-11-17  7:16 UTC (permalink / raw)
  To: Oleksandr Gavenko; +Cc: 24528

Oleksandr Gavenko <gavenkoa@gmail.com> writes:

> I have 2 server side fonts:
>
>   -misc-fixed-medium-r-normal--13-120-75-75-c-120-iso10646-1
>   -misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1
>
> When I run:
>
>   (set-frame-font "-misc-*-*-*-*--13-*-*-*-*-*-*-*")
>
> unfortunately next font selected:
>
>   -misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1
>
>   /usr/share/fonts/X11/misc/12x13ja.pcf.gz
>
> which looks very ugly.

(This bug report unfortunately got no feedback at the time.)

If I (on this Debian system) tries

(set-frame-font "-misc-*-*-*-*--13-*-*-*-*-*-*-*")

I get

    x:-misc-fixed-medium-r-normal--13-120-75-75-c-80-koi8-r (#x2D)

If I say

(set-frame-font "-misc-*-*-*-*-ja-13-*-*-*-*-*-*-*")

I get

    x:-misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1 (#x2A)

So I don't seem to be able to reproduce this error, but that may be
because I don't have the same fonts installed as you have.  On the other
hand, there's been some changes in the font handling in Emacs since the
bug was reported.

Are you still seeing this problem in Emacs 27?

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





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

* bug#24528: 24.5; XLFD font specification ignore empty style preference.
  2019-11-17  7:16 ` Lars Ingebrigtsen
@ 2020-05-04 12:08   ` Stefan Kangas
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2020-05-04 12:08 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 24528-done, Oleksandr Gavenko

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Oleksandr Gavenko <gavenkoa@gmail.com> writes:
>
>> I have 2 server side fonts:
>>
>>   -misc-fixed-medium-r-normal--13-120-75-75-c-120-iso10646-1
>>   -misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1
>>
>> When I run:
>>
>>   (set-frame-font "-misc-*-*-*-*--13-*-*-*-*-*-*-*")
>>
>> unfortunately next font selected:
>>
>>   -misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1
>>
>>   /usr/share/fonts/X11/misc/12x13ja.pcf.gz
>>
>> which looks very ugly.
>
> (This bug report unfortunately got no feedback at the time.)
>
> If I (on this Debian system) tries
>
> (set-frame-font "-misc-*-*-*-*--13-*-*-*-*-*-*-*")
>
> I get
>
>     x:-misc-fixed-medium-r-normal--13-120-75-75-c-80-koi8-r (#x2D)
>
> If I say
>
> (set-frame-font "-misc-*-*-*-*-ja-13-*-*-*-*-*-*-*")
>
> I get
>
>     x:-misc-fixed-medium-r-normal-ja-13-120-75-75-c-120-iso10646-1 (#x2A)
>
> So I don't seem to be able to reproduce this error, but that may be
> because I don't have the same fonts installed as you have.  On the other
> hand, there's been some changes in the font handling in Emacs since the
> bug was reported.
>
> Are you still seeing this problem in Emacs 27?

More information was requested, but none was given within 6 months, so
I'm closing this bug.

If this is still an issue, please reply to this
email (use "Reply to all" in your email client) and we can reopen the
bug report.

Best regards,
Stefan Kangas





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

end of thread, other threads:[~2020-05-04 12:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-24 17:37 bug#24528: 24.5; XLFD font specification ignore empty style preference Oleksandr Gavenko
2019-11-17  7:16 ` Lars Ingebrigtsen
2020-05-04 12:08   ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).