GNU bug report logs - #28746
27.0.50; cc-mode should automatically detect Objective-C headers

Previous Next

Packages: emacs, cc-mode;

Reported by: Philipp <p.stephani2 <at> gmail.com>

Date: Sun, 8 Oct 2017 14:16:01 UTC

Severity: wishlist

Found in version 27.0.50

Full log


Message #8 received at 28746 <at> debbugs.gnu.org (full text, mbox):

From: Philipp Stephani <p.stephani2 <at> gmail.com>
To: 28746 <at> debbugs.gnu.org
Subject: Re: bug#28746: 27.0.50; cc-mode should automatically detect
 Objective-C headers
Date: Sun, 08 Oct 2017 14:24:28 +0000
[Message part 1 (text/plain, inline)]
Philipp <p.stephani2 <at> gmail.com> schrieb am So., 8. Okt. 2017 um 16:16 Uhr:

>
> Visit a file with a file name extension of .h and the following
> contents:
>
> @interface foo {
> }
> - (void)method;
> @end
>
> The buffer will be in c-mode, not objc-mode.  CC-Mode should
> automatically detect that this is an Objective-C header and switch to
> objc-mode.  Probably searching for @interface or @implementation should
> cover most cases.
>

It seems like CC-Mode is already doing something similar with
`c-or-c++-mode'. Probably that functionality should be extended to cover
Objective-C (and Objective-C++?) as well.
[Message part 2 (text/html, inline)]

This bug report was last modified 4 years and 131 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.