From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: C-h C-i Date: Thu, 17 Jun 2004 19:33:59 +0300 Organization: JURTA Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87wu26xjey.fsf@mail.jurta.org> References: <877jxty4gg.fsf@emacswiki.org> <87vflafi4g.fsf@emptyhost.emptydomain.de> <873c6sogur.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087490203 22979 80.91.224.253 (17 Jun 2004 16:36:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2004 16:36:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 17 18:36:31 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BazsN-0004fU-00 for ; Thu, 17 Jun 2004 18:36:31 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BazsM-0007DZ-00 for ; Thu, 17 Jun 2004 18:36:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BaztQ-0004Ms-8l for emacs-devel@quimby.gnus.org; Thu, 17 Jun 2004 12:37:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BaztL-0004Lj-LK for emacs-devel@gnu.org; Thu, 17 Jun 2004 12:37:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BaztJ-0004K7-W6 for emacs-devel@gnu.org; Thu, 17 Jun 2004 12:37:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BaztJ-0004K4-TN for emacs-devel@gnu.org; Thu, 17 Jun 2004 12:37:29 -0400 Original-Received: from [66.33.205.9] (helo=spatula.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bazs6-0007wp-B0 for emacs-devel@gnu.org; Thu, 17 Jun 2004 12:36:14 -0400 Original-Received: from mail.jurta.org (80-235-38-227-dsl.mus.estpak.ee [80.235.38.227]) by spatula.dreamhost.com (Postfix) with ESMTP id 0CC7817D024 for ; Thu, 17 Jun 2004 09:36:09 -0700 (PDT) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:25065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25065 Since the change for using a numeric prefix argument of `info' by appending its value to the Info buffer name was installed, it became possible to switch Info buffers easily by the key sequences like: C-5 C-h i But it is much easier to type this key sequence while the control key is pressed for all its keys: C-5 C-h C-i Any objections to adding a new keybinding `C-h C-i' to `info'? In older Emacs versions it was bound to `info-lookup-symbol', but it was changed to another keybinding `C-h S', so `C-h C-i' is unbound now. -- Juri Linkov http://www.jurta.org/emacs/