emacs-devel
[Top][All Lists]
Advanced

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

Re: Character mode for comint?


From: Stefan Monnier
Subject: Re: Character mode for comint?
Date: Sat, 29 Oct 2011 15:48:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

> Actually, the basic code seems to be pretty simple. In character mode,
> pretty much everything is mapped to term-send-raw, which is just a
> wrapper around process-send-string.

Indeed.  In inferior-prolog-mode, for example we mix the two in some
occasions (because some Prolog systems read a single char (rather than
a string) to decide how to continue).


        Stefan



reply via email to

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