Package: yorick
Version: 2.1.01cvs20060706-1
Severity: normal

Improve /etc/emacs/site-start.d/50yorick-auto.el by adding:

(autoload 'yorick-mode "yorick" "see yorick.el in site-lisp dir" t)

so that yorick-mode can be used immediately, and:

(setq auto-mode-alist
      (append
       (list
       '("\\.i" . yorick-mode))
       auto-mode-alist))

so that .i files (which seem, contrary to the yorick docs, to have no
default association with c-mode) can be used by Yorick. Chances are
that if you have yorick installed, you want this association; if you
disagree, you could provide it commented out as some other Emacs
site-start files do in similar circumstances.
-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages yorick depends on:
ii  libc6                2.3.6.ds1-7         GNU C Library: Shared libraries
ii  libx11-6             2:1.0.3-2           X11 client-side library
ii  yorick-data          2.1.01cvs20060706-1 interpreted library for the Yorick

Versions of packages yorick recommends:
ii  rlwrap                        0.24-1     readline feature command line wrap

-- no debconf information


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

Reply via email to