emacs-devel
[Top][All Lists]
Advanced

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

Re: New Flymake rewrite in emacs-26


From: Noam Postavsky
Subject: Re: New Flymake rewrite in emacs-26
Date: Wed, 11 Oct 2017 08:16:43 -0400

On Wed, Oct 11, 2017 at 6:39 AM, Eli Zaretskii <address@hidden> wrote:

>> 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.

Oh right. Maybe we could do 'make -f check-shell.mk get-shell', where
check-shell.mk is:

include Makefile
get-shell: ; echo $(SHELL)



reply via email to

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