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: [elpa] 01/02: update to Ada mode version 5.0.1 Date: Mon, 03 Feb 2014 22:37:13 -0500 Message-ID: References: <20140202214846.27558.28754@vcs.savannah.gnu.org> <857g9c44ib.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391485048 15431 80.91.229.3 (4 Feb 2014 03:37:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2014 03:37:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 04 04:37:35 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WAWpK-0000dF-NA for ged-emacs-devel@m.gmane.org; Tue, 04 Feb 2014 04:37:34 +0100 Original-Received: from localhost ([::1]:50557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAWpK-0008Ku-C8 for ged-emacs-devel@m.gmane.org; Mon, 03 Feb 2014 22:37:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAWp9-0008HI-8X for emacs-devel@gnu.org; Mon, 03 Feb 2014 22:37:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAWp0-0006Lz-5A for emacs-devel@gnu.org; Mon, 03 Feb 2014 22:37:23 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:47684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAWp0-0006Lu-1N for emacs-devel@gnu.org; Mon, 03 Feb 2014 22:37:14 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxLyZ/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kLYdxBsEtji6CXAOIYZwZgV6Cais X-IPAS-Result: Av4EABK/CFFFxLyZ/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kLYdxBsEtji6CXAOIYZwZgV6Cais X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="46721952" Original-Received: from 69-196-188-153.dsl.teksavvy.com (HELO pastel.home) ([69.196.188.153]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 03 Feb 2014 22:37:13 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 3E5F260335; Mon, 3 Feb 2014 22:37:13 -0500 (EST) In-Reply-To: <857g9c44ib.fsf@stephe-leake.org> (Stephen Leake's message of "Mon, 03 Feb 2014 09:09:32 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169377 Archived-At: > Is there a way to mark a key binding obsolete/deprecated? No, we just drop them and mention the change in NEWS. We only go through "obsolete" for things called from code so people have some time to update their code. For UI elements, we consider that people can update their brains and muscle memory quickly enough. But when we removed `vc-toggle-read-only' from C-x C-q we did change the new binding by adding a message redirecting people to the new C-x v v. So you could replace the C-c ; with a command that just says "use M-; instead", just so that users don't have to chase for the new key-binding. Stefan