unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4759: 23.1; Minor Visual Corruption ("Flyspecks") on 23.1/OSX
@ 2009-10-19 14:37 Tom Feist
  2016-04-05 20:32 ` Alan Third
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Feist @ 2009-10-19 14:37 UTC (permalink / raw)
  To: bug-gnu-emacs

When scrolling (either via wheel or cursor keys / C-n+p) under certain
conditions the buffer view will become corrupted with tiny 'flyspecks'  
which
appear to be parts of the buffer text which have been incorrectly over- 
drawn.
(That is, they typically share the same colours as the font-locked  
text which
"created" them moves across the screen.)

They remain in position fixed relative to the buffer (They do not move  
with the
text as it scrolls) until either a buffer switch or C-l redraws the  
screen.
They may also be eliminated if a portion of text scrolls over them and  
is
correctly over-drawn.

A sample of the corruption can be seen at
<url:http://metavore.org/faff/emacs-flyspecks.png> along the left-hand  
margin,
approx 7 chars in.

Finally, their occurrence frequency seems to be related to the  
specific face font. They
occur occasionally with the default (Apple-Monaco-13) font, but are  
far more
prevalent with the Anonymous_Pro font (available from
  <url:http://www.ms-studio.com/FontSales/anonymouspro.html>).

As yet I have not found a font which does not cause them, merely  
alters their
relative frequency of occurrence.

Further testing indicates that the problem may be related to anti- 
aliasing of the fonts.
Setting `ns-antialias-text' to nil eliminates the glitches, but at the  
cost of incredibly ugly
fonts, and so isn't really a suitable fix.

Thanks,

Tom Feist.

In GNU Emacs 23.1.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
  of 2009-08-16 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: Emacs-Lisp

Minor modes in effect:
   shell-dirtrack-mode: t
   eldoc-mode: t
   cua-mode: t
   global-auto-complete-mode: t
   auto-complete-mode: t
   global-auto-revert-mode: t
   yas/global-mode: t
   yas/minor-mode: t
   diff-auto-refine-mode: t
   show-paren-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
   size-indication-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
C-x C-f C-g M-x v e r s i o n <return> C-x C-f . e
m a c s <return> <wheel-down> <double-wheel-down> <triple-wheel-down>
<triple-wheel-down> <triple-wheel-down> <triple-wheel-down>
<triple-wheel-down> <triple-wheel-down> <triple-wheel-down>
<wheel-up> <double-wheel-up> <triple-wheel-up> <triple-wheel-up>
<triple-wheel-up> <triple-wheel-up> <wheel-down> M-x
e m a c s - b u g <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading tramp...done
Quit
GNU Emacs 23.1.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of  
2009-08-16 on black.local
OVERVIEW
Starting new Ispell process [en] ...
Restoring clock data
Loading /Users/tomfeist/.emacs.d/org-clock-save.el (source)...done
Loading vc-svn...done
call-interactively: Text is read-only






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

* bug#4759: 23.1; Minor Visual Corruption ("Flyspecks") on 23.1/OSX
  2009-10-19 14:37 bug#4759: 23.1; Minor Visual Corruption ("Flyspecks") on 23.1/OSX Tom Feist
@ 2016-04-05 20:32 ` Alan Third
  2016-04-11 13:15   ` Tom Feist-Hassan
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Third @ 2016-04-05 20:32 UTC (permalink / raw)
  To: Tom Feist; +Cc: 4759

Tom Feist <t.feist@mhn-ltd.co.uk> writes:

> When scrolling (either via wheel or cursor keys / C-n+p) under certain
> conditions the buffer view will become corrupted with tiny 'flyspecks'
> which appear to be parts of the buffer text which have been
> incorrectly over- drawn. (That is, they typically share the same
> colours as the font-locked text which "created" them moves across the
> screen.)

Hi, sorry it's taken so long for someone to get back to you about this.
I don't see this in Emacs 24 or 25. Are you still seeing this behaviour
in a recent build?
-- 
Alan Third





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

* bug#4759: 23.1; Minor Visual Corruption ("Flyspecks") on 23.1/OSX
  2016-04-05 20:32 ` Alan Third
@ 2016-04-11 13:15   ` Tom Feist-Hassan
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Feist-Hassan @ 2016-04-11 13:15 UTC (permalink / raw)
  To: Alan Third; +Cc: 4759


On 5 Apr 2016, at 21:32, Alan Third <alan@idiocy.org> wrote:

> Tom Feist <t.feist@mhn-ltd.co.uk> writes:
> 
>> When scrolling (either via wheel or cursor keys / C-n+p) under certain
>> conditions the buffer view will become corrupted with tiny 'flyspecks'
>> which appear to be parts of the buffer text which have been
>> incorrectly over- drawn. (That is, they typically share the same
>> colours as the font-locked text which "created" them moves across the
>> screen.)
> 
> Hi, sorry it's taken so long for someone to get back to you about this.
> I don't see this in Emacs 24 or 25. Are you still seeing this behaviour
> in a recent build?
> -- 
> Alan Third

Thanks for chasing it up! I'd totally forgotten about this. I haven't noticed it in quite a long time now, possibly
since upgrade to Emacs 24 some time ago (but I've changed a lot of other things, so no clue if that's what fixed it).

For reference, I'm now running:
"GNU Emacs 24.4.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2014-10-20 on builder10-9.porkrind.org"
on OSX 10.9.5

and it appears to be completely fine on several fonts.

Cheers,

Tom

-- 
Tom Feist-Hassan <t.feist@mhnltd.co.uk>






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

end of thread, other threads:[~2016-04-11 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-19 14:37 bug#4759: 23.1; Minor Visual Corruption ("Flyspecks") on 23.1/OSX Tom Feist
2016-04-05 20:32 ` Alan Third
2016-04-11 13:15   ` Tom Feist-Hassan

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