bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64554: 27.1; comint-mode cuts input after 4095 characters


From: Jens Thiele
Subject: bug#64554: 27.1; comint-mode cuts input after 4095 characters
Date: Mon, 10 Jul 2023 11:37:38 +0200

Hi!

I see an annoying bug with comint-mode where lines are cut off after
4095 characters.

How to reproduce:
start comint-mode with cat:
M-: (switch-to-buffer (make-comint "cat" "cat"))
insert 10000 u's
C-u 10000 u RET
and get only 4095 u's back in return (where of course 10000 should be returned)

greetings
Jens





reply via email to

[Prev in Thread] Current Thread [Next in Thread]