help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: New package for Sweden: package-header.el - was Re: Interacting with


From: Emanuel Berg
Subject: Re: New package for Sweden: package-header.el - was Re: Interacting with minibuffer
Date: Sun, 23 May 2021 00:34:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis wrote:

>> You mean this kind of stuff?
>> 
>> ;;; Author: Emanuel Berg (incal) <moasenwood@zoho.eu>
>> ;;; Created: 2020-09-06
>> ;;; Keywords: bib, tex
>> ;;; License: GPL3+
>> ;;; Package-Requires: ((cl-lib "1.0"))
>> ;;; URL: https://dataswamp.org/~incal/emacs-init/issn-verify.el
>> ;;; Version: 1.0.0
>
> Yes, however, I don't think that conforms to licensing
> requirement, placing just a label of some license is not
> a license. Don't assume that recipient will know where to
> find the license. Use C-h C-c

Uhm, example, please?

More for you to "clean up!"

  https://dataswamp.org/~incal/emacs-packs/

Well, this is great!

Except for the check thing, either a bug or something wrong
with my use:

(require 'checkdoc)

(setq checkdoc-permit-comma-termination-flag t)

(defun check-package-style ()
  (interactive)
  (let ((msg "Style check..."))
    (message msg)
    (checkdoc-current-buffer t) ; TAKE-NOTES
    (message "%sdone" msg) ))
(defalias 'check-style #'check-package-style)

Looks simple/unrelated enough...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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