guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47965: [PATCH] gnu: Add emacs-nameless


From: Nicolas Goaziou
Subject: bug#47965: [PATCH] gnu: Add emacs-nameless
Date: Fri, 23 Apr 2021 11:17:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

Alexandr Vityazev <avityazev@posteo.org> writes:

> Subject: [PATCH] gnu: Add emacs-nameless.

Thank you.

I fixed the commit message: it was not including the name of the file
being modified.  See commit log for details.

> +    (home-page
> +     "https://github.com/Malabarba/nameless";)
> +    (synopsis
> +     "Hide package namespace in your emacs-lisp code")

Line breaks are not necessary above.

> +    (description
> +     "This package provides a @code{nameless-mode} minor mode
> +in which the package namespace prefix is ​​hidden by a colon (@code{:}).
> +
> +To use this package add the following configuration to your Emacs
> +init file: @code{(add-hook 'emacs-lisp-mode-hook #'nameless-mode)}.
> +
> +You can configure a string to use instead of @code{:} by setting the
> +@code{nameless-prefix}, and the name of the face used is `nameless-face'.
> +While the mode is active, the @key{C-c C--} key inserts the package
> +namespace if appropriate.")

I removed some parts of the description, when I felt they belonged to
a manual instead.

> +    (license license:gpl2+)))

Note upstream license is odd. There is a GPL2 LICENSE file, but the
library is licensed gpl3+. I think gpl2+ is fine, but stil…

Applied.

Regards,
-- 
Nicolas Goaziou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]