
1 Apr
2005
1 Apr
'05
10:44 p.m.
* Luke Gorrie <luke@synap.se> | Eduardo Muñoz <emufer@terra.es> writes: | | > Using M-. with a generic function presents a buffer | > selection thingy. Selecting the desired method or defclass | > opens the desired buffer but then using q to exit the xrefs | > buffer restores de window configuration so I have to select | > the buffer manually. Using C-x o to exit the xref buffer | > leaves it visible but this is something I want to avoid. | | Try selecting the method you want with SPC instead of RET. That way | you will be jumped to the definition and the xref buffer will be | dismissed. Sweet, thanks :) -- Eduardo Muñoz | (prog () 10 (print "Hello world!") http://213.97.131.125/ | 20 (go 10))