From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 61434@debbugs.gnu.org
Subject: [bug#61434] [PATCH] gnu: Add emacs-pasp-mode.
Date: Sat, 11 Feb 2023 18:24:43 +0100 [thread overview]
Message-ID: <9ba747623b03c33b97e10070e803886909e5f5cc.camel@gmail.com> (raw)
In-Reply-To: <87k00ouohg.fsf@nicolasgoaziou.fr>
Am Samstag, dem 11.02.2023 um 17:59 +0100 schrieb Nicolas Goaziou:
> > + (source (origin
> > + (method git-fetch)
> > + (uri (git-reference
> > + (url
> > "https://github.com/santifa/pasp-mode.git")
>
> You can remove the ".git" suffix.
Will do.
> > + (add-after 'unpack 'defconst-version
> > + (lambda _
> > + (emacs-batch-edit-file "pasp-mode.el"
> > + '(progn
> > + (search-forward-regexp
> > + "(defcustom pasp-mode-version
> > \"[^\"]*\"[
> > + ]*\\(\"[^\"]*\"\\)[^()]*)")
> > + (let ((docstring (match-string 1)))
> > + (backward-sexp)
> > + (kill-sexp)
> > + (insert (format "(defconst emacs-pasp-version
> > \"%s\" %s)"
> > + #$version docstring))
> > + (basic-save-buffer))))))
>
> This dance is not necessary. You can simply use
> `emacs-substitute-variables', change the value, and keep the
> defcustom. A defconst is not a constant in Elisp anyway.
A defconst does raise a warning if it's changed, so I'd rather do that.
> > + (synopsis "Major mode for editing Answer Set Programs.")
>
> You can remove the final full stop.
Will do that.
> It may be clearer to also mention "Potassco" so as to understand
> better the PASP acronym.
Somewhat unsure about this.
> > + (description
> > + "This package provides a major mode for editing answer set
> > programs,
> > +in particular ones that can be solved by @command{clingo}.")
>
> I suggest "Answer Set Programs", since this seems to be a very
> specific thing.
Also unsure about this, since there doesn't seem to be a coherent term
shared among the clingo packages and if we do that, I think it should
be applied across the board.
Cheers
next prev parent reply other threads:[~2023-02-11 17:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-11 15:15 [bug#61434] [PATCH] gnu: Add emacs-pasp-mode Liliana Marie Prikler
2023-02-11 15:15 ` Liliana Marie Prikler
2023-02-19 7:42 ` bug#61434: " Liliana Marie Prikler
2023-02-11 16:59 ` [bug#61434] " Nicolas Goaziou
2023-02-11 17:24 ` Liliana Marie Prikler [this message]
2023-02-11 18:55 ` 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=9ba747623b03c33b97e10070e803886909e5f5cc.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=61434@debbugs.gnu.org \
--cc=mail@nicolasgoaziou.fr \
/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).