nxhtml-mode breaks geben
Bug #600601 reported by
kjsdb_v2
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nXhtml |
In Progress
|
Medium
|
Unassigned |
Bug Description
May be related to #589635
The debugging features of geben seem to be broken when nxhtml-mode is enabled on the buffer. Pressing debugger keys such as 'o' (geben-step-over) seem to want to edit the buffer (which is read only, because it is under the debugger).
To post a comment you must log in.
Thanks for the new bug report kjsdb_v2.
Could you please try evaluating this
M-: (put 'geben-mode 'permanent-local t)
and see if that solves the problem?