Emacs 23 - How to prevent from backtrace buffer to pop-up -
each time scroll top down / top buffer backtrace buffer pops-up , takes half size of window, quit annoying. don't use @ buffer, know how prevent bracktrace pop-up?
i grateful. :)
lawlist correct; consequence of debug-on-error
variable being set.
if you're not setting yourself, must third-party library. use m-x rgrep
ret debug-on-error
ret (or maybe debug-on-error t
) on site-lisp , custom lisp directories, track down library responsible.
if happen use nxhtml
, it's @ fault (i'm don't think it's been updated anytime recently, , last version saw still had issue in code). in nxhtml-base.el
, comment out offending line (or in autostart.el
if don't have nxhtml-base.el file).
Comments
Post a Comment