emacs-devel
[Top][All Lists]
Advanced

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

Horrible kludge in ff-get-file


From: Richard Stallman
Subject: Horrible kludge in ff-get-file
Date: Sun, 16 Jul 2006 13:31:10 -0400

I just saw this code in ada-mode.el

  ;; Another special construct for find-file.el : when in a separate clause,
  ;; go to the correct package.
  (add-to-list 'ff-special-constructs
               (cons "^separate[ \t\n]*(\\(\\(\\sw\\|[_.]\\)+\\))"
                     (lambda ()
                       (if (fboundp 'ff-get-file)
                           (if (boundp 'fname)
                               (setq fname (ff-get-file
                                            ada-search-directories-internal
                                            (ada-make-filename-from-adaname
                                             (match-string 1))
                                            ada-spec-suffixes)))))))

This would be clean if fname were renamed to a clean meaningful name
and had a defvar.

Would someone please do that?




reply via email to

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