From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: read a reply from the terminal Date: Sun, 15 Jul 2007 01:35:49 +0300 Message-ID: References: <200707140242.l6E2gpBC015778@oogie-boogie.ics.uci.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1184452561 13366 80.91.229.12 (14 Jul 2007 22:36:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2007 22:36:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 15 00:36:00 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I9qDW-0003Mt-8M for ged-emacs-devel@m.gmane.org; Sun, 15 Jul 2007 00:35:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9qDV-00005J-GI for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 18:35:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9qDR-00005B-EB for emacs-devel@gnu.org; Sat, 14 Jul 2007 18:35:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9qDP-0008WT-VP for emacs-devel@gnu.org; Sat, 14 Jul 2007 18:35:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9qDP-0008WP-Pr for emacs-devel@gnu.org; Sat, 14 Jul 2007 18:35:51 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9qDP-0002Tr-9a for emacs-devel@gnu.org; Sat, 14 Jul 2007 18:35:51 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-219-223.inter.net.il [83.130.219.223]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HGF00686 (AUTH halo1); Sun, 15 Jul 2007 01:35:57 +0300 (IDT) In-reply-to: (bojohan+news@dd.chalmers.se) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74794 Archived-At: > From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) > Date: Sun, 15 Jul 2007 00:16:00 +0200 > > > Is there a way to make Emacs always interpret ^G as a normal > character? Does it help to use set-input-mode?