Re: [Mac-emacs-users] Bus error when attempting to run two emacs -nw on 10.1.5
Brought to you by:
akochoi
|
From: Andrew C. <ak...@sh...> - 2002-06-26 18:09:49
|
> > [...] > > gdb --command=~/gdb_run_emacs_commands --args emacs -nw > > Which version of gdb are you using? [...] I have: choi@localhost:~$ gdb -v GNU gdb 5.1-20020125 (Apple version gdb-213) (Wed Apr 3 04:16:48 GMT 2002) Copyright 2002 Free Software Foundation, Inc. [...] This is from the Developer Tools Preview in April. Alternatively you can put the line run -nw instead of run in your commands file and leave out --args and -nw. It's all in the manual. |