From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: Convert non-ASCII letters to hexadecimal? vs control chars. Date: Thu, 21 Oct 2010 14:42:17 -0400 Message-ID: References: <87fww040oi.fsf@jidanni.org> <83tykf8m6i.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287686665 1796 80.91.229.12 (21 Oct 2010 18:44:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 18:44:25 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, jidanni@jidanni.org, rfrancoise@debian.org, bugs@gnus.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 21 20:44:22 2010 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.69) (envelope-from ) id 1P907f-0007j0-R2 for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2010 20:44:20 +0200 Original-Received: from localhost ([127.0.0.1]:50626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P907e-0000Eq-Au for ged-emacs-devel@m.gmane.org; Thu, 21 Oct 2010 14:44:18 -0400 Original-Received: from [140.186.70.92] (port=50200 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P905o-0007PR-IF for emacs-devel@gnu.org; Thu, 21 Oct 2010 14:42:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P905n-0005YB-Gk for emacs-devel@gnu.org; Thu, 21 Oct 2010 14:42:24 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:38593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P905n-0005Xy-C4; Thu, 21 Oct 2010 14:42:23 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o9LIgIQ5004040; Thu, 21 Oct 2010 14:42:18 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id E55B1B45E5; Thu, 21 Oct 2010 14:42:17 -0400 (EDT) In-Reply-To: <83tykf8m6i.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 21 Oct 2010 19:56:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3655=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:131950 gmane.emacs.bugs:41045 Archived-At: > I think the right fix for control characters below 32 is to convert > them to the ^X ASCII representation. I'm not sure I'd agree enough to make it a promptless default. Stefan