emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] find-file-noselect-1


From: Nick Roberts
Subject: Re: [PATCH] find-file-noselect-1
Date: Fri, 11 Feb 2005 23:44:14 +1300

 > But what if I have N files opened already and then load/start gdb -- 
 > are those files already opened "gdb enabled" using Nick's method?

They aren't in the patch I presented but it would be quite easy to adapt the
hook to do that. It would just need to cycle through all the buffers, find out
which are associated with a file, test if the file is part of the source code
of the current GDB session (as in the patch), and enable for GDB if
appropriate.

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]