Package: lua-mode
Version: 20070703-1
Severity: minor
File: /etc/emacs/site-start.d/50lua-mode.el
Tags: patch

In /etc/emacs/site-start.d/50lua-mode.el, the line

  (load "lua-mode")

make Emacs take longer to boot, even when one isn't using lua mode.
Instead it should use autoload;

  (autoload 'lua-mode "lua-mode"
    "Major mode for editing Lua code." t)

This will defer loading of lua-mode until it is actually needed.

-- 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 lua-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 --

lua-mode recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to