unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: pinoaffe <pinoaffe@gmail.com>
To: 53622@debbugs.gnu.org
Cc: pinoaffe <pinoaffe@gmail.com>
Subject: [bug#53622] [PATCH V2 7/8] gnu: Add emacs-apache-mode.
Date: Sat, 29 Jan 2022 15:48:09 +0100	[thread overview]
Message-ID: <20220129144810.3076-7-pinoaffe@gmail.com> (raw)
In-Reply-To: <20220129144810.3076-1-pinoaffe@gmail.com>

* gnu/packages/emacs-xyz.scm (emacs-apache-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fad6612dd2..653061eb99 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -810,6 +810,29 @@ (define-public emacs-ox-reveal
 simple but powerful Org contents.")
     (license license:gpl3+))))
 
+(define-public emacs-apache-mode
+  (package
+    (name "emacs-apache-mode")
+    (version "2.2.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/emacs-php/apache-mode.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1grs2x51k8pa6sgfa82s5pwwdfv7zw46ccw0zvd2rvzbhpq21p2z"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/emacs-php/apache-mode")
+    (synopsis
+     "Syntax highlighting and indentation support for Apache config files")
+    (description
+     "This package provides @code{apache-mode}, an Emacs major mode for Apache
+configuration files which provides syntax highlighting and indentation rules.
+This mode supports Apache HTTP Server 2.4 and major modules.")
+    (license license:gpl2)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.34.0





  parent reply	other threads:[~2022-01-29 14:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-29 13:24 [bug#53622] [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons pinoaffe
2022-01-29 13:25 ` [bug#53622] [PATCH 2/8] gnu: Add emacs-all-the-icons-ibuffer pinoaffe
2022-01-29 13:25 ` [bug#53622] [PATCH 3/8] gnu: Add emacs-enlive pinoaffe
2022-01-29 13:26 ` [bug#53622] [PATCH 4/8] gnu: Add emacs-org-books pinoaffe
2022-01-29 13:26 ` [bug#53622] [PATCH 5/8] gnu: Add emacs-org-chef pinoaffe
2022-01-29 13:27 ` [bug#53622] [PATCH 6/8] gnu: Add emacs-ox-reveal pinoaffe
2022-01-29 13:27 ` [bug#53622] [PATCH 7/8] gnu: Add emacs-apache-mode pinoaffe
2022-01-29 13:28 ` [bug#53622] [PATCH 8/8] gnu: Add emacs-robots-txt-mode pinoaffe
2022-01-29 14:48 ` [bug#53622] [PATCH V2 1/8] gnu: Add emacs-spaceline-all-the-icons pinoaffe
2022-01-29 14:48   ` [bug#53622] [PATCH V2 2/8] gnu: Add emacs-all-the-icons-ibuffer pinoaffe
2022-02-06 22:39     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 3/8] gnu: Add emacs-enlive pinoaffe
2022-02-06 22:40     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 4/8] gnu: Add emacs-org-books pinoaffe
2022-02-06 22:41     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 5/8] gnu: Add emacs-org-chef pinoaffe
2022-02-06 22:42     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 6/8] gnu: Add emacs-ox-reveal pinoaffe
2022-02-06 22:46     ` Nicolas Goaziou
2022-01-29 14:48   ` pinoaffe [this message]
2022-02-06 22:47     ` [bug#53622] [PATCH V2 7/8] gnu: Add emacs-apache-mode Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 8/8] gnu: Add emacs-robots-txt-mode pinoaffe
2022-02-06 22:47     ` bug#53622: " Nicolas Goaziou
2022-02-06 22:39   ` [bug#53622] [PATCH V2 1/8] gnu: Add emacs-spaceline-all-the-icons Nicolas Goaziou

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20220129144810.3076-7-pinoaffe@gmail.com \
    --to=pinoaffe@gmail.com \
    --cc=53622@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 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).