From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 20 17:57:43 2013 Received: (at submit) by debbugs.gnu.org; 20 Jan 2013 22:57:44 +0000 Received: from localhost ([127.0.0.1]:41910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tx3pf-0005rf-In for submit@debbugs.gnu.org; Sun, 20 Jan 2013 17:57:43 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53847) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tx3pd-0005rW-NM for submit@debbugs.gnu.org; Sun, 20 Jan 2013 17:57:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tx3oe-0008S2-E1 for submit@debbugs.gnu.org; Sun, 20 Jan 2013 17:56:41 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-104.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:33958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tx3oe-0008Ry-Ai for submit@debbugs.gnu.org; Sun, 20 Jan 2013 17:56:40 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tx3oc-0001RQ-KE for bug-gnu-emacs@gnu.org; Sun, 20 Jan 2013 17:56:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tx3oY-0008RS-LR for bug-gnu-emacs@gnu.org; Sun, 20 Jan 2013 17:56:38 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:47057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tx3oY-0008R7-FR for bug-gnu-emacs@gnu.org; Sun, 20 Jan 2013 17:56:34 -0500 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id r0KMuW8U013080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 20 Jan 2013 22:56:33 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r0KMuVo7004748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 20 Jan 2013 22:56:32 GMT Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r0KMuVbo005054 for ; Sun, 20 Jan 2013 16:56:31 -0600 Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 20 Jan 2013 14:56:31 -0800 From: "Drew Adams" To: Subject: 24.3.50; `report-emacs-bug' binds `C-c m', which is reserved for users Date: Sun, 20 Jan 2013 14:56:22 -0800 Message-ID: <0DAA524011524B9D9ECFBE13311E3D26@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac33YV3lb2rwqEejSkmaVbLnVP0MGw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) This code in `report-emacs-bug' violates the convention set forth in (elisp) `Key Binding Conventions', which reserves `C-c' plus a letter for users: (define-key (current-local-map) "\C-cm" 'report-emacs-bug-insert-to-mailer) Hard to believe this happened. New key bindings, especially in longstanding, core Emacs modes, should be reviewed before a release. The bug was introduced in Emacs 24.1. The doc is unequivocal about this: Don't define `C-c LETTER' as a key in Lisp programs. Sequences consisting of `C-c' and a letter (either upper or lower case) are reserved for users; they are the *only* sequences reserved for users, so do not block them. In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600) of 2013-01-18 on ODIEONE Bzr revision: 111548 sdl.web@gmail.com-20130118182218-6ywd47qsbnow6nsg Windowing system distributor `Microsoft Corp.', version 5.1.2600 Configured using: `configure --with-gcc (4.7) --no-opt --enable-checking --cflags -IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib' From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 08 23:42:26 2013 Received: (at 13510-done) by debbugs.gnu.org; 9 Feb 2013 04:42:26 +0000 Received: from localhost ([127.0.0.1]:45256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U42Gf-0007aw-PT for submit@debbugs.gnu.org; Fri, 08 Feb 2013 23:42:26 -0500 Received: from mail-da0-f49.google.com ([209.85.210.49]:42195) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U42Ga-0007am-UE for 13510-done@debbugs.gnu.org; Fri, 08 Feb 2013 23:42:22 -0500 Received: by mail-da0-f49.google.com with SMTP id t11so2096718daj.36 for <13510-done@debbugs.gnu.org>; Fri, 08 Feb 2013 20:42:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:in-reply-to:date:message-id :references:user-agent:mime-version:content-type; bh=k3ax7I0bOItENdpfJaUaRPIIVR2IA1MR4N4aXXiibyU=; b=QTHiHosFOKMNa1Oe6ldoNvXnTPNCaFdcYnIOF3GG1FJpfHwF4Fntpi099Iz2ODVZkL vDHq4y3l3K/eznDzVZDd1vt/JM0uxjSBfan4LpEYxqsucgsGyGmwitgvNyTqEfGXyhvk CoWZ8oehgJOBGp+6ecdUNfqI2Qzued8wner11vc7wDhOonsU3jYn/kAC+QE4TdGoSAuw lDZXmG316l1tk9kTt3xD6XW1NyaQeeVxkYix25R+MLmpCOUTdP1e539vhQYc/T7MIvd1 QnyuXpnUdnwv8JOIFl9JZ8viI/JHVv67aQ66CTOKQzI9o2nUhhiAEDJsWNpP8hzEvFCl wbXw== X-Received: by 10.66.84.195 with SMTP id b3mr24459797paz.30.1360384933465; Fri, 08 Feb 2013 20:42:13 -0800 (PST) Received: from tsparkle (cm126.delta178.maxonline.com.sg. [59.189.178.126]) by mx.google.com with ESMTPS id uo14sm332252pbc.37.2013.02.08.20.42.10 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 08 Feb 2013 20:42:11 -0800 (PST) From: Chong Yidong To: "Drew Adams" Subject: Re: bug#13510: 24.3.50; `report-emacs-bug' binds `C-c m', which is reserved for users In-Reply-To: <0DAA524011524B9D9ECFBE13311E3D26@us.oracle.com> (Drew Adams's message of "Sun, 20 Jan 2013 14:56:22 -0800") Date: Sat, 09 Feb 2013 12:41:40 +0800 Message-ID: <87a9re85ff.fsf@gnu.org> References: <0DAA524011524B9D9ECFBE13311E3D26@us.oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 13510-done Cc: 13510-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) "Drew Adams" writes: > This code in `report-emacs-bug' violates the convention set forth in > (elisp) `Key Binding Conventions', which reserves `C-c' plus a > letter for users: > > (define-key (current-local-map) "\C-cm" > 'report-emacs-bug-insert-to-mailer) This is indeed a mistake. Since this bug was introduced in Emacs 24.1, it is a regression against Emacs 23; I went ahead and fixed it in the emacs-24 branch, with the new binding C-c M-i. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 09 11:17:17 2013 Received: (at 13510-done) by debbugs.gnu.org; 9 Feb 2013 16:17:17 +0000 Received: from localhost ([127.0.0.1]:46790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U4D74-0001iD-Ow for submit@debbugs.gnu.org; Sat, 09 Feb 2013 11:17:16 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:34675) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U4D70-0001i4-Jy for 13510-done@debbugs.gnu.org; Sat, 09 Feb 2013 11:17:12 -0500 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r19GGvu3025721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 9 Feb 2013 16:16:58 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r19GGuet019245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 9 Feb 2013 16:16:57 GMT Received: from abhmt107.oracle.com (abhmt107.oracle.com [141.146.116.59]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r19GGv2F016914; Sat, 9 Feb 2013 10:16:57 -0600 Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 09 Feb 2013 08:16:56 -0800 From: "Drew Adams" To: "'Chong Yidong'" References: <0DAA524011524B9D9ECFBE13311E3D26@us.oracle.com> <87a9re85ff.fsf@gnu.org> Subject: RE: bug#13510: 24.3.50; `report-emacs-bug' binds `C-c m', which is reserved for users Date: Sat, 9 Feb 2013 08:16:50 -0800 Message-ID: <1DDF80B09ABE473FB880E884A6630039@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87a9re85ff.fsf@gnu.org> Thread-Index: Ac4Gf9XsVfr0x28OR/yuP7ltEQIbZAAYP1Gg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-Spam-Score: -1.5 (-) X-Debbugs-Envelope-To: 13510-done Cc: 13510-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) > > This code in `report-emacs-bug' violates the convention set forth in > > (elisp) `Key Binding Conventions', which reserves `C-c' plus a > > letter for users: > > > > (define-key (current-local-map) "\C-cm" > > 'report-emacs-bug-insert-to-mailer) > > This is indeed a mistake. Since this bug was introduced in > Emacs 24.1, it is a regression against Emacs 23; I went ahead > and fixed it in the emacs-24 branch, with the new binding C-c M-i. Thank you. From unknown Sat Jun 21 10:46:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 10 Mar 2013 11:24:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator