nyan-mode icon indicating copy to clipboard operation
nyan-mode copied to clipboard

Nyan Cat for Emacs! Nyanyanyanyanyanyanyanyanyan!

Results 18 nyan-mode issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/299873/94360289-2c0d2080-007a-11eb-9b63-0543ffa31a8b.png) On Emacs 27 the rainbow segments have visible spaces between them, and the rainbow is significantly higher than the cat. ![image](https://user-images.githubusercontent.com/299873/94360313-43e4a480-007a-11eb-91bc-5c361d4a4bc0.png)

bug

In modes like visual-fill-column, using window-total-width calculates the actual width of the mode-line. When the buffer is narrowed, the nyan cat should (in my mind) update relative to the narrowed...

I apologize that this question is somewhat outside the scope of the repo, but I figured this is the best place to ask it. Is there a terminal within which...

enhancement

MooGNU (https://archive.org/details/M00GNU) is a copyleft alternative to nyan cat.

feature request

Hi I've added the setting `nyan-mark-modified-buffers` which pale-ifies nyan cat if buffer is "unsaved"

This solves #37 and #48. Under Emacs 27: - `-animation -wavy` ![image](https://user-images.githubusercontent.com/299873/94977697-ee7c1d80-04e7-11eb-8eba-618ac975f360.png) - `-animation +wavy` ![image](https://user-images.githubusercontent.com/299873/94977723-123f6380-04e8-11eb-9965-3200c92d3db4.png) - `+animation -wavy` ![image](https://user-images.githubusercontent.com/299873/94977736-22efd980-04e8-11eb-8707-7d43a76396c1.png) - `+animation +wavy` ![image](https://user-images.githubusercontent.com/299873/94977712-06ec3800-04e8-11eb-927b-cb1e7c6ac002.png)

* New custom variable `nyan-animation-endless-loop` to toogle endless animation * New value `animated-only` for `nyan-wavy-trail`

This is my setting. ``` (use-package nyan-mode :init (setq nyan-animate-nyancat t) (setq nyan-wavy-trail t) (setq nyan-minimum-window-width 80) (setq nyan-bar-length 20) (nyan-mode)) ``` This is what happen. Thanks!

bug

I think there is a memory leak if the animation is activated. I opened emacs and just left it inactive while I was watching its memory consumption and it was...

bug
can't reproduce

I use mpv instead of mplayer so I changed nyan-mode a little bit. I hope this change is small enough not to disturb mplayer users. :-)