GNU bug report logs - #22863
24.5; (ELPA) adjust-parens: please add autoload cookie

Previous Next

Package: emacs;

Reported by: a.c.kalker <at> gmail.com

Date: Mon, 29 Feb 2016 22:49:02 UTC

Severity: minor

Tags: fixed

Found in version 24.5

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: a.c.kalker <at> gmail.com
Cc: 22863 <at> debbugs.gnu.org
Subject: bug#22863: 24.5; (ELPA) adjust-parens: please add autoload cookie
Date: Mon, 29 Jul 2019 15:43:32 +0200
a.c.kalker <at> gmail.com writes:

> I installed the adjust-parens package from ELPA, then added the
> following to my Emacs configuration:
>
>   (dolist (hook '(clojure-mode-hook emacs-lisp-mode-hook lisp-interaction-mode-hook))
>     (add-hook hook 'adjust-parens-mode)))
>
> then restarted Emacs.  On startup, Emacs beeped and showed an empty
> frame,  `C-h e` showed no errors or unexpected messages, startup
> messages were otherwise normal.
>
> I worked around the problem by adding the following to my config:
>
>   (autoload 'adjust-parens-mode "adjust-parens")
>
> Please add an autoload cookie before `(define-minor-mode
> adjust-parens-mode ...)` in adjust-parens.el

Sounds like a good idea.  I've now done so in ELPA and bumped the
version number.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 6 years and 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.