inf-clojure icon indicating copy to clipboard operation
inf-clojure copied to clipboard

Spurious newlines are inserted into output every 1024 characters.

Open austinhaas opened this issue 6 years ago • 2 comments

Appears to be related to the newline added here: https://github.com/clojure-emacs/inf-clojure/blob/master/inf-clojure.el#L571.

If that is removed, there are no spurious newlines in the output.

GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.6.0, NS appkit-1561.40 Version 10.13.5 (Build 17F77)) of 2018-06-08

austinhaas avatar Jul 27 '18 22:07 austinhaas

Uhm this has been there for long time in order to avoid the terrible terrible comint marker when pasting multi lines.

Can this be a comint change in 26?

What is the passed string when you enable logging?

arichiardi avatar Jul 28 '18 01:07 arichiardi

Just want to +1 this. Minor, but annoying. Still occurring.

GNU Emacs 26.2 (build 1, x86_64-apple-darwin18.2.0, NS appkit-1671.20 Version 10.14.3 (Build 18D109)) of 2019-04-12

candera avatar Sep 16 '19 15:09 candera