From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: zap-to-char too raw, or document Date: Sun, 17 Jul 2011 11:34:20 +0200 Message-ID: <4E22AC9C.6060404@online.de> References: <87myeydbea.fsf@jidanni.org> <87ipr1sqkm.fsf@uwakimon.sk.tsukuba.ac.jp> <87mxgdwd1u.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1310895288 16449 80.91.229.12 (17 Jul 2011 09:34:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 17 Jul 2011 09:34:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 17 11:34:44 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 1QiNkK-0001Rx-HS for ged-emacs-devel@m.gmane.org; Sun, 17 Jul 2011 11:34:44 +0200 Original-Received: from localhost ([::1]:48251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiNkJ-0003kM-Hj for ged-emacs-devel@m.gmane.org; Sun, 17 Jul 2011 05:34:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiNk2-0003jv-GF for emacs-devel@gnu.org; Sun, 17 Jul 2011 05:34:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiNk1-0004f3-GU for emacs-devel@gnu.org; Sun, 17 Jul 2011 05:34:26 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.186]:49785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiNk1-0004ev-2D for emacs-devel@gnu.org; Sun, 17 Jul 2011 05:34:25 -0400 Original-Received: from [192.168.178.27] (brln-4dbc6ccd.pool.mediaWays.net [77.188.108.205]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0LzWb8-1RU92l0DNi-014iky; Sun, 17 Jul 2011 11:34:21 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11 In-Reply-To: <87mxgdwd1u.fsf@fencepost.gnu.org> X-Provags-ID: V02:K0:Dk9O63d5krVmHsMjFdBhF2nwiwuS1dPRVZxyMsXWCNC YfS0wnYfm3THbhXgsUsvs6hljr6Aao10RwPP1I6R4tHNU9Eqtf I+N8L9J4poy+4roUn6iKdJGYPQyzjf7kQWGGOzBRPuLfa3Pwyg ZSJVRPPf9pMsfPrAMwnL5RYZwAYkB77AO4HDFPGHuIAkcNTEPS KmfpW3A2/zionBiVrUR69ia7PQSN9C/34aTJkJkJYE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.126.186 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:142063 Archived-At: > > When I answer a y/n style question, I would not want to have a > latin-1-postfix input method waiting in order to figure out whether I > want to adorn my n with a ~ in order to get ñ. > Where is the problem? User specifying a simple char will not notice the extended capability. > For zap-to-char, things look different. So I am with Lars in that there > should be different interactive specs it was said "but allows", not "make different". Better keeping things simple. Andreas for with and without input > methods, like we have s (without input method) and M (with current input > method). >