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: /srv/bzr/emacs/trunk r106174: * lisp/progmodes/octave-inf.el (inferior-octave-mode-map): Fix C-c C-h binding. Date: Tue, 25 Oct 2011 21:00:52 -0400 Message-ID: References: <87vcrcubsy.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319590868 3737 80.91.229.12 (26 Oct 2011 01:01:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2011 01:01:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 26 03:01:05 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RIrrc-0000Ky-A8 for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2011 03:01:04 +0200 Original-Received: from localhost ([::1]:38262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIrrb-00042t-M3 for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2011 21:01:03 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIrrZ-00042b-Fv for emacs-devel@gnu.org; Tue, 25 Oct 2011 21:01:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIrrS-0004dw-2j for emacs-devel@gnu.org; Tue, 25 Oct 2011 21:01:01 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:50954 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIrrS-0004dp-0K for emacs-devel@gnu.org; Tue, 25 Oct 2011 21:00:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjIjAD1bp05MCrTo/2dsb2JhbABCgjGXdI1wgQ+BBoFuAQEEAVYoCws0BwsUGA2IN7R7iFUEoT+ERQ X-IronPort-AV: E=Sophos;i="4.69,406,1315195200"; d="scan'208";a="144427764" Original-Received: from 76-10-180-232.dsl.teksavvy.com (HELO pastel.home) ([76.10.180.232]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 25 Oct 2011 21:00:52 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 50C8B4E0C1; Tue, 25 Oct 2011 21:00:52 -0400 (EDT) In-Reply-To: <87vcrcubsy.fsf@gnu.org> ("Johan =?iso-8859-1?Q?Bockg=E5rd=22?= =?iso-8859-1?Q?'s?= message of "Tue, 25 Oct 2011 21:10:53 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:145535 Archived-At: >> - (define-key map "\C-c\C-h" 'octave-help) >> + (define-key map "\C-c\C-h" 'info-lookup-symbol) > I think the C-c C-h binding should be removed instead. > * Don't bind `C-h' following any prefix character (including `C-c'). > If you don't bind `C-h', it is automatically available as a help > character for listing the subcommands of the prefix character. You're right. But it's been that way "for ever", so there's no hurry to fix it. Let's keep it for Emacs-24.2. Stefan