From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mohsin Kaleem Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] Add package flymake-rest Date: Sat, 22 Apr 2023 11:27:49 +0100 Message-ID: <87leikb49m.fsf@kisara.moe> References: <87bkw8e83f.fsf@kisara.moe> <87h760uymx.fsf@posteo.net> <877d6we3bj.fsf@kisara.moe> <87k0avdeox.fsf@posteo.net> <87wn255n8a.fsf@kisara.moe> <87bkjgl88w.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9731"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Monnier , emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 22 13:04:27 2023 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 1pqB2Z-0002JM-Jb for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Apr 2023 13:04:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pqB1s-0001GU-3R; Sat, 22 Apr 2023 07:03:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqATB-00035y-G6 for emacs-devel@gnu.org; Sat, 22 Apr 2023 06:27:53 -0400 Original-Received: from 119.ip-51-38-65.eu ([51.38.65.119] helo=mail.kisara.moe) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pqAT8-0006Nu-Gs for emacs-devel@gnu.org; Sat, 22 Apr 2023 06:27:52 -0400 Original-Received: from mk-deck (unknown [146.70.133.87]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by mail.kisara.moe (Postfix) with ESMTPSA id DE41FA0FB5; Sat, 22 Apr 2023 12:27:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kisara.moe; s=default; t=1682159269; bh=eL334KiF8XxCKxIoNB24EQA9ExFJj2hTBuKthVtUo2w=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=JDd2HbA8fJaK/9pY2Ml+xA55C1tVU0wTYtkW60nEREvRk0s6jUJ7iu6a6SIV96YpJ ou+hz7iHoibwnkgYveIAEpbV0HgplHawNb0Q6EhJeNQGYqmgOTimzuw08/txp5M5vL CMh2s0FF6sFaeNTyPPCmv8v4NWEhC6wbrU8bFCK7MYG/p4IIDFgA++aM16GaXrnsU3 aK0wogNHzI0ca8RfmUvkf9aIeIDrB9WPWjO5rBmto3S6u8q81wEr/5VqTCpDsppm3B fHmcPTqQ7p8P6v3za+JW8EeVX50QoSYiXPREQCJcTpF9UZ5FJEvN3VivKSxbcuJH58 wCuyAyUKS2kSQ== In-Reply-To: <87bkjgl88w.fsf@posteo.net> Received-SPF: pass client-ip=51.38.65.119; envelope-from=mohkale@kisara.moe; helo=mail.kisara.moe X-Spam_score_int: -6 X-Spam_score: -0.7 X-Spam_bar: / X-Spam_report: (-0.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 22 Apr 2023 07:03:42 -0400 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305577 Archived-At: Philip Kaludercic writes: > Is it possible to follow your work somewhere, or are you working on this > privately? So far all I've done is here [1], completely untested and hideous. Long term I'll probably keep the macros but just as syntax sugar for creating an interactive function that calls the new 'flymake-collection--run-checker' function with a well defined parameter list. [1]: https://github.com/mohkale/flymake-collection/pull/23 -- Mohsin Kaleem