|
From: | Rafal Jedruszek |
Subject: | Re: highlight-tail.el (v1.0) --- draw a "tail" while writing, by smoothly changing background color |
Date: | Mon, 03 Jan 2005 20:12:11 +0100 |
User-agent: | Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) |
Mathias Dahl <address@hidden> writes: > Rafal Jedruszek <address@hidden> writes: > >> ;; === INSTALLATION >> ;; >> ;; Place this file in your load-path and add >> ;; >> ;; (require 'highlight-tail-mode) >> ;; (message "Highlight-tail-mode loaded - now your Emacs will be even more >> sexy!") >> ;; ; [ here some setq of variables ] >> ;; (highlight-tail-reload) >> ;; >> ;; to your ~/.emacs > > This fails on my setup: > > (file-error "Cannot open load file" "highlight-tail-mode") > > I used M-x load-libary RET highlight-tail RET and it works. OMG, what an oversight! Thanks for reporting. It should be ;; (require 'highlight-tail) ;; (message "Highlight-tail loaded - now your Emacs will be even more sexy!") ;; ; [ here some setq of variables ] ;; (highlight-tail-reload) I'll post fixed version to gnu.emacs.sources within a minute. -- Przedziwny ogarnął mnie kaprys. / ___________________________, / homepage: | / <url:http://42.pl/url/M6> | / I chyba się jednak dzisiaj nie powieszę
[Prev in Thread] | Current Thread | [Next in Thread] |