-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in process filter #2
Comments
Could you please run the following commands: (4clj-get-problem 1 '4clj-parse-problem)
(make-4clj-buffer "test") In your scratch buffer? Which one of them returns an error? |
The command (4clj-get-problem 1 '4clj-parse-problem) returns the error. Is there anything I can do to get a debug trace that Thanks, M. On Mon, Jul 2, 2012 at 3:24 PM, dcluna <
|
(let ((debug-on-error t))
(4clj-get-problem 1 '4clj-parse-problem)) should do. Also, can you show the contents of the "http www.4clojure.com" buffer? |
I just tried this on a different system (emacs 24) and it works fine. Must I won't be able to work on this for a while (going out of town), so let's Thank you for trying to help me sort it out. Fun tool. M. On Mon, Jul 2, 2012 at 8:51 PM, dcluna <
|
I'm getting the same issue. "error in process filter: End of buffer" after I've entered problem number. Emacs 24.2 on mac. With Emacs Live - https://github.com/overtone/emacs-live ..
|
Can you provide a stacktrace? I've installed emacs-live here, but I was not On Sun, Feb 10, 2013 at 12:00 PM, cannyboy [email protected] wrote:
Daniel Luna (Belém) "If you can fill the unforgiving minute |
Sorry, I'm not sure how to do a stacktrace in emacs. Anyway, I got in working. It's true that I could have got it working by following the instructions by the letter... by adding code to init.el in .emacs.d
.. and then I putting four-el.clj in the 4clj-el folder. However, my issue is that Emacs Live has a method to install extra stuff, so that it doesn't mess with the original (which means I can also pull the latest version without worrying about customisations). The installer creates a folder for the additional stuff (see lines 170-177 in this: https://github.com/overtone/emacs-live/blob/master/installer/install-emacs-live.sh ). For future reference, in order to get it working, I put
in the init.el in the .live-packs folder, and put the four-clj.el file in the config folder. Thanks for the 4clojure file! |
If I run M-x 4clojure-problem and supply a problem #, I get "error in process filter: End of buffer". GNU Emacs version 22.3.1. Json version 1.2. This occurs whether or not I'm in slime or not, in a clojure-mode buffer or not.
The text was updated successfully, but these errors were encountered: