Package: boxes
Version: 1.1.2-3
Severity: wishlist
Tags: patch

It'd be good to have emacs autoloads for the commands in boxes.el so
they're ready for use.  I suggest file debian/emacsen-startup below
which debhelper (dh_installemacsen) will automatically install to
/etc/emacs/site-start.d/50boxes.el

;;; 50boxes.el -- debian emacs setups for boxes

(if (not (file-exists-p "/usr/share/emacs/site-lisp/boxes.el"))
    (message "boxes removed but not purged, skipping setup")

  ;; These autoloads as recommended by comments at the start of boxes.el.
  ;; The code has some more autoload cookies but don't think they're needed
  ;; for normal operation.
  (autoload 'boxes-command-on-region "boxes" nil t)
  (autoload 'boxes-remove "boxes" nil t)
  (autoload 'boxes-create "boxes" nil t))


-- System Information:
Debian Release: stretch/sid
Architecture: i386 (i686)

Kernel: Linux 4.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages boxes depends on:
ii  libc6  2.19-22

boxes recommends no packages.

boxes suggests no packages.

-- no debconf information

Reply via email to