FW: default buffer-enable-undo

2006-09-13 Thread David L
The problem below has been confirmed as a bug (or at least misunderstood behavior) by another user: To: help-gnu-emacs@gnu.org Subject: default buffer-enable-undo Date: Sun, 10 Sep 2006 17:55:22 -0700 I installed emacs from CVS yesterday and I noticed today that buffers are sometimes opened

gdb adds random filename to command

2007-01-16 Thread David L
I loaded a lisp file like this emacs -l foo.lisp at the command line. That file contained one line: (setq gud-gdb-command-name gdb --annotate=3 /tmp/foo) When I tried to run gdb using M-x gdb, it added a random filename from the working directory to the end of the gdb command like this: gdb

Re: gdb adds random filename to command

2007-01-17 Thread David L
I loaded a lisp file like this emacs -l foo.lisp at the command line. That file contained one line: (setq gud-gdb-command-name gdb --annotate=3 /tmp/foo) When I tried to run gdb using M-x gdb, it added a random filename from the working directory to the end of the gdb command like

Re: gdb adds random filename to command

2007-01-19 Thread David L
(In my case, I would never notice that it selected the wrong file, because I bypass the confirmation step using a macro that presses return for me and then changes to the directory from which I want to be in when I run). So that's the source of your problem. Fair enough, although I'm