Package: malaga-mode Version: 7.11-1 Severity: minor File: /etc/emacs/site-start.d/50malaga-mode.el Tags: patch
In /etc/emacs/site-start.d/50malaga-mode.el, the line (require 'malaga "/usr/share/emacs/site-lisp/malaga-mode.el") forces malaga to be loaded at boot, even when it is not immediately needed. It is better to use autoload, which will cause malaga-mode to be loaded on demand. (autoload 'malaga-mode "malaga-mode" "Major mode for editing Malaga code." t) (add-to-list 'auto-mode-alist '("\\.\\(all\\|esym\\|lex\\|m\\(al\\|or\\)\\|pro\\|sy[mn]\\)\\'" . malaga-mode)) Please note that the form starting at line 10 of malaga-mode.el should be deleted or commented out. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-2-amd64 (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 malaga-mode depends on: ii emacs [emacsen] 22.1+1-2 The GNU Emacs editor (metapackage) ii emacs21 [emacsen] 21.4a+1-5.1 The GNU Emacs editor ii emacs22 [emacsen] 22.1+1-2 The GNU Emacs editor ii xemacs21-gnome-mule [emacsen 21.4.20-2 highly customizable text editor -- ii xemacs21-gnome-mule-canna-wn 21.4.20-2 highly customizable text editor -- ii xemacs21-gnome-nomule [emacs 21.4.20-2 highly customizable text editor -- ii xemacs21-mule [emacsen] 21.4.20-2 highly customizable text editor -- ii xemacs21-mule-canna-wnn [ema 21.4.20-2 highly customizable text editor -- ii xemacs21-nomule [emacsen] 21.4.20-2 highly customizable text editor -- malaga-mode recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]