From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#5953: 23.1.95; objc-mode doesn't fontify Objective-C 2.0 keywords @syntesize and @property correctly Date: Tue, 26 May 2020 20:21:16 +0000 Message-ID: <20200526202116.GC3905@ACM> References: <87o8xvzicx.fsf@gnus.org> <874kyuohtq.fsf@gnus.org> <87h7wwzfiw.fsf@stefankangas.se> <20200524192456.GB6253@ACM> <5b7531a8-f56c-f911-821a-ebc4727e4363@yandex.ru> <20200526183105.GB3905@ACM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="4211"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 5953-done@debbugs.gnu.org, al.skobelev@gmail.com, larsi@gnus.org, sdl.web@gmail.com To: Richard Stallman , stefan@marxist.se, Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue May 26 22:22:11 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jdg5S-000106-NG for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 26 May 2020 22:22:10 +0200 Original-Received: from localhost ([::1]:51372 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdg5R-0001uy-Os for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 26 May 2020 16:22:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdg5L-0001ug-1q for bug-gnu-emacs@gnu.org; Tue, 26 May 2020 16:22:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34911) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jdg5K-0005a3-Oh; Tue, 26 May 2020 16:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jdg5K-0003x1-Lz; Tue, 26 May 2020 16:22:02 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Tue, 26 May 2020 20:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 5953 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: patch Mail-Followup-To: 5953@debbugs.gnu.org, acm@muc.de, al.skobelev@gmail.com Original-Received: via spool by 5953-done@debbugs.gnu.org id=D5953.159052448115130 (code D ref 5953); Tue, 26 May 2020 20:22:02 +0000 Original-Received: (at 5953-done) by debbugs.gnu.org; 26 May 2020 20:21:21 +0000 Original-Received: from localhost ([127.0.0.1]:46455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jdg4e-0003vy-OK for submit@debbugs.gnu.org; Tue, 26 May 2020 16:21:20 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:64902 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1jdg4d-0003vq-0N for 5953-done@debbugs.gnu.org; Tue, 26 May 2020 16:21:19 -0400 Original-Received: (qmail 10851 invoked by uid 3782); 26 May 2020 20:21:17 -0000 Original-Received: from acm.muc.de (p4fe15b30.dip0.t-ipconnect.de [79.225.91.48]) by localhost.muc.de (tmda-ofmipd) with ESMTP; Tue, 26 May 2020 22:21:16 +0200 Original-Received: (qmail 8378 invoked by uid 1000); 26 May 2020 20:21:16 -0000 Content-Disposition: inline In-Reply-To: <20200526183105.GB3905@ACM> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:181071 Archived-At: Hello, all. On Tue, May 26, 2020 at 18:31:05 +0000, Alan Mackenzie wrote: > On Tue, May 26, 2020 at 13:23:36 +0300, Dmitry Gutov wrote: > > On 26.05.2020 07:11, Richard Stallman wrote: > > > This patch is trivial. Only 7 lines are changed, and the change > > > is directly controlled by the job to be done, so it has no > > > creativing. > OK, thanks for that. > > > IANAL, but as I understand US copyright law, there is nothing > > > copyrightable in this change. > That is good to know. > > *And* the author has signed the copyright assignment papers long ago. > That is also very good to know. > > Good note about copyrightability, though. > And if you're still around, Leo, thanks very much for the patch! I'll > commit it in the next day or so. I've committed the patch, and with this post, I'm closing the bug. Many thanks to everybody who's been so patient. > -- > Alan Mackenzie (Nuremberg, Germany).