all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Alex Griffin" <a@ajgrf.com>
To: 36146@debbugs.gnu.org
Subject: [bug#36146] [PATCH 3/4] gnu: Add emacs-mixed-pitch.
Date: Sun, 09 Jun 2019 14:12:19 +0000	[thread overview]
Message-ID: <ce33ba48-d458-42da-af0c-c3a1bf7872a7@www.fastmail.com> (raw)
In-Reply-To: <33ae2269-19b1-4122-845e-dacc6533f72d@www.fastmail.com>

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

This patch adds emacs-mixed-pitch, an Emacs package that enables mixing variable- and fixed-pitch fonts in the same buffer.
-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0003-gnu-Add-emacs-mixed-pitch.patch --]
[-- Type: text/x-patch; name="0003-gnu-Add-emacs-mixed-pitch.patch", Size: 1680 bytes --]

From 04e4cba42a5233c86ac8ca74f98b2a8b30f664c9 Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Sun, 9 Jun 2019 09:01:34 -0500
Subject: [PATCH 3/4] gnu: Add emacs-mixed-pitch.

* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d1eb877010..eab5fea93d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11607,6 +11607,30 @@ interactive behavior should be different.")
 decreasing the default font size in all GUI Emacs frames.")
       (license license:gpl3+))))
 
+(define-public emacs-mixed-pitch
+  (package
+    (name "emacs-mixed-pitch")
+    (version "1.0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://stable.melpa.org/packages/mixed-pitch-"
+               version
+               ".el"))
+        (sha256
+          (base32
+            "1fw8y8pqvp9z5ipa7a2hvqhjil63mflv04hih7a8k2rrrmhz6qiy"))))
+    (build-system emacs-build-system)
+    (home-page "https://gitlab.com/jabranham/mixed-pitch")
+    (synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer")
+    (description
+      "@code{mixed-pitch-mode} is a minor mode that enables mixing
+variable-pitch and fixed-pitch fonts in the same buffer.  The list
+@code{mixed-pitch-fixed-pitch-faces} defines the faces that are kept
+fixed-pitch,everything else becomes variable-pitch.")
+    (license license:gpl3+)))
+
 (define-public emacs-visual-regexp
   (package
     (name "emacs-visual-regexp")
-- 
2.22.0


  parent reply	other threads:[~2019-06-09 14:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-09 14:07 [bug#36146] [PATCH 0/4] Add various Emacs packages Alex Griffin
2019-06-09 14:09 ` [bug#36146] [PATCH 1/4] gnu: Add emacs-elfeed-org Alex Griffin
2019-06-09 14:10 ` [bug#36146] [PATCH 2/4] gnu: Add emacs-restart-emacs Alex Griffin
2019-06-09 14:12 ` Alex Griffin [this message]
2019-06-09 14:13 ` [bug#36146] [PATCH 4/4] gnu: Add emacs-solaire-mode Alex Griffin
2019-06-10 21:02 ` [bug#36146] [PATCH 0/4] Add various Emacs packages Oleg Pykhalov
2019-06-10 23:58   ` Alex Griffin
2019-06-11  0:31     ` Alex Griffin
2019-06-13 20:43       ` bug#36146: " Oleg Pykhalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ce33ba48-d458-42da-af0c-c3a1bf7872a7@www.fastmail.com \
    --to=a@ajgrf.com \
    --cc=36146@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.