Code Monkey home page Code Monkey logo

emacs-fireplace's People

Contributors

adrieankhisbe avatar hut8 avatar johanvts avatar juergenhoetzel avatar karatasfurkan avatar mpolden avatar mstathers avatar nickdrozd avatar oylenshpeegul avatar pjadavies avatar syohex avatar tarsius avatar thomas-louvigne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emacs-fireplace's Issues

The fire does not extinguish with kill-buffer and undo history grows indefinitely

Emacs then complains

Warning (undo): Buffer *fireplace*' undo info was 13108363 bytes long. The undo info was discarded because it exceededundo-outer-limit'.

This is normal if you executed a command that made a huge change
to the buffer. In that case, to prevent similar problems in the
future, set `undo-outer-limit' to a value that is large enough to
cover the maximum size of normal changes you expect a single
command to make, but not so large that it might exceed the
maximum memory allotted to Emacs.

If you did not execute any such command, the situation is
probably due to a bug and you should report it.

You can disable the popping up of this buffer by adding the entry
(undo discard-info) to the user option warning-suppress-types', which is defined in thewarnings' library.

Please add a prefix to test-helper.el to avoid conflicts with 68 other packages

There exist at least 69 packages that contain a file named test-helper.el that also provides the feature test-helper.

This leads to issues for users who have at least two of these packages installed. It is unlikely that such a user would be able to run the tests of all of those packages. If the primary test file of one of those packages does (require 'test-helper), then it is undefined which of the various test-helper.el files gets loaded. Which it is, depends on the order of the load-path.

To avoid this conflicts, you should rename your test-helper.el to <your-package>-test-helper.el and adjust the feature and symbol prefixes accordingly.

Also don't forget to update the require form in your primary test file and/or update references to the library/feature elsewhere. Also, if your primary test file is named something like test.el, then please consider renaming that too (same for any other utility elisp files your repositoroy may contain).

Thanks!

PS: This issue is a bit generic because I had to open 69 issues.

Burn code

I really would like show the fireplace in an existing buffer with text/code. So the flames would burn the code!

Warm up the room

This is satire, but maybe not entirely satire.

I personally want this fire to be real. Could we spin up a few system threads and use while (true){} in them to start converting that sweet AC into heat?

Issues with window size changing

In some cases fire is showing perfectly:

But if I change the window size a little bit, it starting showing above the status line

Or started showing line breaks:

rendering problem

My fireplace looks like this:
2015-12-20-080508_680x765_scrot

Maybe a bug.

I have emacs 24.5.50.1 compiled with GTK+ 2.24.23.

Can't get sound working

I can't seem to get the sound working on the fireplace. I'm on spacemacs.
when I try to do M-x fireplace-toggle-sound or C-= I get no sound.

This appears in my message buffer, but it might be a red herring to the sound issue.

Error during redisplay: (fireplace--update-locals-vars #<window 3 on *fireplace*>) signaled (wrong-number-of-arguments (0 . 0) 1)

I'm not sure what the issue is. I did try to explicitly set the variable fireplace-sound-file-path but still have no sound. I tested out the ffplay command in the terminal, and that works.

I initially thought that MELPA wasn't downloading the mp3 so I tried to switch to the github repo.

Rendering issues

I just see a solid red buffer with no actual fire.

Adding smoke makes the top of the fire visible.

GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.16.6) of 2015-09-17 on lgw01-52, modified by Debian

Make fireplace use 100% cpu

An idea to make it possible to use fireplace to run your cpu at 100% to really generate heat to warm up your cozy room?

Instructions in README.md file don't work for me

I followed the instructions as best I could in the README.md file, and I managed to get things compiled to ~/.emacs/fireplace/fireplace.elc but I'm unable to get this working.

I have a fondness ASCII art and ANSI art, but I think my problem may be that I'm not familiar enough with emacs. I'm using Debian 11 (Linux), and would love to get this running. Thanks!

Smoke sometimes intersects the flame

When the smoke is on, sometimes the particles will be layered on top of the flame. This would be fine, except that the smoke maintains the dark background, effectively cutting a hole into the flame.

Running fireplace as startup buffer

Hi,
I'm trying to run fireplace as a startup buffer. In order to do that, I've set the initial-buffer-choice variable to 'fireplace using

(setq inhibit-startup-screen t)
(setq initial-buffer-choice 'fireplace)

in my .emacs file

But when I start Emacs, its shows as an error : Wrong number of arguments: (1 . 1), 0

The same occurs when running it in a .el file
Is it a fireplace error or am I making a mistake ?

Thanks for your help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.