bug#33403: [Geiser-users] bug#33403: Data length limit in Guile/Geiser/Scheme evaluation

2018-11-16 Thread Mark H Weaver
A few more notes: I wrote earlier: > However, before doing this, some warnings are in order: > > When in noncanonical mode, the normal processing of ERASE (usually DEL > or Ctrl-H) and KILL (usually Ctrl-U) characters are disabled, Also the handling of Ctrl-D appears to be disabled in noncanonica

bug#33403: [Geiser-users] bug#33403: Data length limit in Guile/Geiser/Scheme evaluation

2018-11-16 Thread Mark H Weaver
Hello all, "Jose A. Ortega Ruiz" writes: > On Fri, Nov 16 2018, Neil Jerram wrote: > >> Neil Jerram writes: >> >>> Mark H Weaver writes: >>> This is a documented limitation in Linux's terminal handling when in canonical mode. See the termios(3) man page, which includes this text: >>

bug#33403: [Geiser-users] bug#33403: Data length limit in Guile/Geiser/Scheme evaluation

2018-11-16 Thread Jose A. Ortega Ruiz
On Fri, Nov 16 2018, Neil Jerram wrote: > Neil Jerram writes: > >> Mark H Weaver writes: >> >>> This is a documented limitation in Linux's terminal handling when in >>> canonical mode. See the termios(3) man page, which includes this text: >>> >>>Canonical and noncanonical mode >>>

bug#33403: [Geiser-users] bug#33403: Data length limit in Guile/Geiser/Scheme evaluation

2018-11-16 Thread Jose A. Ortega Ruiz
On Fri, Nov 16 2018, Neil Jerram wrote: > Mark H Weaver writes: > >> This is a documented limitation in Linux's terminal handling when in >> canonical mode. See the termios(3) man page, which includes this text: >> >>Canonical and noncanonical mode >> >>The setting of the ICA

bug#33403: [Geiser-users] Data length limit in Guile/Geiser/Scheme evaluation

2018-11-16 Thread Neil Jerram
Neil Jerram writes: > Mark H Weaver writes: > >> This is a documented limitation in Linux's terminal handling when in >> canonical mode. See the termios(3) man page, which includes this text: >> >>Canonical and noncanonical mode >> >>The setting of the ICANON canon flag in c

bug#33403: [Geiser-users] Data length limit in Guile/Geiser/Scheme evaluation

2018-11-16 Thread Neil Jerram
Mark H Weaver writes: > This is a documented limitation in Linux's terminal handling when in > canonical mode. See the termios(3) man page, which includes this text: > >Canonical and noncanonical mode > >The setting of the ICANON canon flag in c_lflag determines >whet