From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Protesilaos Stavrou Newsgroups: gmane.emacs.devel Subject: Re: ELPA: add lin.el Date: Tue, 09 Nov 2021 21:46:35 +0200 Message-ID: <87czn9kt7o.fsf@protesilaos.com> References: <871r3uv1tk.fsf@protesilaos.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32343"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Notmuch/0.34.1 (https://notmuchmail.org) Emacs/29.0.50 (x86_64-pc-linux-gnu) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 09 20:48:03 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 1mkX69-0008Bt-5A for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Nov 2021 20:48:01 +0100 Original-Received: from localhost ([::1]:46380 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mkX67-0007nq-Ew for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Nov 2021 14:47:59 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51250) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkX4x-000763-Pd for emacs-devel@gnu.org; Tue, 09 Nov 2021 14:46:47 -0500 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:39373) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkX4v-0004TC-II for emacs-devel@gnu.org; Tue, 09 Nov 2021 14:46:47 -0500 Original-Received: (Authenticated sender: public@protesilaos.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id DD0781BF209 for ; Tue, 9 Nov 2021 19:46:37 +0000 (UTC) In-Reply-To: <871r3uv1tk.fsf@protesilaos.com> Received-SPF: none client-ip=217.70.183.201; envelope-from=info@protesilaos.com; helo=relay8-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=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:279123 Archived-At: --=-=-= Content-Type: text/plain On 2021-11-05, 21:29 +0200, Protesilaos Stavrou wrote: > I have a small package called "LIN Is Noticeable" (LIN, lin, lin.el, > etc.). It locally remaps the 'hl-line' face. > > [...] Just to note that I updated the patch to remove the unnecesary ':main-file'. Please find it attached. -- Protesilaos Stavrou https://protesilaos.com --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-elpa-packages-lin-New-package.patch >From 61b8e4309d97737417ad2059138b762d6fd670f1 Mon Sep 17 00:00:00 2001 Message-Id: <61b8e4309d97737417ad2059138b762d6fd670f1.1636486995.git.info@protesilaos.com> From: Protesilaos Stavrou Date: Tue, 9 Nov 2021 21:43:03 +0200 Subject: [PATCH] * elpa-packages (lin): New package --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index 72254082bf..926ade78f0 100644 --- a/elpa-packages +++ b/elpa-packages @@ -295,6 +295,7 @@ ("leaf" :url "https://github.com/conao3/leaf.el") ("let-alist" :core "lisp/emacs-lisp/let-alist.el") ("lex" :url nil) + ("lin" :url "https://gitlab.com/protesilaos/lin" :doc "README.org") ("lmc" :url nil) ("load-dir" :url nil) ("load-relative" :url "https://github.com/rocky/emacs-load-relative") -- 2.33.1 --=-=-=--