emacs-devel
[Top][All Lists]
Advanced

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

Re: Help cross reference to source file


From: Richard Stallman
Subject: Re: Help cross reference to source file
Date: Sun, 09 Jul 2006 15:04:22 -0400

    Even if help can't take me to the right place in the source file, I think it
    should open the file - and provide the error message, inviting me to search
    for it in the file.

Does this give behavior you like?

*** find-func.el        18 Apr 2006 16:51:36 -0400      1.72
--- find-func.el        09 Jul 2006 14:48:06 -0400      
***************
*** 244,249 ****
--- 244,250 ----
                (progn
                  (beginning-of-line)
                  (cons (current-buffer) (point)))
+             (switch-to-buffer (current-buffer))
              (error "Cannot find definition of `%s' in library `%s'"
                     symbol library))))))))
  




reply via email to

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