Package: latexmk
Version: 1:4.24-1
Severity: wishlist

As an idea for a feature, latexmk could setup for emacs completion to
ignore foo.fdb_latexmk files, since you usually don't want to visit
them.  The debian/emacsen-startup and debian/rules.diff setup a line in
/etc/emacs/site-start.d/50latexmk.el.  This doesn't create any
dependency on emacs, just helps it if you have it.

;; /etc/emacs/site-start.d/50latexmk.el
;;
;; Ignore "foo.fdb_latexmk" for completion since there's normally no need to
;; visit such files.  As usual can still type "foo.fdb_latexmk" in full
;; explicitly if desired, or in fact complete from say "foo.fd" if there's
;; nothing else starting "foo.fd".
;;
(add-to-list 'completion-ignored-extensions ".fdb_latexmk")
--- rules.orig	2013-11-23 20:40:51.000000000 +1100
+++ rules	2013-11-23 20:39:51.000000000 +1100
@@ -36,6 +36,7 @@
 	dh_testroot
 	dh_installdocs
 	dh_installchangelogs CHANGES
+	dh_installemacsen
 	dh_compress
 	dh_fixperms
 	dh_installdeb

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (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

Versions of packages latexmk depends on:
ii  perl                5.18.1-4
ii  texlive-latex-base  2013.20131112-1

Versions of packages latexmk recommends:
ii  evince [postscript-viewer]       3.10.0-1
ii  ghostscript [postscript-viewer]  9.05~dfsg-8
ii  gv [postscript-viewer]           1:3.7.4-1
ii  mupdf [pdf-viewer]               1.2-2
ii  xpdf [pdf-viewer]                3.03-11
ii  zathura [pdf-viewer]             0.2.5-1
ii  zathura-ps [postscript-viewer]   0.2.2-5

Versions of packages latexmk suggests:
pn  gs-common  <none>

-- no debconf information

Reply via email to