unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40444] [PATCH] gnu: Add emacs-form-feed.
@ 2020-04-05  5:32 LaFreniere, Joseph
  2020-04-05  8:22 ` bug#40444: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: LaFreniere, Joseph @ 2020-04-05  5:32 UTC (permalink / raw)
  To: 40444

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Patch file is attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-form-feed.patch --]
[-- Type: text/x-patch, Size: 1714 bytes --]

From 4906196f4b43b9cc9460b438bd553e7055a26f2e Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Sun, 5 Apr 2020 00:31:57 -0500
Subject: [PATCH] gnu: Add emacs-form-feed.

* gnu/packages/emacs-xyz.scm (emacs-form-feed): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cd2562103c..154d00e7ac 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1873,6 +1873,28 @@ environment set through Direnv.")
 that the binary uses instead of the actual binary contents.")
     (license license:gpl3+)))
 
+(define-public emacs-form-feed
+  (package
+    (name "emacs-form-feed")
+    (version "0.2.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/wasamasa/form-feed.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32 "171jna631b2iqcimfsik9c66gii8nc0zdb58m077w00rn7rcxbh2"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/wasamasa/form-feed")
+    (synopsis "Display ^L glyphs as horizontal lines")
+    (description
+     "This package provides a minor mode @code{form-feed-mode} to display page
+delimiters which usually appear as ^L glyphs on a single line as horizontal
+lines spanning the entire window.  The minor mode is suitable for inclusion
+into mode hooks and is intended to be used that way.")
+    (license license:gpl3+)))
+
 (define-public emacs-ggtags
   (package
     (name "emacs-ggtags")
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40444: [PATCH] gnu: Add emacs-form-feed.
  2020-04-05  5:32 [bug#40444] [PATCH] gnu: Add emacs-form-feed LaFreniere, Joseph
@ 2020-04-05  8:22 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-05  8:22 UTC (permalink / raw)
  To: LaFreniere, Joseph; +Cc: 40444-done

Hello,

"LaFreniere, Joseph" <joseph@lafreniere.xyz> writes:

> Patch file is attached.

Applied as a24744bd0a9860c5233483e91c8ddb430311f9b7. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-05  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05  5:32 [bug#40444] [PATCH] gnu: Add emacs-form-feed LaFreniere, Joseph
2020-04-05  8:22 ` bug#40444: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).