From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: New Flymake rewrite in emacs-26 Date: Wed, 11 Oct 2017 15:13:18 +0300 Message-ID: <83shepopb5.fsf@gnu.org> References: <8760bwz5qf.fsf@gmail.com> <83infw1dkz.fsf@gnu.org> <87efqbb35x.fsf@gmail.com> <831smbqe70.fsf@gnu.org> <87tvz79h0s.fsf@gmail.com> <83wp43ov7s.fsf@gnu.org> <87bmlf9dh3.fsf@gmail.com> <83tvz7ot1o.fsf@gnu.org> <87y3oj7x60.fsf@gmail.com> <87a80y8s3s.fsf@gmail.com> <831smaoubw.fsf@gnu.org> <87y3oh7v16.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1507724041 19191 195.159.176.226 (11 Oct 2017 12:14:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 11 Oct 2017 12:14:01 +0000 (UTC) Cc: npostavs@users.sourceforge.net, lele@metapensiero.it, emacs-devel@gnu.org, mvoteiza@udel.edu, monnier@iro.umontreal.ca, sdl.web@gmail.com To: joaotavora@gmail.com (=?utf-8?B?Sm/Do28gVMOhdm9yYQ==?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 11 14:13:57 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2FtX-0003rV-Bl for ged-emacs-devel@m.gmane.org; Wed, 11 Oct 2017 14:13:51 +0200 Original-Received: from localhost ([::1]:40754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2Fte-0003i3-MP for ged-emacs-devel@m.gmane.org; Wed, 11 Oct 2017 08:13:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2FtW-0003hw-Jp for emacs-devel@gnu.org; Wed, 11 Oct 2017 08:13:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2FtS-0006Nz-PI for emacs-devel@gnu.org; Wed, 11 Oct 2017 08:13:50 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2FtE-0006Gl-Gs; Wed, 11 Oct 2017 08:13:32 -0400 Original-Received: from [176.228.60.248] (port=4398 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e2FtD-00044M-IL; Wed, 11 Oct 2017 08:13:32 -0400 In-reply-to: <87y3oh7v16.fsf@gmail.com> (joaotavora@gmail.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:219371 Archived-At: > From: joaotavora@gmail.com (João Távora) > Cc: npostavs@users.sourceforge.net, lele@metapensiero.it, emacs-devel@gnu.org, mvoteiza@udel.edu, monnier@iro.umontreal.ca, sdl.web@gmail.com > Date: Wed, 11 Oct 2017 13:01:41 +0100 > > If we are going to make it specific to Emacs, this sounds more > complicated than adding a "check-syntax" target to the Makefile, which > would bring the (minor) benefit that people using emacs < 26.1 could > also use older Flymake to edit Emacs sources. Yes, a special Makefile target is also OK.