From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: Character mode for comint? Date: Sat, 29 Oct 2011 16:32:24 +0200 Message-ID: <87ty6rlvgn.fsf@gmail.com> References: <87mxckp2vs.fsf@gmail.com> <87d3dgp2hb.fsf@gmail.com> <87r51wm3jw.fsf@gmail.com> <87k47om2e5.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319898777 16758 80.91.229.12 (29 Oct 2011 14:32:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2011 14:32:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 29 16:32:52 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RK9xp-0007SZ-Iu for ged-emacs-devel@m.gmane.org; Sat, 29 Oct 2011 16:32:49 +0200 Original-Received: from localhost ([::1]:56121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK9xo-0000VS-Rz for ged-emacs-devel@m.gmane.org; Sat, 29 Oct 2011 10:32:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK9xl-0000VC-Lw for emacs-devel@gnu.org; Sat, 29 Oct 2011 10:32:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RK9xk-0007I8-Dz for emacs-devel@gnu.org; Sat, 29 Oct 2011 10:32:45 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:56248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RK9xk-0007I2-6P for emacs-devel@gnu.org; Sat, 29 Oct 2011 10:32:44 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RK9xi-0007QR-O6 for emacs-devel@gnu.org; Sat, 29 Oct 2011 16:32:42 +0200 Original-Received: from cab14-1-88-177-9-245.fbx.proxad.net ([88.177.9.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Oct 2011 16:32:42 +0200 Original-Received: from antoine.levitt by cab14-1-88-177-9-245.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Oct 2011 16:32:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cab14-1-88-177-9-245.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145760 Archived-At: 29/10/11 14:17, Andreas Schwab > Antoine Levitt writes: > >> Apologizes, I was talking about term-mode. > > So what's wrong with it? > > Andreas. Right, so, from the top. In term-mode, I can switch between line-mode and character-mode via C-c C-j, C-c C-k. In comint buffers (for instance: emacs -Q, M-x run-python), there is only the default line-based input mode. I'd like to be able to input characters directly. Is there a simple way that could be done? Antoine