caldwell / build-emacs

Build scripts for www.emacsformacosx.com
http://www.emacsformacosx.com/about
GNU General Public License v3.0
364 stars 61 forks source link

Emacs Code Browser (ecb) doesn't work with Emacs 29.x version #135

Closed IgorV-fp closed 7 months ago

IgorV-fp commented 11 months ago

Emacs Code Browser (ecb) doesn't work with Emacs 29.x version some functions required by ecb are void.

caldwell commented 7 months ago

I'm not sure if this is a bug in Emacs 29 or not—the Emacs maintainers deprecate library functions and change things/fix bugs all the time. I'm not actually sure what their position on backwards compatibility is. It probably depends on exactly what is broken. It could be that ecb needs to be updated for Emacs 29.

At any rate, that's a question for the Emacs maintainers: use M-x report-emacs-bug to create a bug report. This repo is just for scripts to build Emacs on macOS.