From 0ad06323bb6e55adf8d8e1510e057c17d81458f5 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Sat, 20 Jun 2015 19:04:15 +0100 Subject: [PATCH] Finally moved to emacs24, still using gdb-ui though To use gdb-ui rather than the broken gdb-mi you'll need to: - Grab `gdb-ui.el` and `gdb-ui.elc` from emacs 23 source - Put them in your load path somewhere - `(require 'gdb-ui)` in your init --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index 2dd0e5b..314563b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -241,7 +241,7 @@ etags: $(TAGFILES) # .PHONY: emacs emacs: - @emacs23 $(TAGFILES) Makefile config.mk README.md + @emacs $(TAGFILES) Makefile config.mk README.md # Test #