Skip to content

Commit

Permalink
Some notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeMPOraL committed Aug 20, 2011
1 parent 9072d4a commit 960d22c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
19 changes: 13 additions & 6 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* Nyan Mode - Turn your Emacs into Nyanmacs! :)

WARNING, MIND DUMBING CONTENT INSIDE.
*WARNING, MIND DUMBING CONTENT INSIDE.*

Nyan Mode is an analog indicator of your position in the buffer. The
Cat should go from left to right in your mode-line, as you move your
Expand All @@ -9,6 +9,7 @@ point from 0% to 100%.
** Features
- Mind dumbing content included,
- Experimental animation (M-x nyan-start-animation, M-x nyan-stop-animation),
- Wavy rainbow (M-x set-variable <ret> nyan-wavy-trail <ret> t),
- Customizable properties.

NOT INCLUDED: music.
Expand All @@ -17,11 +18,17 @@ NOT INCLUDED: music.
It's my second attempt to write a minor mode in Emacs, so there will
definiely be some bugs.

Current version uses PNG images, which require libpng to be available
for Emacs. The lib is sometimes missing (e.g. some Windows
installation). To make it work on Windows, one needs to download a
proper DLL and put it into emacs bin/ folder. To see which DLL is needed,
do: M-x describe-variable <ret> image-library-alist <ret>.
This version uses XPM images, which should be supported by default by
most Emacs 23 installations, Windows included. In case it doesn't
work, try switching to master-png branch. This branch, however, may
have it's own issues:

There was a problem with displaying PNG images, which require libpng
to be available for Emacs. The lib is sometimes missing (e.g. some
Windows installation). To make it work on Windows, one needs to
download a proper DLL and put it into emacs bin/ folder. To see which
DLL is needed, do: M-x describe-variable <ret> image-library-alist
<ret>.

So far it didn't work on Emacs 24 :(. Any help with that would be appreciated.

Expand Down
3 changes: 1 addition & 2 deletions nyan-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;;
;;; Author: Jacek "TeMPOraL" Zlydach <temporal.pl@gmail.com>
;;; URL: http://nyan-mode.buildsomethingamazing.com
;;; Keywords: nyan, cat, lulz, build something amazing
;;; Keywords: nyan, cat, lulz, pop tart cat, build something amazing
;;;
;;; Inspired by (and in few places copied from) sml-modeline.el,
;;; written by Lennart Borgman
Expand Down Expand Up @@ -92,7 +92,6 @@
(nyan-refresh))
:group 'nyan)

;;; Yeah, maybe one day.
(defcustom nyan-animate-nyancat nil
"Enable animation for Nyan Cat.
This can be t or nil."
Expand Down

0 comments on commit 960d22c

Please sign in to comment.