[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lexbind (was: Emacs 23.3 released)
From: |
Juanma Barranquero |
Subject: |
Re: Lexbind (was: Emacs 23.3 released) |
Date: |
Thu, 17 Mar 2011 19:06:48 +0100 |
On Thu, Mar 17, 2011 at 17:07, Eli Zaretskii <address@hidden> wrote:
> That could indicate that it is looping in redisplay.
I suppose you've not forgotten, but this is the lexical-new branch. I
have no trouble on trunk. Also, I'm using my setup, which includes
(setq-default bidi-display-reordering (boundp 'bidi-display-reordering))
After I type finish once, I get
(gdb) finish
Run till exit from #0 try_scrolling (window=55221765,
just_this_one_p=0, arg_scroll_conservatively=143165576, scroll_step=0,
temp_scroll_step=0,
last_line_misfit=0) at xdisp.c:13128
and it's stuck again with ~28% CPU. A further C-c (or four, to be
precise) bring this:
[New Thread 3584.0xdcc]
[New Thread 3584.0x850]
[New Thread 3584.0x1238]
[New Thread 3584.0x11fc]
[Switching to Thread 3584.0x11fc]
0x76ea01c4 in ntdll!LdrFindResource_U () from C:\Windows\system32\ntdll.dll
Quit (expect signal SIGINT when the program is resumed)
(gdb)
"finish" not meaningful in the outermost frame.
(gdb) bt
#0 0x76ea01c4 in ntdll!LdrFindResource_U () from C:\Windows\system32\ntdll.dll
Lisp Backtrace:
"completing-read" (0x88ecf0)
"setq" (0x88eee0)
"let" (0x88f0d0)
"call-interactively" (0x88f394)
"electric-helpify" (0x88f614)
"electric-describe-variable" (0x88f8c4)
"call-interactively" (0x88fb34)
(gdb)
- Re: Emacs 23.3 released, (continued)
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/11
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/12
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/14
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/14
- RE: Lexbind (was: Emacs 23.3 released), Stefan Monnier, 2011/03/14
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/16
- Re: Lexbind (was: Emacs 23.3 released), Eli Zaretskii, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Eli Zaretskii, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released),
Juanma Barranquero <=
- Re: Lexbind (was: Emacs 23.3 released), Eli Zaretskii, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/18
- Re: Lexbind (was: Emacs 23.3 released), Eli Zaretskii, 2011/03/19
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/19
- Re: Lexbind, Stefan Monnier, 2011/03/17
- Re: Lexbind, Wojciech Meyer, 2011/03/17
- Re: Lexbind, Juanma Barranquero, 2011/03/17
- Re: Lexbind, joakim, 2011/03/18
Re: Emacs 23.3 released, Mike Mattie, 2011/03/10