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: Re: Running makefiles from emacs Date: Wed, 30 Jun 2021 22:49:10 +0300 Message-ID: <87bl7nf7tx.fsf@cock.li> References: <87tulibyap.fsf@zoho.eu> <87pmw6oc1z.fsf@cock.li> <87k0md9cxb.fsf@zoho.eu> <87h7hggafy.fsf@cock.li> <874kdf6uo7.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37046"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.8; emacs 27.2 Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 30 21:53:21 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 1lygGs-0009N9-QO for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 30 Jun 2021 21:53:21 +0200 Original-Received: from localhost ([::1]:54324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lygGr-00048y-SX for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 30 Jun 2021 15:53:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34490) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lygFy-00048n-OG for help-gnu-emacs@gnu.org; Wed, 30 Jun 2021 15:52:23 -0400 Original-Received: from mail.cock.li ([37.120.193.124]:41740) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lygFw-0006v9-EX for help-gnu-emacs@gnu.org; Wed, 30 Jun 2021 15:52:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1625082727; bh=z04LTCMZ8EsNRhigHGqsKBblkSgVCUwwiwD0KeX5Xm0=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=UzXs3RGvl4VVzLgjig1q31RKhbQpOGzpshU1dTfFnNAR6e0N2siPBIdjt0nvNodn7 2qmlmP3kDs3S/AsweMHGvfpM+XlwSUTogmh6ESlFYvpXJnq1UaRIOTXZlDljh8d0yU XNAtxcR+zjhE7uq6ti2pWq5mxPetEe6edvsHpDHIZPP2cPdHUTH2i1pOF0+8zyuv/9 l1qmFj9WSqPpEEG1cTtUAeW/O6+Yc27Bp8TCKFSgfZnbyNNJkZi7VYiF5/3+eWvBxp gsjju3aADPll4BSKRyxn5oExf3gzslhMu3wPNXMes6fkUY8yh1aoTdvM9KjkhcyAkg 0fnl8HZn6wAAA== In-reply-to: <874kdf6uo7.fsf@zoho.eu> Received-SPF: pass client-ip=37.120.193.124; envelope-from=joinlaw@cock.li; helo=mail.cock.li X-Spam_score_int: 12 X-Spam_score: 1.2 X-Spam_bar: + X-Spam_report: (1.2 / 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, RCVD_IN_PBL=3.335, 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:131358 Archived-At: Emanuel Berg via Users list for the GNU Emacs text editor writes: > What is a "single source code program"? That's when you share small programs without makefile or compile script (or any build system actullay) which is also useful for code snippets you can take a look at this post from my blog (although the post is in arabic code blocks are in english) where code snippets include their own compile command in the top of file as local file variable: https://themrfantastic.gitlab.io/blending-modes.html