On 2008-04-12 08:37 +0200, Laurent Bonnaud wrote:
> Package: vm
> Version: 8.0.9-3
> Severity: normal
>
>
> Hi,
>
> here is the problem:
>
> $ emacs -batch
> [...]
> Loading /etc/emacs22/site-start.d/50vm-init.el (source)...
> Error while loading 50vm-init
The error occurs in the following code in 50vm-init.el:
--8<---------------cut here---------------start------------->8---
(setq
vm-toolbar-pixmap-directory
(if (string-match "'--with-gtk'\\|'--with-x-toolkit=gtk'"
system-configuration-options)
(concat (vm-pixmap-directory) "/gtk")
(vm-pixmap-directory)))
--8<---------------cut here---------------end--------------->8---
Evaluating it signals an error:
Debugger entered--Lisp error: (void-function vm-pixmap-directory)
The vm-pixmap-directory function is defined in vm-vars.el, but not
autoloaded by vm-autoloads.
Sven
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]