On 01/28/2010 04:49 AM, Mark Evenson wrote:> On 1/27/10 8:50 PM, Mark Harig wrote:>>>> In the interest of making the SLIME ChangeLogs more useful, I have>> written the following notes concerning Change Log mode.>>>>>> 1. The major mode Change Log can be used with ChangeLog files to make>> them behave as hypertext that can then be used to review quickly the>> changes that are described. To do this, type C-c C-c when point is>> before or on a properly-formatted ChangeLog entry, and the changed>> file will displayed in another window, optionally, at the definition>> of a specified symbol.>> […]>> Is there a convention to specify which specialization of a CL generic > function a comment refers to? Emacs 23.1 just seems to go to the first > DEFMETHOD it finds.>>Although there is no way to specify what you have asked, Change Logmode's C-c C-c can still be used to find quickly the particular methodthat you have defined. For example, with the ChangeLog entry: * swank-abcl.lisp (emacs-inspect)typing C-c C-c repeatedly will cause Emacs to cycle through theseveral definitions of the method `emacs-inspect'. The descriptionfollowing the file name and parenthesized symbol name might containsomething like: * swank-abcl.lisp (emacs-inspect): [o java:java-object]...other descriptive text...This avoids using parentheses that confuse Change Log mode, but stillhelp readers quickly locate the definition that has been changed.