unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3834: 23.0.96; font rendering issue on Mac OS X
@ 2009-07-13  2:54 ` Greg Jednaszewski
  2009-07-13  7:10   ` Kenichi Handa
  2009-07-23 12:10   ` bug#3834: marked as done (23.0.96; font rendering issue on Mac OS X) Emacs bug Tracking System
  0 siblings, 2 replies; 7+ messages in thread
From: Greg Jednaszewski @ 2009-07-13  2:54 UTC (permalink / raw)
  To: emacs-pretest-bug

I use the 'Terminus' font in emacs, and it seems that starting with
23.0.95 (and 23.0.96 as well), emacs always wants to render the font in
bold.  It looked perfect in 23.0.94, so something has changed since
then.

Here is a screenshot of the correct font rendering in 23.0.94.  The
buffer name on the modeline is properly bold, everything else is medium:
http://attenuated.org/emacs/emacs-23.0.94.png

Here is a screenshot of the incorrect font rendering in 23.0.96:
http://attenuated.org/emacs/emacs-23.0.96.png

Here is a copy of the font for reference:
http://antihe.ro/misc/TerminusMedium.dfont

As can be seen from the screenshot, I am setting the font with:
(set-face-attribute 'default nil :family "terminus" :height 140)

Let me know if more information is needed.

Thanks,
Greg

----

In GNU Emacs 23.0.96.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
  of 2009-07-11 on black.local
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: nil
   value of $XMODIFIERS: nil
   locale-coding-system: nil
   default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
   delete-selection-mode: t
   show-paren-mode: t
   auto-insert-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
M-x r e o <backspace> p o r t - e m a c s - b u <tab>
<tab> <tab> <return>

Recent messages:
Source file `/Users/greg/.emacs.d/swbuff.el' newer than byte-compiled  
file
Source file `/Users/greg/.emacs.d/eol-conversion.el' newer than byte- 
compiled file
Loading /Users/greg/.emacs.d/light-symbol.el (source)...done
Loading /Users/greg/.emacs.d/auto-reload.el (source)...done
Loading /Users/greg/.emacs.d/themes/color-theme-dark-blue3.el  
(source)...done
Loading /Users/greg/.emacs.d/themes/color-theme-library.el  
(source)...done
Loading /Users/greg/.emacs.d/themes/color-theme-wombat.el  
(source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.





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

* bug#3834: 23.0.96; font rendering issue on Mac OS X
  2009-07-13  2:54 ` bug#3834: 23.0.96; font rendering issue on Mac OS X Greg Jednaszewski
@ 2009-07-13  7:10   ` Kenichi Handa
  2009-07-23 12:10   ` bug#3834: marked as done (23.0.96; font rendering issue on Mac OS X) Emacs bug Tracking System
  1 sibling, 0 replies; 7+ messages in thread
From: Kenichi Handa @ 2009-07-13  7:10 UTC (permalink / raw)
  To: Greg Jednaszewski, 3834

In article <58EC93C1-DF49-4265-99E6-C92DBFF4DB93@racemi.com>, Greg Jednaszewski <gjednaszewski@racemi.com> writes:

> I use the 'Terminus' font in emacs, and it seems that starting with
> 23.0.95 (and 23.0.96 as well), emacs always wants to render the font in
> bold.  It looked perfect in 23.0.94, so something has changed since
> then.

I can't reproduce it on GNU/Linux.  I tried to use terminus
font both as X core font and as Xft font.  In both cases,
Emacs uses correct styles of terminus fonts.

> In GNU Emacs 23.0.96.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
>   of 2009-07-11 on black.local
> Windowing system distributor `Apple', version 10.3.949
> configured using `configure  '--with-ns''

I suspect it's a Mac specific problem.

---
Kenichi Handa
handa@m17n.org





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

