From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: C-z Date: Mon, 27 Oct 2003 16:47:25 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20031027.164725.260790447.wl@gnu.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067278806 28147 80.91.224.253 (27 Oct 2003 18:20:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 18:20:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Oct 27 17:11:10 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AE9xW-0006iM-00 for ; Mon, 27 Oct 2003 17:11:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AE9xW-00088z-00 for ; Mon, 27 Oct 2003 17:11:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AE9rs-0000Y3-L4 for emacs-devel@quimby.gnus.org; Mon, 27 Oct 2003 11:05:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AE9gs-00058i-DH for emacs-devel@gnu.org; Mon, 27 Oct 2003 10:53:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AE9gE-0004vR-Vt for emacs-devel@gnu.org; Mon, 27 Oct 2003 10:53:51 -0500 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AE9du-0004X1-6s for emacs-devel@gnu.org; Mon, 27 Oct 2003 10:50:54 -0500 Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AE9dm-0002Kf-00; Mon, 27 Oct 2003 16:50:46 +0100 Original-Received: from [80.129.67.248] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1AE9b6-00012I-00; Mon, 27 Oct 2003 16:48:00 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h9RFlP101939; Mon, 27 Oct 2003 16:47:25 +0100 Original-To: bob@rattlesnake.com In-Reply-To: X-Mailer: Mew version 4.0.58 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17464 > what else useful could we put on c-z > instead of iconify? it wd not be available on text terminals. > > One possibility is to make it a prefix reserved for users, > like C-c followed by a letter. I think this is a good idea. Werner