Package: tiarra-conf-el
Version: 20100212-3
Severity: normal
File: /usr/share/emacs/site-lisp/tiarra-conf/tiarra-conf.el
Starting from "emacs24 -q"
M-: (require 'tiarra-conf)
=>
(error "Required feature `tiarra-conf' was not provided")
It'd be good if tiarra-conf.el ended with
(provide 'tiarra-conf)
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages tiarra-conf-el depends on:
ii emacs21 [emacsen] 21.4a+1-5.7
ii emacs22-gtk [emacsen] 22.3+1-1.2
ii emacs23-lucid [emacsen] 23.4+1-4
ic emacs24 [emacsen] 24.3+1-1
ii emacs24-lucid [emacsen] 24.3+1-1
ii xemacs21-mule [emacsen] 21.4.22-4
tiarra-conf-el recommends no packages.
tiarra-conf-el suggests no packages.
-- Configuration Files:
/etc/emacs/site-start.d/50tiarra-conf-el.el changed:
;; -*-emacs-lisp-*-
;;
;; Emacs startup file, e.g. /etc/emacs/site-start.d/50tiarra-conf-el.el
;; for the Debian tiarra-conf-el package
;;
;; Originally contributed by Nils Naumann <[email protected]>
;; Modified by Dirk Eddelbuettel <[email protected]>
;; Adapted for dh-make by Jim Van Zandt <[email protected]>
;; The tiarra-conf-el package follows the Debian/GNU Linux 'emacsen' policy and
;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
;; xemacs19, emacs20, xemacs20...). The compiled code is then
;; installed in a subdirectory of the respective site-lisp directory.
;; We have to add this to the load-path:
(let ((package-dir (concat "/usr/share/"
(symbol-name debian-emacs-flavor)
"/site-lisp/tiarra-conf")))
;; If package-dir does not exist, the tiarra-conf-el package must have
;; removed but not purged, and we should skip the setup.
(when (file-directory-p package-dir)
(if (fboundp 'debian-pkg-add-load-path-item)
(debian-pkg-add-load-path-item package-dir)
(setq load-path (cons package-dir load-path)))
(autoload 'tiarra-conf-mode "tiarra-conf"
"Major mode for editing tiarra-conf-el files." t)
(add-to-list 'auto-mode-alist '("\\.tiarra-conf$" . tiarra-conf-mode))))
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]