* bug#3834: 23.0.96; font rendering issue on Mac OS X
@ 2009-07-14 14:51 Chong Yidong
  2009-07-14 16:12 ` Adrian Robert
  0 siblings, 1 reply; 7+ messages in thread
From: Chong Yidong @ 2009-07-14 14:51 UTC (permalink / raw)
  To: Adrian Robert; +Cc: 3834, Greg Jednaszewski

Hi Adrian,

Could you take a look at this bug report as soon as you can?  Thanks.

http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3834

> I use the 'Terminus' font in emacs, and it seems that starting with
> 23.0.95 (and 23.0.96 as well), emacs always wants to render the font in
> bold.  It looked perfect in 23.0.94, so something has changed since
> then.
>
> Here is a screenshot of the correct font rendering in 23.0.94.  The
> buffer name on the modeline is properly bold, everything else is medium:
> http://attenuated.org/emacs/emacs-23.0.94.png
>
> Here is a screenshot of the incorrect font rendering in 23.0.96:
> http://attenuated.org/emacs/emacs-23.0.96.png
>
> Here is a copy of the font for reference:
> http://antihe.ro/misc/TerminusMedium.dfont
>
> As can be seen from the screenshot, I am setting the font with:
> (set-face-attribute 'default nil :family "terminus" :height 140)





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

* bug#3834: 23.0.96; font rendering issue on Mac OS X
  2009-07-14 14:51 bug#3834: 23.0.96; font rendering issue on Mac OS X Chong Yidong
@ 2009-07-14 16:12 ` Adrian Robert
  2009-07-14 18:59   ` Greg Jednaszewski
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Robert @ 2009-07-14 16:12 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 3834, Greg Jednaszewski

I checked in a fix to the branch.  If it resolves the issue I'll copy  
it to the trunk as well.



On Jul 14, 2009, at 10:51 AM, Chong Yidong wrote:

> Hi Adrian,
>
> Could you take a look at this bug report as soon as you can?  Thanks.
>
> http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3834
>
>> I use the 'Terminus' font in emacs, and it seems that starting with
>> 23.0.95 (and 23.0.96 as well), emacs always wants to render the  
>> font in
>> bold.  It looked perfect in 23.0.94, so something has changed since
>> then.
>>
>> Here is a screenshot of the correct font rendering in 23.0.94.  The
>> buffer name on the modeline is properly bold, everything else is  
>> medium:
>> http://attenuated.org/emacs/emacs-23.0.94.png
>>
>> Here is a screenshot of the incorrect font rendering in 23.0.96:
>> http://attenuated.org/emacs/emacs-23.0.96.png
>>
>> Here is a copy of the font for reference:
>> http://antihe.ro/misc/TerminusMedium.dfont
>>
>> As can be seen from the screenshot, I am setting the font with:
>> (set-face-attribute 'default nil :family "terminus" :height 140)






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

* bug#3834: 23.0.96; font rendering issue on Mac OS X
  2009-07-14 16:12 ` Adrian Robert
@ 2009-07-14 18:59   ` Greg Jednaszewski
       [not found]     ` <74672067-1BB4-4AD7-A464-1D9018305800@gmail.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Greg Jednaszewski @ 2009-07-14 18:59 UTC (permalink / raw)
  To: Adrian Robert; +Cc: Chong Yidong, 3834

Thanks for taking a look and making a fix.  I'd be happy to test it,  
but I haven't been building it myself.  I've been grabbing the  
pretests from here:
http://porkrind.org/emacs/

If you can provide a build or point me at some instructions on how to  
build it myself, I'll verify the fix.

Thanks,
Greg

On Jul 14, 2009, at 12:12 PM, Adrian Robert wrote:

> I checked in a fix to the branch.  If it resolves the issue I'll  
> copy it to the trunk as well.
>
>
>
> On Jul 14, 2009, at 10:51 AM, Chong Yidong wrote:
>
>> Hi Adrian,
>>
>> Could you take a look at this bug report as soon as you can?  Thanks.
>>
>> http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3834
>>
>>> I use the 'Terminus' font in emacs, and it seems that starting with
>>> 23.0.95 (and 23.0.96 as well), emacs always wants to render the  
>>> font in
>>> bold.  It looked perfect in 23.0.94, so something has changed since
>>> then.
>>>
>>> Here is a screenshot of the correct font rendering in 23.0.94.  The
>>> buffer name on the modeline is properly bold, everything else is  
>>> medium:
>>> http://attenuated.org/emacs/emacs-23.0.94.png
>>>
>>> Here is a screenshot of the incorrect font rendering in 23.0.96:
>>> http://attenuated.org/emacs/emacs-23.0.96.png
>>>
>>> Here is a copy of the font for reference:
>>> http://antihe.ro/misc/TerminusMedium.dfont
>>>
>>> As can be seen from the screenshot, I am setting the font with:
>>> (set-face-attribute 'default nil :family "terminus" :height 140)
>
>






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

* bug#3834: 23.0.96; font rendering issue on Mac OS X
       [not found]     ` <74672067-1BB4-4AD7-A464-1D9018305800@gmail.com>
@ 2009-07-16 13:30       ` Greg Jednaszewski
  0 siblings, 0 replies; 7+ messages in thread
From: Greg Jednaszewski @ 2009-07-16 13:30 UTC (permalink / raw)
  To: Adrian Robert, 3834

[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]


On Jul 15, 2009, at 10:55 PM, Adrian Robert wrote:

>
> On Jul 14, 2009, at 2:59 PM, Greg Jednaszewski wrote:
>
>> Thanks for taking a look and making a fix.  I'd be happy to test  
>> it, but I haven't been building it myself.  I've been grabbing the  
>> pretests from here:
>> http://porkrind.org/emacs/
>>
>> If you can provide a build or point me at some instructions on how  
>> to build it myself, I'll verify the fix.
>
> Hi,
>
> Er, I'm not sure if the porkrind CVS snapshots are coming from the  
> branch or the trunk.  If trunk, you would need to build yourself --  
> just './configure --with-ns ; make ; make install' to make a self- 
> contained app under nextstep/ , but you would have to have the OS X  
> dev tools installed.

I think the porkrind nightly builds are the trunk, so  I checked out  
the source like this:
cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co -r  
EMACS_23_1_RC emacs

The configure and build went smoothly:
GNU Emacs 23.0.96.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)  
of 2009-07-16 on osiris.local

The fonts are rendered correctly.  The change you made seems to have  
done the trick.  Thanks again.

Greg

[-- Attachment #2: Type: text/html, Size: 1896 bytes --]

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

* bug#3834: marked as done (23.0.96; font rendering issue on Mac OS X)
  2009-07-13  2:54 ` bug#3834: 23.0.96; font rendering issue on Mac OS X Greg Jednaszewski
  2009-07-13  7:10   ` Kenichi Handa
@ 2009-07-23 12:10   ` Emacs bug Tracking System
  1 sibling, 0 replies; 7+ messages in thread
From: Emacs bug Tracking System @ 2009-07-23 12:10 UTC (permalink / raw)
  To: Adrian Robert

[-- Attachment #1: Type: text/plain, Size: 843 bytes --]


Your message dated Thu, 23 Jul 2009 08:06:35 -0400
with message-id <EAE8C445-BBC3-4437-82A8-B635F01881A8@gmail.com>
and subject line 
has caused the Emacs bug report #3834,
regarding 23.0.96; font rendering issue on Mac OS X
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3834: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3834
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4528 bytes --]

From: Greg Jednaszewski <gjednaszewski@racemi.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.96; font rendering issue on Mac OS X
Date: Sun, 12 Jul 2009 22:54:38 -0400
Message-ID: <58EC93C1-DF49-4265-99E6-C92DBFF4DB93@racemi.com>

I use the 'Terminus' font in emacs, and it seems that starting with
23.0.95 (and 23.0.96 as well), emacs always wants to render the font in
bold.  It looked perfect in 23.0.94, so something has changed since
then.

Here is a screenshot of the correct font rendering in 23.0.94.  The
buffer name on the modeline is properly bold, everything else is medium:
http://attenuated.org/emacs/emacs-23.0.94.png

Here is a screenshot of the incorrect font rendering in 23.0.96:
http://attenuated.org/emacs/emacs-23.0.96.png

Here is a copy of the font for reference:
http://antihe.ro/misc/TerminusMedium.dfont

As can be seen from the screenshot, I am setting the font with:
(set-face-attribute 'default nil :family "terminus" :height 140)

Let me know if more information is needed.

Thanks,
Greg

----

In GNU Emacs 23.0.96.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46)
  of 2009-07-11 on black.local
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: nil
   value of $XMODIFIERS: nil
   locale-coding-system: nil
   default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
   delete-selection-mode: t
   show-paren-mode: t
   auto-insert-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
M-x r e o <backspace> p o r t - e m a c s - b u <tab>
<tab> <tab> <return>

Recent messages:
Source file `/Users/greg/.emacs.d/swbuff.el' newer than byte-compiled  
file
Source file `/Users/greg/.emacs.d/eol-conversion.el' newer than byte- 
compiled file
Loading /Users/greg/.emacs.d/light-symbol.el (source)...done
Loading /Users/greg/.emacs.d/auto-reload.el (source)...done
Loading /Users/greg/.emacs.d/themes/color-theme-dark-blue3.el  
(source)...done
Loading /Users/greg/.emacs.d/themes/color-theme-library.el  
(source)...done
Loading /Users/greg/.emacs.d/themes/color-theme-wombat.el  
(source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.


[-- Attachment #3: Type: message/rfc822, Size: 2469 bytes --]

From: Adrian Robert <adrian.b.robert@gmail.com>
To: 3834-done@emacsbugs.donarmstrong.com
Subject: 
Date: Thu, 23 Jul 2009 08:06:35 -0400
Message-ID: <EAE8C445-BBC3-4437-82A8-B635F01881A8@gmail.com>

Closing, fixed and OP verified.


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

end of thread, other threads:[~2009-07-23 12:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <EAE8C445-BBC3-4437-82A8-B635F01881A8@gmail.com>
2009-07-13  2:54 ` bug#3834: 23.0.96; font rendering issue on Mac OS X Greg Jednaszewski
2009-07-13  7:10   ` Kenichi Handa
2009-07-23 12:10   ` bug#3834: marked as done (23.0.96; font rendering issue on Mac OS X) Emacs bug Tracking System
2009-07-14 14:51 bug#3834: 23.0.96; font rendering issue on Mac OS X Chong Yidong
2009-07-14 16:12 ` Adrian Robert
2009-07-14 18:59   ` Greg Jednaszewski
     [not found]     ` <74672067-1BB4-4AD7-A464-1D9018305800@gmail.com>
2009-07-16 13:30       ` Greg Jednaszewski

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).