Can We Fix a Bug in Emacs?

News

  • Next Org Roam video coming this week (for realz this time)
  • Don’t forget to submit a proposal for EmacsConf 2021 (deadline Sep 30)! https://emacsconf.org/2021/cfp/

Can We Fix a Bug in Emacs?

We’re going to find out :)

Building Emacs

On Debian / Ubuntu, install the following packages:

sudo apt install git build-essential automake
sudo apt build-dep emacs

In Guix:

guix environment --pure emacs-next --ad-hoc git

Now you can clone and build Emacs:

git clone https://git.savannah.gnu.org/git/emacs.git
./autogen.sh
./configure
make

I personally used this configure line:

./configure --with-cairo --with-modules --disable-build-details

Finding a Bug

We may still look at the bug tracker to find one:

https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;max-bugs=100;base-order=1;bug-rev=1

For new contributors, try the easy tag!

Here are the bugs we looked at:

Here’s how to report bugs: https://www.gnu.org/software/emacs/manual/html_node/emacs/Bugs.html

订阅系统工匠通讯!
与最新的系统工匠新闻和更新保持同步! 阅读 Newsletter 浏览更多信息。
名称 (optional)
邮箱