From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: C-z and C-x C-z are bound to suspend-frame Date: Sat, 29 Mar 2008 00:12:08 -0400 Message-ID: References: <7dbe73ed0803251816g6f12f0c1y7d479b04ca03b3af@mail.gmail.com> <7dbe73ed0803260223o3ec9e8cdk7b8a746e438b2feb@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206763973 30304 80.91.229.12 (29 Mar 2008 04:12:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 04:12:53 +0000 (UTC) Cc: Andreas Schwab , emacs developers , Mathias Dahl To: "paul r" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 05:13:24 2008 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 1JfSRY-00042o-5a for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 05:13:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfSQw-0003Bj-Ex for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 00:12:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfSQd-0002ud-5S for emacs-devel@gnu.org; Sat, 29 Mar 2008 00:12:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfSQb-0002tM-K3 for emacs-devel@gnu.org; Sat, 29 Mar 2008 00:12:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfSQb-0002t7-9B for emacs-devel@gnu.org; Sat, 29 Mar 2008 00:12:25 -0400 Original-Received: from 206-248-178-205.dsl.teksavvy.com ([206.248.178.205] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfSQb-0006Bj-38 for emacs-devel@gnu.org; Sat, 29 Mar 2008 00:12:25 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9719BB40E0; Sat, 29 Mar 2008 00:12:08 -0400 (EDT) In-Reply-To: (paul r.'s message of "Fri, 28 Mar 2008 13:46:30 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:93754 Archived-At: > Something should be done about that. As a start, we can make a full > list and contact maintainers to ask them if they can fix that, I'm ok > to do this part, That would be very helpful, thank you. > should I CC emacs-devel ? If you want. > Below is the raw list matches of the command : > grep --color -R -e "\"\\\\C-c[a-zA-Z]" lisp > in fresh cvs tree. > Please let me know if some of them are "acceptables" and should be let. The ones in comments are fine ;-) Stefan