gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xemacs?


From: Kazuo YAGI
Subject: Re: Xemacs?
Date: Wed, 09 Jul 2008 00:19:27 +0900
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

Hi Uwe Brauer,

`switch-dir.el' require the feature `hl-line' and this error indicates that
you don't have it. Maybe you need to get the file `hl-line.el' from GNU's
ftp site below.

ftp://ftp.gnu.org/gnu/emacs

Both archives emacs-21.4a.tar.gz and emacs-22.1.tar.gz has `hl-line.el'.
Please put it under your load-path and try again.

Thanks for your try to use,
- Kazuo YAGI

(catch 'found
  (if (featurep 'hl-line)
      (throw 'found 1))
  (dolist (p load-path)
    (dolist (f (directory-files p))
      (if (string= "hl-line.el" f)
          (throw 'found 2))
      (if (string= "hl-line.elc" f)
          (throw 'found 3))))
  nil)
; You got nil? I got non-nil.

Uwe Brauer Wrote:
> Is seems not to work with Xemacs (21.4.19 mule)

> Compiling file /home/oub/Mail/switch-dir.el at Tue Jul  8 11:10:06 2008
>   !! File error (("Cannot open load file" "hl-line"))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]