emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14339: closed (24.3.50; [patch] ff-find-other-file


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14339: closed (24.3.50; [patch] ff-find-other-file doesn't understand Objective-C)
Date: Mon, 06 May 2013 07:43:02 +0000

Your message dated Mon, 06 May 2013 03:41:19 -0400
with message-id <address@hidden>
and subject line Re: bug#14339: 24.3.50; [patch] ff-find-other-file doesn't 
understand Objective-C
has caused the debbugs.gnu.org bug report #14339,
regarding 24.3.50; [patch] ff-find-other-file doesn't understand Objective-C
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14339: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14339
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; [patch] ff-find-other-file doesn't understand Objective-C Date: Thu, 2 May 2013 22:29:30 -0600
Below is a simple patch to support Objective-C files (.m extension) for
ff-find-other-file and a sample ChangeLog entry.  There are Obj-C files
in the Emacs distribution and I think this would be useful to several
people.

I have copyright assignment papers on file.

Thanks,
Ivan


2013-05-  Ivan Andrus  <address@hidden>

        * lisp/find-file.el (cc-other-file-alist): Add .m extension for
      Objective-C files.



=== modified file 'lisp/find-file.el'
*** lisp/find-file.el   2013-01-01 09:11:05 +0000
--- lisp/find-file.el   2013-05-03 04:17:58 +0000
*************** the preceding slash.  The star represent
*** 245,251 ****
      ("\\.hh\\'"  (".cc" ".C"))

      ("\\.c\\'"   (".h"))
!     ("\\.h\\'"   (".c" ".cc" ".C" ".CC" ".cxx" ".cpp"))

      ("\\.C\\'"   (".H"  ".hh" ".h"))
      ("\\.H\\'"   (".C"  ".CC"))
--- 245,252 ----
      ("\\.hh\\'"  (".cc" ".C"))

      ("\\.c\\'"   (".h"))
!     ("\\.m\\'"   (".h"))
!     ("\\.h\\'"   (".c" ".cc" ".C" ".CC" ".cxx" ".cpp" ".m"))

      ("\\.C\\'"   (".H"  ".hh" ".h"))
      ("\\.H\\'"   (".C"  ".CC"))



--- End Message ---
--- Begin Message --- Subject: Re: bug#14339: 24.3.50; [patch] ff-find-other-file doesn't understand Objective-C Date: Mon, 06 May 2013 03:41:19 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

Thanks; applied.


--- End Message ---

reply via email to

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