Nick Roberts <[EMAIL PROTECTED]> writes: > > I agree with you that we need to have this feature. > > > > But can't gdb-ui just bind [left-fringe mouse-1] to a gdb-ui specific > > command in global-map? That command could check if the buffer is > > a source file and set breakpoints accordingly (if gdb is running > > and in a state that allows it to set a breakpoint), and just > > do mouse-set-point otherwise. > > That would be fine with me, but what if later someone else wants to use > [left-fringe mouse-1] for another purpose?
You got there first :-) Other modes can bind it in their mode specific local keymap or whatever... -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ Emacs-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-devel
