From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: C-z (Re: Two GTK related feature requests) Date: Tue, 28 Oct 2003 15:39:30 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87oew8so3g.fsf@cs.cmu.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067374633 29103 80.91.224.253 (28 Oct 2003 20:57:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 20:57:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 28 21:57: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 1AEatq-0001DO-00 for ; Tue, 28 Oct 2003 21:57: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 1AEatp-00085U-01 for ; Tue, 28 Oct 2003 21:57: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 1AEao5-00069z-5E for emacs-devel@quimby.gnus.org; Tue, 28 Oct 2003 15:51:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEanJ-0005uu-Mr for emacs-devel@gnu.org; Tue, 28 Oct 2003 15:50:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEamm-0005je-0l for emacs-devel@gnu.org; Tue, 28 Oct 2003 15:50:24 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEahm-0004Sl-Hc for emacs-devel@gnu.org; Tue, 28 Oct 2003 15:44:42 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AEack-0005Jw-Jb; Tue, 28 Oct 2003 15:39:30 -0500 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) 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:17521 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17521 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. That might be a useful thing to do with some key if it could be available on ttys also. But people would probably be very unhappy that it was unavailable except under X. Basically I don't see any benefit in this change. If you want to redefine it, as a prefix key or any other way, you can already do that.