all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Issue with fonts on macosx
@ 2013-05-15 17:47 chad
  2013-05-15 23:00 ` Xue Fuqiao
  2013-09-16 16:10 ` Jan Djärv
  0 siblings, 2 replies; 7+ messages in thread
From: chad @ 2013-05-15 17:47 UTC (permalink / raw
  To: emacs-devel@gnu.org Development

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

I'm seeing a subtle issue with emacs rendering (on macosx, with the
current bzr head and a build from 9 May) but only with certain
fonts. I'll file a bug report, but I'd like to both narrow it down
and see if anyone else has similar problems first.

With my normal setup, using a zenburn theme and the font Anonymous
Pro, I see graphical `turds' that look like font droppings (the
cyan bits) in long dired listings. I typically need to scroll down
a screen or two in a long listing to see them. Once they appear,
they seem to be stable even if I scroll them off the screen and
back on. Moving the cursor over the dropping clears it, but scrolling
the area off and back into the window will make them reappear.

This seems to be far more pronounced with the font Anonymous Pro
(http://www.marksimonson.com/fonts/view/anonymous-pro). I don't see
it at all with the default font, but I do see something like it
with courier. I'm posting here in the hope that other developers
can check and see if it happens on their system+font.

Here's an example with Anonymous Pro and the zenburn theme (the
cyan bits):



I see similar results starting from Emacs -Q, with the same font
(the orange bits):



I also see similar but not identical issues with courier (cyan
again), but only in places that look like maybe intentional aliasing
spots. I'm not knowledgeable about current font rendering techniques.
Is this screenshot working as intended?



Thanks in advance,
~Chad

[-- Attachment #2.1: Type: text/html, Size: 2716 bytes --]

[-- Attachment #2.2: eb-AnonymousPro-zenb.png --]
[-- Type: image/png, Size: 127439 bytes --]

[-- Attachment #2.3: eb-AnonymousPro-white.png --]
[-- Type: image/png, Size: 92584 bytes --]

[-- Attachment #2.4: eb-courier-zenb.png --]
[-- Type: image/png, Size: 96792 bytes --]

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

* Re: Issue with fonts on macosx
  2013-05-15 17:47 Issue with fonts on macosx chad
@ 2013-05-15 23:00 ` Xue Fuqiao
  2013-05-15 23:13   ` chad
  2013-05-15 23:50   ` YAMAMOTO Mitsuharu
  2013-09-16 16:10 ` Jan Djärv
  1 sibling, 2 replies; 7+ messages in thread
From: Xue Fuqiao @ 2013-05-15 23:00 UTC (permalink / raw
  To: chad; +Cc: mituharu, emacs-devel@gnu.org Development


[-- Attachment #1.1: Type: text/plain, Size: 128 bytes --]

I do not see this issue on Mac OS X 10.7.3 with a build from May 12
(haven't tried current revision yet).

See the attachments.

[-- Attachment #1.2: Type: text/html, Size: 162 bytes --]

[-- Attachment #2: courier.png --]
[-- Type: image/png, Size: 21191 bytes --]

[-- Attachment #3: anonymous.png --]
[-- Type: image/png, Size: 40468 bytes --]

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

* Re: Issue with fonts on macosx
  2013-05-15 23:00 ` Xue Fuqiao
@ 2013-05-15 23:13   ` chad
  2013-05-15 23:50   ` YAMAMOTO Mitsuharu
  1 sibling, 0 replies; 7+ messages in thread
From: chad @ 2013-05-15 23:13 UTC (permalink / raw
  To: Xue Fuqiao; +Cc: emacs-devel@gnu.org Development

On 15 May 2013, at 16:00, Xue Fuqiao <xfq.free@gmail.com> wrote:

> I do not see this issue on Mac OS X 10.7.3 with a build from May 12
> (haven't tried current revision yet).


Thank you, that is very helpful! I'll see if it's something in my system or setup.

~Chad




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

* Re: Issue with fonts on macosx
  2013-05-15 23:00 ` Xue Fuqiao
  2013-05-15 23:13   ` chad
@ 2013-05-15 23:50   ` YAMAMOTO Mitsuharu
  2013-05-16  5:09     ` Xue Fuqiao
  1 sibling, 1 reply; 7+ messages in thread
From: YAMAMOTO Mitsuharu @ 2013-05-15 23:50 UTC (permalink / raw
  To: Xue Fuqiao; +Cc: chad, emacs-devel@gnu.org Development

>>>>> On Thu, 16 May 2013 07:00:29 +0800, Xue Fuqiao <xfq.free@gmail.com> said:

> I do not see this issue on Mac OS X 10.7.3 with a build from May 12
> (haven't tried current revision yet).

Why CC:ed to me?  Anyway, I could reproduce OP's problem with the
following procedure for the NS port (trunk) on OS X 10.8.3:

  1. Install Anonymous Pro fonts.
     (http://www.marksimonson.com/fonts/view/anonymous-pro)
  2. $ .../Emacs.app/Contents/MacOS/Emacs -Q -fn 'anonymous pro' YOUR_EMACS_WORKING_TREE_FOR_TRUNK/src/
  3. Scroll the dired buffer repeatedly between top and bottom with C-v and M-v.

FWIW, the problem doesn't happen (at least unrecognizable) on the
latest Mac port.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp



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

* Re: Issue with fonts on macosx
  2013-05-15 23:50   ` YAMAMOTO Mitsuharu
@ 2013-05-16  5:09     ` Xue Fuqiao
  0 siblings, 0 replies; 7+ messages in thread
From: Xue Fuqiao @ 2013-05-16  5:09 UTC (permalink / raw
  To: YAMAMOTO Mitsuharu; +Cc: chad, emacs-devel@gnu.org Development

On Thu, May 16, 2013 at 7:50 AM, YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp> wrote:
>>>>>> On Thu, 16 May 2013 07:00:29 +0800, Xue Fuqiao <xfq.free@gmail.com> said:
>
>> I do not see this issue on Mac OS X 10.7.3 with a build from May 12
>> (haven't tried current revision yet).
>
> Why CC:ed to me?

I don't know the maintainer of the NS port, and I thought you are the
one who may be familiar with this problem most (although it seems that
this problem doesn't happen on the Mac port).  I'm sorry if you feel
disturbed.

> Anyway, I could reproduce OP's problem with the
> following procedure for the NS port (trunk) on OS X 10.8.3:
>
>   1. Install Anonymous Pro fonts.
>      (http://www.marksimonson.com/fonts/view/anonymous-pro)
>   2. $ .../Emacs.app/Contents/MacOS/Emacs -Q -fn 'anonymous pro' YOUR_EMACS_WORKING_TREE_FOR_TRUNK/src/
>   3. Scroll the dired buffer repeatedly between top and bottom with C-v and M-v.

Thanks for your patience.  For chad's information I cannot reproduce it
using this method on Mac OS X 10.7.3.

--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



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

* Re: Issue with fonts on macosx
  2013-05-15 17:47 Issue with fonts on macosx chad
  2013-05-15 23:00 ` Xue Fuqiao
@ 2013-09-16 16:10 ` Jan Djärv
  2013-09-17 22:30   ` chad
  1 sibling, 1 reply; 7+ messages in thread
From: Jan Djärv @ 2013-09-16 16:10 UTC (permalink / raw
  To: chad; +Cc: emacs-devel@gnu.org Development

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

Hello.

The Mac port font backend has been ported to the trunk, so these artifacts should be gone on OSX >= 10.5.

	Jan D.

15 maj 2013 kl. 19:47 skrev chad <yandros@MIT.EDU>:

> I'm seeing a subtle issue with emacs rendering (on macosx, with the
> current bzr head and a build from 9 May) but only with certain
> fonts. I'll file a bug report, but I'd like to both narrow it down
> and see if anyone else has similar problems first.
> 
> With my normal setup, using a zenburn theme and the font Anonymous
> Pro, I see graphical `turds' that look like font droppings (the
> cyan bits) in long dired listings. I typically need to scroll down
> a screen or two in a long listing to see them. Once they appear,
> they seem to be stable even if I scroll them off the screen and
> back on. Moving the cursor over the dropping clears it, but scrolling
> the area off and back into the window will make them reappear.
> 
> This seems to be far more pronounced with the font Anonymous Pro
> (http://www.marksimonson.com/fonts/view/anonymous-pro). I don't see
> it at all with the default font, but I do see something like it
> with courier. I'm posting here in the hope that other developers
> can check and see if it happens on their system+font.
> 
> Here's an example with Anonymous Pro and the zenburn theme (the
> cyan bits):
> 
> <eb-AnonymousPro-zenb.png>
> 
> I see similar results starting from Emacs -Q, with the same font
> (the orange bits):
> 
> <eb-AnonymousPro-white.png>
> 
> I also see similar but not identical issues with courier (cyan
> again), but only in places that look like maybe intentional aliasing
> spots. I'm not knowledgeable about current font rendering techniques.
> Is this screenshot working as intended?
> 
> <eb-courier-zenb.png>
> 
> Thanks in advance,
> ~Chad


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

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

* Re: Issue with fonts on macosx
  2013-09-16 16:10 ` Jan Djärv
@ 2013-09-17 22:30   ` chad
  0 siblings, 0 replies; 7+ messages in thread
From: chad @ 2013-09-17 22:30 UTC (permalink / raw
  To: Jan Djärv; +Cc: emacs-devel@gnu.org Development

On 16 Sep 2013, at 09:10, Jan Djärv <jan.h.d@swipnet.se> wrote:

> The Mac port font backend has been ported to the trunk, so these artifacts should be gone on OSX >= 10.5.
> 
> 	Jan D.

Indeed, the display droppings are gone on my 10.8.5 machine. Thank you!

~Chad




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

end of thread, other threads:[~2013-09-17 22:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 17:47 Issue with fonts on macosx chad
2013-05-15 23:00 ` Xue Fuqiao
2013-05-15 23:13   ` chad
2013-05-15 23:50   ` YAMAMOTO Mitsuharu
2013-05-16  5:09     ` Xue Fuqiao
2013-09-16 16:10 ` Jan Djärv
2013-09-17 22:30   ` chad

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.