skeeto / skewer-mode

Live web development in Emacs
The Unlicense
1.1k stars 57 forks source link

skewer.log() output should be appended to repl #16

Closed purcell closed 11 years ago

purcell commented 11 years ago

Hi! Loving skewer so far -- thanks a lot!

If I move point backwards in the REPL, then eval an expression from a js file which contains skewer.log() invocations, the resulting output is inserted at point in the REPL. I would expect it to be printed at the end of the REPL buffer.

skeeto commented 11 years ago

Thanks for the report. There were a couple of skewer.log() issues I hadn't dealt with yet and this was a new one. I believe a9d2483 fixes your particular issue.

purcell commented 11 years ago

Awesome, thanks -- I'll check it out when MELPA builds a new package.