unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2701: 23.0.91; flashing/slow highlighting
@ 2009-03-17 19:53 ` David Abrahams
  2009-03-17 20:25   ` Dan Nicolaescu
  2009-05-31 16:10   ` bug#2701: marked as done (23.0.91; flashing/slow highlighting) Emacs bug Tracking System
  0 siblings, 2 replies; 7+ messages in thread
From: David Abrahams @ 2009-03-17 19:53 UTC (permalink / raw)
  To: emacs-pretest-bug


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Put the following in a buffer and `M-x compilation-mode'.  Then hover
the mouse over the beginning of any line.  The text highlighting sweeps
visibly slowly across from left to right; it actually appears to be
happening twice for every line.  Regardless, it's way too slow.  This is
a recent snapshot on MacOSX.

=== schnipp ===
/Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp: In constructor 'quickbook::template_stack::template_stack()':
/Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp:87: warning: 'quickbook::template_stack::scopes' will be initialized after
/Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp:82: warning:   'boost::spirit::classic::functor_parser<quickbook::template_stack::parser> quickbook::template_stack::scope'
/Users/dave/src/boost/tools/quickbook/detail/template_stack.cpp:17: warning:   when initialized here
gcc.compile.c++ ../../../bin.v2/tools/quickbook/gcc-4.0.1/debug/link-static/detail/markups.o
=== schnapp ===

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions.


In GNU Emacs 23.0.91.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
 of 2009-03-05 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: Compilation

Minor modes in effect:
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  show-paren-mode: t
  server-mode: t
  global-auto-revert-mode: t
  delete-selection-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
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-n C-n C-n M-x s v n - s t a t <tab> <return> <M-backspace> 
<backspace> s r c / b o o s t / l i b <tab> p y <tab> 
<return> C-s SPC M SPC C-s C-n C-p u C-p r y e s <return> 
M-< M-x C-g C-g C-x C-f e n <tab> <backspace> <backspace> 
<M-backspace> <M-backspace> <M-backspace> e n <tab> 
<backspace> <backspace> <tab> <tab> s <backspace> b 
o <tab> / <tab> <tab> e n <tab> u <tab> <return> n 
C-c C-a C-n n p C-c C-a C-x C-p C-x C-p C-x C-s C-x 
C-f C-g C-g C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-x C-f <M-backspace> <M-backspace> 
<M-backspace> <M-backspace> b o o s t <tab> / l i <tab> 
<M-backspace> t o o <tab> b u <tab> b j <tab> <backspace> 
<backspace> <tab> <tab> j a <tab> <backspace> <backspace> 
<tab> <tab> <M-backspace> j a <tab> <tab> <tab> / <return> 
C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-p C-n C-p 
C-n M-x c o m p i l e <tab> <return> b u i l C-a C-k 
b u i l d - <backspace> _ d i s t . h s <backspace> 
<backspace> s h <return> n n C-x C-n C-x C-n M-x M-p 
<return> C-a . / <return> n n M-> <help-echo> <down-mouse-1> 
<mouse-1> <help-echo> <down-mouse-1> <mouse-1> C-n 
C-n C-n C-n C-n C-n C-n C-a C-p C-p C-p C-SPC C-n C-n 
C-n C-n C-n C-n C-n C-n C-p M-w M-x e m a <tab> b u 
<tab> C-a - <tab> C-a <tab> r e p <tab> <return>

Recent messages:
Mark set
Hunk applied
Saving file /Users/dave/src/boost/libs/python/test/enum.cpp...
Wrote /Users/dave/src/boost/libs/python/test/enum.cpp
Quit [2 times]
Making completion list... [4 times]
Compilation exited abnormally with code 127
Mark set [2 times]
Compilation finished
Making completion list...

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com






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

* bug#2701: 23.0.91; flashing/slow highlighting
  2009-03-17 19:53 ` bug#2701: 23.0.91; flashing/slow highlighting David Abrahams
@ 2009-03-17 20:25   ` Dan Nicolaescu
  2009-03-17 20:40     ` David Abrahams
  2009-05-31 16:10   ` bug#2701: marked as done (23.0.91; flashing/slow highlighting) Emacs bug Tracking System
  1 sibling, 1 reply; 7+ messages in thread
From: Dan Nicolaescu @ 2009-03-17 20:25 UTC (permalink / raw)
  To: David Abrahams; +Cc: 2701

