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 13:39:33 +0300 Message-ID: <83y3oinf2y.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> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1507718413 5522 195.159.176.226 (11 Oct 2017 10:40:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 11 Oct 2017 10:40:13 +0000 (UTC) Cc: lele@metapensiero.it, emacs-devel@gnu.org, mvoteiza@udel.edu, joaotavora@gmail.com, sdl.web@gmail.com, monnier@iro.umontreal.ca To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 11 12:40:06 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 1e2EQj-00085P-EK for ged-emacs-devel@m.gmane.org; Wed, 11 Oct 2017 12:40:01 +0200 Original-Received: from localhost ([::1]:40139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2EQp-0005go-CF for ged-emacs-devel@m.gmane.org; Wed, 11 Oct 2017 06:40:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2EQb-0005c0-U1 for emacs-devel@gnu.org; Wed, 11 Oct 2017 06:39:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2EQY-0002sK-16 for emacs-devel@gnu.org; Wed, 11 Oct 2017 06:39:53 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2EQX-0002sE-UD; Wed, 11 Oct 2017 06:39:49 -0400 Original-Received: from [176.228.60.248] (port=4297 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e2EQX-00079Q-0Y; Wed, 11 Oct 2017 06:39:49 -0400 In-reply-to: (message from Noam Postavsky on Tue, 10 Oct 2017 20:59:42 -0400) 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:219368 Archived-At: > From: Noam Postavsky > Date: Tue, 10 Oct 2017 20:59:42 -0400 > Cc: Eli Zaretskii , Mark Oteiza , Lele Gaifax , > Leo Liu , Stefan Monnier , > Emacs developers > > Another possibility is to put an echoing command in front and exploit > the shell's parsing directly, e.g., > > printf '%s\0' gcc -c -Demacs -I. -I. -I../lib -I../ ... Which shell, though? If Eshell, fine; but if you mean the system shell, that could be unportable.