From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: read-char doesn't use input-decode-map Date: Mon, 4 Jan 2010 03:31:23 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262572324 19650 80.91.229.12 (4 Jan 2010 02:32:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2010 02:32:04 +0000 (UTC) Cc: Rob Giardina , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 04 03:31:56 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.50) id 1NRcja-00072j-QE for ged-emacs-devel@m.gmane.org; Mon, 04 Jan 2010 03:31:55 +0100 Original-Received: from localhost ([127.0.0.1]:43226 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRcja-0001rV-VM for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2010 21:31:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRcjV-0001rF-6M for emacs-devel@gnu.org; Sun, 03 Jan 2010 21:31:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRcjQ-0001nt-Iv for emacs-devel@gnu.org; Sun, 03 Jan 2010 21:31:48 -0500 Original-Received: from [199.232.76.173] (port=52167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRcjQ-0001no-GI for emacs-devel@gnu.org; Sun, 03 Jan 2010 21:31:44 -0500 Original-Received: from mail-fx0-f228.google.com ([209.85.220.228]:48238) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRcjQ-0000k9-6L for emacs-devel@gnu.org; Sun, 03 Jan 2010 21:31:44 -0500 Original-Received: by fxm28 with SMTP id 28so5966606fxm.26 for ; Sun, 03 Jan 2010 18:31:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=/tbks3Z6lNGjbw1imf6tJKv5PApM/prvIjLM+93SGX0=; b=XXEJs2as/Lyf+dZfssaZGw425ilj8NlVLcAx48mIqclyzM1qKDQNPHgGHEvy8BfjRO L6Jgo52igdRp3h1YfheqD/MZP8pg/enCLMrMGR5Y44xUPS1DhpN5J6LnB4VW16zPCFUN 2GbMCEERWtK+22uzDaL4G5THVOu8+sLqbMhpw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=tH+0v5/WZLJqoMWahcim6lsdaOY6VRy/8f+Jk7qNFZRlFj4gDPy7+foz1VoiuxHFqR djesxTbKK3FU/aW86em/cIDvCqVIC9Pst+8MFhKLqc5VBoEP8jJO9xous8lpL3/U/Pps bhTTENEw1GFP0QX4Zz/+U30o/Yun92tQ7hrg8= Original-Received: by 10.239.193.140 with SMTP id j12mr630456hbi.70.1262572303086; Sun, 03 Jan 2010 18:31:43 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 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:119338 Archived-At: On Mon, Jan 4, 2010 at 3:18 AM, Stefan Monnier w= rote: >>> Most uses of reac-char should be replaced by read-key instead. >> Then it is perhaps the time to use the prompt face for read-key too? > > I guess so, yes. =C2=A0But if so, the problem should probably be fixed > directly in read-key-sequence(-vector) rather than only in read-key. Ok, there should be code for this in y-or-n-p for example. (If anyone has time to write it right now.)