nxhtml and geben: debug mode stops responding to keystrokes upon step into html/php mixed line

Posted by artistoex on Stack Overflow See other posts from Stack Overflow or by artistoex
Published on 2010-05-20T15:58:39Z Indexed on 2010/05/20 16:00 UTC
Read the original article Hit count: 285

Filed under:
|
|
|

I'm using the php debugger geben and nxhtml-mode. While debugging, as soon as I step into a mixed line such as

 <foo><?php bar(); ?></foo>

the debugger is no longer accepting any key-strokes. However, the mode line still indicates the debugger's presence (*debugging*'-entry). I guess this due to nxhtml's mode changes, because it's the exact same behavior geben shows after disabling end re-enabling it. Does anybody use nxhtml together with geben and has fixed it? Or is it possible to configure emacs to enable nxhtml conditionaly, such that php-mode is used instead when the buffer was opened by geben?

© Stack Overflow or respective owner

Related posts about geben

Related posts about php