From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: src/Makefile unhelpful Date: Sat, 17 Sep 2022 22:58:26 +0000 Message-ID: <0b5f34d9bcb219089084@heytings.org> References: <875yhui674.fsf@gnus.org> <8735cy5dg9.fsf@yahoo.com> <83bkrj45lr.fsf@gnu.org> <87zgf12036.fsf@gnus.org> <2b58b8f5425fc083d4ad@heytings.org> <877d251540.fsf@gnus.org> <0b5f34d9bc43b17dd0df@heytings.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11974"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Lars Ingebrigtsen , Eli Zaretskii , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 18 00:59:39 2022 Return-path: Envelope-to: ged-emacs-devel@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 1oZgmg-0002xQ-CS for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Sep 2022 00:59:38 +0200 Original-Received: from localhost ([::1]:58314 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZgmf-0006mB-6i for ged-emacs-devel@m.gmane-mx.org; Sat, 17 Sep 2022 18:59:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZglc-0005pb-KX for emacs-devel@gnu.org; Sat, 17 Sep 2022 18:58:32 -0400 Original-Received: from heytings.org ([95.142.160.155]:44762) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZglb-0001vI-14; Sat, 17 Sep 2022 18:58:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1663455507; bh=tzhVSmpuOCLdVJHTHNy61xkg/OBbSVRVwHDnc+MPkmE=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=GpghREvdlY4AR8a+N90zUVPDnfNxvJX2ZeT5bMUVYsk/vYXLC0O5oDEXhLuXcR08h vOou6Deh4rbfOjwU8NmhAgrKCH3F16BdAAYa9rhv+AUmeDzollw6gzC6IPPkNh8Wew 3tHYOC3EcJryTJ3UqgxAK92RXTZI62i6Tf3QyFF6taI8syL4R5GkyDrR+HpJM/MBYi TJZkRsewIqxEwptAsE67D9qDtNKhmD+YEm0eXGf9iBsV4csucP03pglI8PxzxJFmf0 EYmRln0zBp/p8YvUsHI6TKWpp4IZNpD4p1Tbt2BeWmDpkwXW3RFirKUc1+txTdLSzc /ua+aBtMngCxg== In-Reply-To: Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:295548 Archived-At: > > The verb "consider" takes a gerund (or noun), not an infinitive. So the > above really ought to be: > > You might consider: > - running .... > > with the other "run"s being changed to "running", too. Alternatively, > one could use instead the verb "try", which can take an infinitive (or a > gerund or noun ;-). > Indeed, thanks!