From unknown Fri Sep 19 14:23:30 2025
X-Loop: help-debbugs@gnu.org
Subject: [bug#53471] [PATCH] gnu: Add emacs-minimap.
Resent-From: Brandon Lucas
Original-Sender: "Debbugs-submit"
Resent-CC: guix-patches@gnu.org
Resent-Date: Sun, 23 Jan 2022 13:33:02 +0000
Resent-Message-ID:
Resent-Sender: help-debbugs@gnu.org
X-GNU-PR-Message: report 53471
X-GNU-PR-Package: guix-patches
X-GNU-PR-Keywords: patch
To: 53471@debbugs.gnu.org
Cc: Brandon Lucas
X-Debbugs-Original-To: guix-patches@gnu.org
Reply-To: Brandon Lucas
Received: via spool by submit@debbugs.gnu.org id=B.16429447595396
(code B ref -1); Sun, 23 Jan 2022 13:33:02 +0000
Received: (at submit) by debbugs.gnu.org; 23 Jan 2022 13:32:39 +0000
Received: from localhost ([127.0.0.1]:38890 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from )
id 1nBcz0-0001Oy-QJ
for submit@debbugs.gnu.org; Sun, 23 Jan 2022 08:32:39 -0500
Received: from lists.gnu.org ([209.51.188.17]:39968)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from
) id 1nBcyy-0001Oq-NR
for submit@debbugs.gnu.org; Sun, 23 Jan 2022 08:32:37 -0500
Received: from eggs.gnu.org ([209.51.188.92]:48238)
by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from
) id 1nBcyy-0002JU-9n
for guix-patches@gnu.org; Sun, 23 Jan 2022 08:32:36 -0500
Received: from mail-4317.proton.ch ([185.70.43.17]:22310)
by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from
) id 1nBcyw-0008Ad-BT
for guix-patches@gnu.org; Sun, 23 Jan 2022 08:32:35 -0500
Date: Sun, 23 Jan 2022 13:32:25 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ndon.dk;
s=protonmail; t=1642944751;
bh=alxhyRSoh1Iyt1qM0youc4xYEtuxde1+pI9X7x5sVRk=;
h=Date:To:From:Cc:Reply-To:Subject:Message-ID:From:To:Cc;
b=RwhvIuaQsX/yRW4r9B6EIg+wUGkVowk6LyQn2O9HT7dhMf7MLIjm5jMJv5Y+37uyt
kuyplLzKFljz5bjUdYcuxm/4bR5s7/Mjj1pDO2y5+CHRXxwkrNQ1sYnb/1AUZ4O8e6
BfeivOKAEHSEkgJqvNrjjMhNYdj22G/q5w/yosvaqcEOq+WT+0V/RZ6LGWuB+lebk7
FZlDqjA/g8eWw3kkPNtLfb3g5za3HCD+oazxlHzy4wqOaCt60NlANsEHniOrkhCDAm
t6Hj/fM9INXkcaZZItCT48tcK70qhb8XjbVrIFVc0QnEGG8xZuZ4u2zGUL3iBHHzgt
z8l2QoOGDzoRQ==
From: Brandon Lucas
Message-ID: <20220123133204.1167960-1-br@ndon.dk>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no
autolearn=disabled version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
mailout.protonmail.ch
Received-SPF: pass client-ip=185.70.43.17; envelope-from=br@ndon.dk;
helo=mail-4317.proton.ch
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001,
SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit"
X-Spam-Score: -2.3 (--)
* gnu/packages/emacs-xyz.scm (emacs-minimap): New variable.
---
gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8edbfc5a3d..2ce2b6070b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26678,6 +26678,36 @@ (define-public emacs-minibuffer-line
variable and the @code{minibuffer-line} face.")
(license license:gpl3+)))
+(define-public emacs-minimap
+ (package
+ (name "emacs-minimap")
+ (version "1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://elpa.gnu.org/packages/minimap-"
+ version
+ ".el"))
+ (sha256
+ (base32 "09fm0ziy8cdzzw08l7l6p63dxz2a27p3laia2v51mvbva8177ls1"))))
+ (build-system emacs-build-system)
+ (home-page "http://elpa.gnu.org/packages/minimap.html")
+ (synopsis "Sidebar showing a 'mini-map' of a buffer")
+ (description
+ "Minimap provides Emacs with a minimap sidebar, which is a
+ smaller display of the current buffer on the side, like a scrollbar. It
+ highlights the currently shown region and updates its position automatica=
lly.
+ You can navigate in the minibar by dragging the active region with the mo=
use,
+ which will scroll the corresponding edit buffer.
+ Additionally, you can overlay information from the tags gathered by CEDET=
's
+ semantic analyzer.
+
+ Use M-x minimap-mode to toggle activation of the minimap.
+ Use 'M-x customize-group RET minimap RET' to adapt minimap to your
+ needs.")
+ (license license:gpl3+)))
+
(define-public emacs-eshell-prompt-extras
(package
(name "emacs-eshell-prompt-extras")
--
2.34.0
From unknown Fri Sep 19 14:23:30 2025
MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
X-Loop: help-debbugs@gnu.org
From: help-debbugs@gnu.org (GNU bug Tracking System)
To: Brandon Lucas
Subject: bug#53471: closed (Re: [bug#53471] [PATCH] gnu: Add emacs-minimap.)
Message-ID:
References: <87wniqcs8l.fsf@nicolasgoaziou.fr>
<20220123133204.1167960-1-br@ndon.dk>
X-Gnu-PR-Message: they-closed 53471
X-Gnu-PR-Package: guix-patches
X-Gnu-PR-Keywords: patch
Reply-To: 53471@debbugs.gnu.org
Date: Sun, 23 Jan 2022 16:50:02 +0000
Content-Type: multipart/mixed; boundary="----------=_1642956602-20732-1"
This is a multi-part message in MIME format...
------------=_1642956602-20732-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
Your bug report
#53471: [PATCH] gnu: Add emacs-minimap.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 53471@debbugs.gnu.org.
--=20
53471: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53471
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
------------=_1642956602-20732-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at 53471-done) by debbugs.gnu.org; 23 Jan 2022 16:49:24 +0000
Received: from localhost ([127.0.0.1]:41064 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from )
id 1nBg3Q-0005NG-Mf
for submit@debbugs.gnu.org; Sun, 23 Jan 2022 11:49:24 -0500
Received: from relay11.mail.gandi.net ([217.70.178.231]:47897)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from ) id 1nBg3O-0005N3-8L
for 53471-done@debbugs.gnu.org; Sun, 23 Jan 2022 11:49:23 -0500
Received: (Authenticated sender: admin@nicolasgoaziou.fr)
by mail.gandi.net (Postfix) with ESMTPSA id 808AA100002;
Sun, 23 Jan 2022 16:49:15 +0000 (UTC)
From: Nicolas Goaziou
To: Brandon Lucas
Subject: Re: [bug#53471] [PATCH] gnu: Add emacs-minimap.
References: <20220123133204.1167960-1-br@ndon.dk>
Date: Sun, 23 Jan 2022 17:49:14 +0100
In-Reply-To: <20220123133204.1167960-1-br@ndon.dk> (Brandon Lucas's message of
"Sun, 23 Jan 2022 13:32:25 +0000")
Message-ID: <87wniqcs8l.fsf@nicolasgoaziou.fr>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53471-done
Cc: 53471-done@debbugs.gnu.org
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit"
X-Spam-Score: -1.7 (-)
Hello,
Brandon Lucas
writes:
> * gnu/packages/emacs-xyz.scm (emacs-minimap): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
------------=_1642956602-20732-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at submit) by debbugs.gnu.org; 23 Jan 2022 13:32:39 +0000
Received: from localhost ([127.0.0.1]:38890 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from )
id 1nBcz0-0001Oy-QJ
for submit@debbugs.gnu.org; Sun, 23 Jan 2022 08:32:39 -0500
Received: from lists.gnu.org ([209.51.188.17]:39968)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from
) id 1nBcyy-0001Oq-NR
for submit@debbugs.gnu.org; Sun, 23 Jan 2022 08:32:37 -0500
Received: from eggs.gnu.org ([209.51.188.92]:48238)
by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from
) id 1nBcyy-0002JU-9n
for guix-patches@gnu.org; Sun, 23 Jan 2022 08:32:36 -0500
Received: from mail-4317.proton.ch ([185.70.43.17]:22310)
by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from
) id 1nBcyw-0008Ad-BT
for guix-patches@gnu.org; Sun, 23 Jan 2022 08:32:35 -0500
Date: Sun, 23 Jan 2022 13:32:25 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ndon.dk;
s=protonmail; t=1642944751;
bh=alxhyRSoh1Iyt1qM0youc4xYEtuxde1+pI9X7x5sVRk=;
h=Date:To:From:Cc:Reply-To:Subject:Message-ID:From:To:Cc;
b=RwhvIuaQsX/yRW4r9B6EIg+wUGkVowk6LyQn2O9HT7dhMf7MLIjm5jMJv5Y+37uyt
kuyplLzKFljz5bjUdYcuxm/4bR5s7/Mjj1pDO2y5+CHRXxwkrNQ1sYnb/1AUZ4O8e6
BfeivOKAEHSEkgJqvNrjjMhNYdj22G/q5w/yosvaqcEOq+WT+0V/RZ6LGWuB+lebk7
FZlDqjA/g8eWw3kkPNtLfb3g5za3HCD+oazxlHzy4wqOaCt60NlANsEHniOrkhCDAm
t6Hj/fM9INXkcaZZItCT48tcK70qhb8XjbVrIFVc0QnEGG8xZuZ4u2zGUL3iBHHzgt
z8l2QoOGDzoRQ==
To: guix-patches@gnu.org
From: Brandon Lucas
Subject: [PATCH] gnu: Add emacs-minimap.
Message-ID: <20220123133204.1167960-1-br@ndon.dk>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no
autolearn=disabled version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
mailout.protonmail.ch
Received-SPF: pass client-ip=185.70.43.17; envelope-from=br@ndon.dk;
helo=mail-4317.proton.ch
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001,
SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
X-Debbugs-Envelope-To: submit
Cc: Brandon Lucas
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Reply-To: Brandon Lucas
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit"
X-Spam-Score: -2.3 (--)
* gnu/packages/emacs-xyz.scm (emacs-minimap): New variable.
---
gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8edbfc5a3d..2ce2b6070b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26678,6 +26678,36 @@ (define-public emacs-minibuffer-line
variable and the @code{minibuffer-line} face.")
(license license:gpl3+)))
+(define-public emacs-minimap
+ (package
+ (name "emacs-minimap")
+ (version "1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://elpa.gnu.org/packages/minimap-"
+ version
+ ".el"))
+ (sha256
+ (base32 "09fm0ziy8cdzzw08l7l6p63dxz2a27p3laia2v51mvbva8177ls1"))))
+ (build-system emacs-build-system)
+ (home-page "http://elpa.gnu.org/packages/minimap.html")
+ (synopsis "Sidebar showing a 'mini-map' of a buffer")
+ (description
+ "Minimap provides Emacs with a minimap sidebar, which is a
+ smaller display of the current buffer on the side, like a scrollbar. It
+ highlights the currently shown region and updates its position automatica=
lly.
+ You can navigate in the minibar by dragging the active region with the mo=
use,
+ which will scroll the corresponding edit buffer.
+ Additionally, you can overlay information from the tags gathered by CEDET=
's
+ semantic analyzer.
+
+ Use M-x minimap-mode to toggle activation of the minimap.
+ Use 'M-x customize-group RET minimap RET' to adapt minimap to your
+ needs.")
+ (license license:gpl3+)))
+
(define-public emacs-eshell-prompt-extras
(package
(name "emacs-eshell-prompt-extras")
--
2.34.0
------------=_1642956602-20732-1--