FS#30400 - [ecb] 2.40.1pre-5 no longer works with emacs 24.1-2

Attached to Project: Community Packages
Opened by Peter Ross (peterross) - Friday, 22 June 2012, 09:27 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 22 June 2012, 13:32 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

In emacs 24.1-2, the Emacs Code Browser (2.40.1pre-5) will not start -- complains about a missing symbol: stack-trace-on-error

Additional info:

This happens because the symbol stack-trace-on-error was removed from emacs. An easy fix is to
edit /usr/share/emacs/site-lisp/ecb.el:

1219c1219
< (let ((stack-trace-on-error stack-trace-on-error))
---
> (let ((debug-on-error debug-on-error))

and recompile ecb (see the README). The symbol debug-on-error is available in earlier emacs versions, at least back to 23.1, but not sure how much earlier.
This task depends upon

Closed by  Sergej Pupykin (sergej)
Friday, 22 June 2012, 13:32 GMT
Reason for closing:  Fixed

Loading...