Package: wl
Version: 2.14.0-12
Severity: important

Dear Maintainer,
I wanted to try out wl, so I installed it from the debian repository, and
filled the following into my .emacs file, after consulting the file
/usr/share/emacs/site-lisp/wl/WL-CFG and the info pages: 

(setq load-path (append
                 (list "/usr/local/share/mule/site-lisp/apel"
                       "/usr/local/share/mule/site-lisp/flim"
                       "/usr/local/share/mule/site-lisp/semi")
                 load-path))
(setq wl-install-utils t)

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)

(autoload 'wl-user-agent-compose "wl-draft" nil t)
(if (boundp 'mail-user-agent)
    (setq mail-user-agent 'wl-user-agent))
(if (fboundp 'define-mail-user-agent)
    (define-mail-user-agent
      'wl-user-agent
      'wl-user-agent-compose
      'wl-draft-send
      'wl-draft-kill
      'mail-send-hook))

This led to an error message informing me of the fact that the file wl-news.el
could not be loaded. After looking for a file named like this in the directory
mentioned above, I found a file named wl-news.el.in in a directory which
otherwise only contained files ending in .el. After skimming over the file, I
copied it to wl-news.el and tried to start wl once more; this time it seems to
have worked (well, I get a buffer called *WL Demo*, I have no idea weather this
is normal or not). 

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wl depends on:
ii  apel               10.8-2
ii  dpkg               1.16.4.3
ii  emacs [emacsen]    23.4+1-3
ii  emacs23 [emacsen]  23.4+1-3
ii  flim               1:1.14.9+0.20110516-1
ii  install-info       4.13a.dfsg.1-10
ii  semi               1.14.6+0.20101114-1

wl recommends no packages.

Versions of packages wl suggests:
pn  bbdb         <none>
pn  bitmap-mule  <none>
ii  gnupg        1.4.12-4+b1
ii  gnutls-bin   3.0.20-3
pn  im           <none>
pn  mhc          <none>
pn  mu-cite      <none>
pn  mule-ucs     <none>
pn  namazu2      <none>
ii  openssl      1.0.1c-3
pn  starttls     <none>
ii  w3m-el       1.4.4-11
pn  x-face-el    <none>

-- no debconf information

-- 


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

Reply via email to