From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: ELPA: add flymake-proselint Date: Sun, 08 Aug 2021 14:07:51 +0000 Message-ID: <87im0gvxl4.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2614"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel To: Manuel Uberti Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 08 16:09:08 2021 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 1mCjUB-0000Va-Vx for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Aug 2021 16:09:08 +0200 Original-Received: from localhost ([::1]:47396 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mCjUA-0001WU-9u for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Aug 2021 10:09:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mCjT3-0000dT-NU for emacs-devel@gnu.org; Sun, 08 Aug 2021 10:07:58 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:46911) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mCjT1-0003OG-JW for emacs-devel@gnu.org; Sun, 08 Aug 2021 10:07:57 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 0B740240027 for ; Sun, 8 Aug 2021 16:07:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1628431673; bh=Q4t9+nv40zb6+6ifmgZT8jdXhIv53L0dNx+MTB+fPCY=; h=From:To:Cc:Subject:Date:From; b=pyhn08kxXNjvM65QHSojkWd4zoa6SLv6h/Za2QLyXNQS0O1bJSyvUM/2RpfaXNlXx GFKeK+E/uz3IatFbb9IOEPiHf51FlZIX41vFys8lKTHteVtcjOgIQqnB7zFeFFLGQc wIUOKjPhcrGIQB7IxdSV/JEMfvnKZo2iWnDj4j0w0VWhALgDa6YDmJcJe0DEK6eKz6 J6gpznt0E8jczs0wm5hCxdLzRjralONyZ5ejhC587EVcb8GG6Vb4qLE69tFVh8ffAK Wi4PKJBSka5Sl2qThAGXnPw4Qy+50jA9spE5ynf30gPGsallwp9z7lV85I0g16pTzO 7Ow7WLdygT8Yg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GjLdh2Lvzz9rxP; Sun, 8 Aug 2021 16:07:52 +0200 (CEST) In-Reply-To: (Manuel Uberti's message of "Sun, 8 Aug 2021 12:49:12 +0200") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=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.23 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:272198 Archived-At: Manuel Uberti writes: > Hi, > > I would like to submit the attached package to ELPA. You should probably add a link to a repository where you work on the package, so that it can be added to ELPA more easily. > This package adds a Flymake backend for proselint[1]. For instance, it > can be used like this: > > (add-hook 'markdown-mode-hook #'flymake-proselint-setup) > > > Thank you > > [1] http://proselint.com/ -- Philip Kaludercic