From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: mrf Newsgroups: gmane.emacs.help Subject: flymake don't recognize Makefile in project root directory Date: Wed, 10 Mar 2021 21:46:11 +0300 Message-ID: <87sg527snb.fsf@cock.li> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16100"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.8; emacs 27.1 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Mar 10 19:47:46 2021 Return-path: Envelope-to: geh-help-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 1lK3s1-00045c-Va for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 10 Mar 2021 19:47:45 +0100 Original-Received: from localhost ([::1]:48672 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lK3s0-0000uK-QP for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 10 Mar 2021 13:47:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36370) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lK3rR-0000tg-Kv for help-gnu-emacs@gnu.org; Wed, 10 Mar 2021 13:47:09 -0500 Original-Received: from [37.120.193.123] (port=32860 helo=mail.cock.li) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lK3rP-0007R8-BV for help-gnu-emacs@gnu.org; Wed, 10 Mar 2021 13:47:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1615402022; bh=618rreG0fyCvSwQ10UWxIl811drnX+dFCERr+tyfpps=; h=From:To:Subject:Date:From; b=UHI/umPlyJEBAgxPNzleDZkXwxGTphgFmwZGKBBAd0xgwLoIrfRgveoJ3Kac30DB+ 0QOfhiEMVkusQcC3kzQj5EUeUTbURR1lzQTzLC3udr+a1VWpCe/g3psOKMkAJ8ZBVC 3o5ymizchuBldZJ8MKVJqCalw4F+hzVqo1yQd6V61HgdnzX++Gk0/0E1UmSiYXKSOM 6D9PSuRcNp1A46HkjjXREF3KrXGRXBXSFF528AiEh875lfcMZsKDL74vjL7mGauriR ONz+zdnyxAnxY/XX3zcyrI2DfaFEncnq2daXBz/w6GHDG+GVVBSxpF9f9dzG1vyO2M Xv0i5soOa2xNQ== X-Host-Lookup-Failed: Reverse DNS lookup failed for 37.120.193.123 (failed) Received-SPF: pass client-ip=37.120.193.123; envelope-from=joinlaw@cock.li; helo=mail.cock.li X-Spam_score_int: 19 X-Spam_score: 1.9 X-Spam_bar: + X-Spam_report: (1.9 / 5.0 requ) BAYES_20=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_RP_RNBL=1.31, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:128385 Archived-At: hi, I thought the normal behaviour of flymake is to search for Makefile in current dir then parent dir and so on but in my installation (Artix GNU & Parabola GNU distros) it only search for Makefile in current dir. Is this the normal behaviour or what? because I see link that says it will search for parent directories https://stackoverflow.com/questions/22242612/where-and-how-to-create-a-makefile-for-flymake BTW, I know flycheck is avaliable and I use it but now I want to try flymake at this time, Also I run emacs in -Q mode and disabled all my configs.