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
v0.96
Richard Meadows 2015-06-20 19:04:15 +01:00
rodzic 5bab82aa84
commit 0ad06323bb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -241,7 +241,7 @@ etags: $(TAGFILES)
#
.PHONY: emacs
emacs:
@emacs23 $(TAGFILES) Makefile config.mk README.md
@emacs $(TAGFILES) Makefile config.mk README.md
# Test
#