From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: C-z (Re: Two GTK related feature requests) Date: 27 Oct 2003 15:05:40 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87oew8so3g.fsf@cs.cmu.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067269768 3258 80.91.224.253 (27 Oct 2003 15:49:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 15:49:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Oct 27 14:25:42 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 1AE7NO-0000aF-00 for ; Mon, 27 Oct 2003 14:25:42 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AE7NO-0006VW-00 for ; Mon, 27 Oct 2003 14:25:42 +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 1AE7Kx-0003JT-9Q for emacs-devel@quimby.gnus.org; Mon, 27 Oct 2003 08:23:11 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AE78u-00009d-K7 for emacs-devel@gnu.org; Mon, 27 Oct 2003 08:10:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AE76F-0007hZ-TN for emacs-devel@gnu.org; Mon, 27 Oct 2003 08:08:30 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.24) id 1AE743-00076H-9L for emacs-devel@gnu.org; Mon, 27 Oct 2003 08:05:43 -0500 Original-Received: (qmail 463 invoked from network); 27 Oct 2003 13:05:41 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 27 Oct 2003 13:05:41 -0000 Original-To: bob@rattlesnake.com In-Reply-To: Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:17461 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17461 "Robert J. Chassell" writes: > 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. In that case, I would rather just reserve it for the user -- if you want it to be a prefix key, it's your choice. Notice that cua-mode (by default) binds C-z to undo; quite a number of users use the cua bindings, so we shouldn't put anything overly complex there. -- Kim F. Storm http://www.cua.dk