unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; emacs hangs when using (tabbar-forward-group) repeatly.
@ 2008-03-14  2:21 Kyle M. Lee
  2008-03-14  9:42 ` Stephen Berman
  0 siblings, 1 reply; 3+ messages in thread
From: Kyle M. Lee @ 2008-03-14  2:21 UTC (permalink / raw)
  To: emacs-pretest-bug

I compiled cvs emacs with mingw32-gcc3.4 and image support on Windows
XP, and ran with --disable-font-backend.

To reproduce this bug, keep pressing key-binding to
(tabbar-forward-group), and emacs will hang, even I release all the
keys pressed. That looks like emacs keep refreshing the tabbar's
arrow.


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-03-10 on RAZ0R
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -I./inc -pipe'

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: CHS
  value of $XMODIFIERS: nil
  locale-coding-system: cp936
  default-enable-multibyte-characters: t

Major mode: Text

Minor modes in effect:
  shell-dirtrack-mode: t
  which-function-mode: t
  ecb-minor-mode: t
  desktop-save-mode: t
  recentf-mode: t
  show-paren-mode: t
  auto-image-file-mode: t
  tabbar-mwheel-mode: t
  tabbar-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
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  view-mode: t

Recent input:
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-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-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-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-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-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-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-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-v
C-v C-l M-v 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-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-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-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-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-n C-n
C-n C-n C-n C-n C-n M-x r e p o r t <tab> <return>

Recent messages:
current-kill: Kill ring is empty
Quit
Type "q" to delete this window.
Mark set
Making completion list...
call-interactively: Text is read-only
Making completion list...
Quit
Loading vc-cvs...done
Mark saved where search started
call-interactively: End of buffer





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

* Re: 23.0.60; emacs hangs when using (tabbar-forward-group) repeatly.
  2008-03-14  2:21 23.0.60; emacs hangs when using (tabbar-forward-group) repeatly Kyle M. Lee
@ 2008-03-14  9:42 ` Stephen Berman
  2008-03-15  3:11   ` Kyle M. Lee
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Berman @ 2008-03-14  9:42 UTC (permalink / raw)
  To: emacs-devel; +Cc: emacs-pretest-bug

On Fri, 14 Mar 2008 10:21:46 +0800 "Kyle M. Lee" <mail2kyle@gmail.com> wrote:

> I compiled cvs emacs with mingw32-gcc3.4 and image support on Windows
> XP, and ran with --disable-font-backend.
>
> To reproduce this bug, keep pressing key-binding to
> (tabbar-forward-group), and emacs will hang, even I release all the
> keys pressed. That looks like emacs keep refreshing the tabbar's
> arrow.
>
>
> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>  of 2008-03-10 on RAZ0R

I cannot reproduce this on GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+
Version 2.12.0) of 2008-03-13 on escher.  Since tabbar.el is not part of
Emacs, you need to make sure the bug isn't in tabbar.el, even though it
may not happen in earlier versions of Emacs.  What version of tabbar.el
are you using?  (I tested with tabbar.el,v 1.69 2006/06/08 08:27:39.)

Steve Berman





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

* Re: 23.0.60; emacs hangs when using (tabbar-forward-group) repeatly.
  2008-03-14  9:42 ` Stephen Berman
@ 2008-03-15  3:11   ` Kyle M. Lee
  0 siblings, 0 replies; 3+ messages in thread
From: Kyle M. Lee @ 2008-03-15  3:11 UTC (permalink / raw)
  To: emacs-devel

Stephen Berman 写道:
> > On Fri, 14 Mar 2008 10:21:46 +0800 "Kyle M. Lee"
<mail2kyle@gmail.com> wrote:
> >
>> >> I compiled cvs emacs with mingw32-gcc3.4 and image support on Windows
>> >> XP, and ran with --disable-font-backend.
>> >>
>> >> To reproduce this bug, keep pressing key-binding to
>> >> (tabbar-forward-group), and emacs will hang, even I release all the
>> >> keys pressed. That looks like emacs keep refreshing the tabbar's
>> >> arrow.
>> >>
>> >>
>> >> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>> >>  of 2008-03-10 on RAZ0R
> >
> > I cannot reproduce this on GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+
> > Version 2.12.0) of 2008-03-13 on escher.

I found a simplest way to reproduce this bug on Windows XP.
C-h t RET to open tutorial(chinese language), and keep pressing C-~
which is the key-binding to (tabbar-forward-group) several times,
then the emacs hanged.

Maybe this bug is related to unicode something? I know little about
emacs internal.





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

end of thread, other threads:[~2008-03-15  3:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-14  2:21 23.0.60; emacs hangs when using (tabbar-forward-group) repeatly Kyle M. Lee
2008-03-14  9:42 ` Stephen Berman
2008-03-15  3:11   ` Kyle M. Lee

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