David Abrahams <dave@boostpro.com> writes:

  > Please write in English if possible, because the Emacs maintainers
  > usually do not have translators to read other languages for them.
  > 
  > Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.
  > 
  > Please describe exactly what actions triggered the bug
  > and the precise symptoms of the bug:
  > 
  > Put the following in a buffer and `M-x compilation-mode'.  Then hover
  > the mouse over the beginning of any line.  The text highlighting sweeps
  > visibly slowly across from left to right; it actually appears to be
  > happening twice for every line.  Regardless, it's way too slow.  This is
  > a recent snapshot on MacOSX.
  > 
  > === schnipp ===
  > /Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp: In constructor 'quickbook::template_stack::template_stack()':
  > /Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp:87: warning: 'quickbook::template_stack::scopes' will be initialized after
  > /Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp:82: warning:   'boost::spirit::classic::functor_parser<quickbook::template_stack::parser> quickbook::template_stack::scope'
  > /Users/dave/src/boost/tools/quickbook/detail/template_stack.cpp:17: warning:   when initialized here
  > gcc.compile.c++ ../../../bin.v2/tools/quickbook/gcc-4.0.1/debug/link-static/detail/markups.o
  > === schnapp ===

Works fine for me on GNU/Linux.






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

* bug#2701: 23.0.91; flashing/slow highlighting
  2009-03-17 20:25   ` Dan Nicolaescu
@ 2009-03-17 20:40     ` David Abrahams
  2009-03-17 20:51       ` Dan Nicolaescu
  0 siblings, 1 reply; 7+ messages in thread
From: David Abrahams @ 2009-03-17 20:40 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 2701


on Tue Mar 17 2009, Dan Nicolaescu <dann-AT-ics.uci.edu> wrote:

> Works fine for me on GNU/Linux.

Me too, of course.  I was reporting a platform-specific problem.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com






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

* bug#2701: 23.0.91; flashing/slow highlighting
  2009-03-17 20:40     ` David Abrahams
@ 2009-03-17 20:51       ` Dan Nicolaescu
  2009-03-17 21:28         ` David Abrahams
  2009-03-17 21:34         ` Marco Pessotto
  0 siblings, 2 replies; 7+ messages in thread
From: Dan Nicolaescu @ 2009-03-17 20:51 UTC (permalink / raw)
  To: David Abrahams; +Cc: 2701

David Abrahams <dave@boostpro.com> writes:

  > on Tue Mar 17 2009, Dan Nicolaescu <dann-AT-ics.uci.edu> wrote:
  > 
  > > Works fine for me on GNU/Linux.
  > 
  > Me too, of course.  I was reporting a platform-specific problem.

Which is exactly the point of my message, to allow this to be classified
as a platform-specific problem :-)






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

* bug#2701: 23.0.91; flashing/slow highlighting
  2009-03-17 20:51       ` Dan Nicolaescu
@ 2009-03-17 21:28         ` David Abrahams
  2009-03-17 21:34         ` Marco Pessotto
  1 sibling, 0 replies; 7+ messages in thread
From: David Abrahams @ 2009-03-17 21:28 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 2701


On Mar 17, 2009, at 4:51 PM, Dan Nicolaescu wrote:

> David Abrahams <dave@boostpro.com> writes:
>
>> on Tue Mar 17 2009, Dan Nicolaescu <dann-AT-ics.uci.edu> wrote:
>>
>>> Works fine for me on GNU/Linux.
>>
>> Me too, of course.  I was reporting a platform-specific problem.
>
> Which is exactly the point of my message, to allow this to be  
> classified
> as a platform-specific problem :-)


Thanks for clarifying.  Next time I know that to be the case I'll be  
sure to note it in the report.

--
David Abrahams
BoostPro Computing
http://boostpro.com










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

* bug#2701: 23.0.91; flashing/slow highlighting
  2009-03-17 20:51       ` Dan Nicolaescu
  2009-03-17 21:28         ` David Abrahams
@ 2009-03-17 21:34         ` Marco Pessotto
  1 sibling, 0 replies; 7+ messages in thread
From: Marco Pessotto @ 2009-03-17 21:34 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 2701

Dan Nicolaescu <dann@ics.uci.edu> writes:

> David Abrahams <dave@boostpro.com> writes:
>
>   > on Tue Mar 17 2009, Dan Nicolaescu <dann-AT-ics.uci.edu> wrote:
>   > 
>   > > Works fine for me on GNU/Linux.
>   > 
>   > Me too, of course.  I was reporting a platform-specific problem.
>
> Which is exactly the point of my message, to allow this to be classified
> as a platform-specific problem :-)

On GNU/Linux I experiences flashes/slow highlighting too, (with
flyspell) but I wasn't able to reproduce this specific case. I don't
think it's a platform-specific problem, but rather a performance
problem. 

--Marco






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

* bug#2701: marked as done (23.0.91; flashing/slow highlighting)
  2009-03-17 19:53 ` bug#2701: 23.0.91; flashing/slow highlighting David Abrahams
  2009-03-17 20:25   ` Dan Nicolaescu
@ 2009-05-31 16:10   ` Emacs bug Tracking System
  1 sibling, 0 replies; 7+ messages in thread
From: Emacs bug Tracking System @ 2009-05-31 16:10 UTC (permalink / raw)
  To: Adrian Robert

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


Your message dated Sun, 31 May 2009 23:06:01 +0700
with message-id <A80401A0-ED0F-4E5F-BBA7-C1E1797E9368@gmail.com>
and subject line 
has caused the Emacs bug report #2701,
regarding 23.0.91; flashing/slow highlighting
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.)


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

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

From: David Abrahams <dave@boostpro.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.91; flashing/slow highlighting
Date: Tue, 17 Mar 2009 15:53:00 -0400
Message-ID: <m23adc9bab.fsf@boostpro.com>


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Put the following in a buffer and `M-x compilation-mode'.  Then hover
the mouse over the beginning of any line.  The text highlighting sweeps
visibly slowly across from left to right; it actually appears to be
happening twice for every line.  Regardless, it's way too slow.  This is
a recent snapshot on MacOSX.

=== schnipp ===
/Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp: In constructor 'quickbook::template_stack::template_stack()':
/Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp:87: warning: 'quickbook::template_stack::scopes' will be initialized after
/Users/dave/src/boost/tools/quickbook/detail/./template_stack.hpp:82: warning:   'boost::spirit::classic::functor_parser<quickbook::template_stack::parser> quickbook::template_stack::scope'
/Users/dave/src/boost/tools/quickbook/detail/template_stack.cpp:17: warning:   when initialized here
gcc.compile.c++ ../../../bin.v2/tools/quickbook/gcc-4.0.1/debug/link-static/detail/markups.o
=== schnapp ===

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions.


In GNU Emacs 23.0.91.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
 of 2009-03-05 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: Compilation

Minor modes in effect:
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  show-paren-mode: t
  server-mode: t
  global-auto-revert-mode: t
  delete-selection-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
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-n C-n C-n M-x s v n - s t a t <tab> <return> <M-backspace> 
<backspace> s r c / b o o s t / l i b <tab> p y <tab> 
<return> C-s SPC M SPC C-s C-n C-p u C-p r y e s <return> 
M-< M-x C-g C-g C-x C-f e n <tab> <backspace> <backspace> 
<M-backspace> <M-backspace> <M-backspace> e n <tab> 
<backspace> <backspace> <tab> <tab> s <backspace> b 
o <tab> / <tab> <tab> e n <tab> u <tab> <return> n 
C-c C-a C-n n p C-c C-a C-x C-p C-x C-p C-x C-s C-x 
C-f C-g C-g C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-x C-f <M-backspace> <M-backspace> 
<M-backspace> <M-backspace> b o o s t <tab> / l i <tab> 
<M-backspace> t o o <tab> b u <tab> b j <tab> <backspace> 
<backspace> <tab> <tab> j a <tab> <backspace> <backspace> 
<tab> <tab> <M-backspace> j a <tab> <tab> <tab> / <return> 
C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-p C-n C-p 
C-n M-x c o m p i l e <tab> <return> b u i l C-a C-k 
b u i l d - <backspace> _ d i s t . h s <backspace> 
<backspace> s h <return> n n C-x C-n C-x C-n M-x M-p 
<return> C-a . / <return> n n M-> <help-echo> <down-mouse-1> 
<mouse-1> <help-echo> <down-mouse-1> <mouse-1> C-n 
C-n C-n C-n C-n C-n C-n C-a C-p C-p C-p C-SPC C-n C-n 
C-n C-n C-n C-n C-n C-n C-p M-w M-x e m a <tab> b u 
<tab> C-a - <tab> C-a <tab> r e p <tab> <return>

Recent messages:
Mark set
Hunk applied
Saving file /Users/dave/src/boost/libs/python/test/enum.cpp...
Wrote /Users/dave/src/boost/libs/python/test/enum.cpp
Quit [2 times]
Making completion list... [4 times]
Compilation exited abnormally with code 127
Mark set [2 times]
Compilation finished
Making completion list...

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com



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

From: Adrian Robert <adrian.b.robert@gmail.com>
To: 2701-done@emacsbugs.donarmstrong.com
Subject: 
Date: Sun, 31 May 2009 23:06:01 +0700
Message-ID: <A80401A0-ED0F-4E5F-BBA7-C1E1797E9368@gmail.com>

Closing, fixed by changes to nsterm.m 2009-05-07.


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

end of thread, other threads:[~2009-05-31 16:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <A80401A0-ED0F-4E5F-BBA7-C1E1797E9368@gmail.com>
2009-03-17 19:53 ` bug#2701: 23.0.91; flashing/slow highlighting David Abrahams
2009-03-17 20:25   ` Dan Nicolaescu
2009-03-17 20:40     ` David Abrahams
2009-03-17 20:51       ` Dan Nicolaescu
2009-03-17 21:28         ` David Abrahams
2009-03-17 21:34         ` Marco Pessotto
2009-05-31 16:10   ` bug#2701: marked as done (23.0.91; flashing/slow highlighting) Emacs bug Tracking System

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