From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: help-at-pt.el Date: Tue, 28 Oct 2003 11:24:44 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F9EB46C.7070604@yahoo.com> References: <200310280404.h9S44HG15428@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067365650 5976 80.91.224.253 (28 Oct 2003 18:27:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2003 18:27:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 28 19:27:28 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEYYy-0007J8-00 for ; Tue, 28 Oct 2003 19:27:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEYYx-0006ry-00 for ; Tue, 28 Oct 2003 19:27:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEYXM-0006rK-OD for emacs-devel@quimby.gnus.org; Tue, 28 Oct 2003 13:25:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEYWs-0006mu-G1 for emacs-devel@gnu.org; Tue, 28 Oct 2003 13:25:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEYWJ-0006eb-LQ for emacs-devel@gnu.org; Tue, 28 Oct 2003 13:25:14 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEYWI-0006e7-Rr for emacs-devel@gnu.org; Tue, 28 Oct 2003 13:24:43 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AEYWH-0000Nt-00 for ; Tue, 28 Oct 2003 19:24:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEYWG-0000Nl-00 for ; Tue, 28 Oct 2003 19:24:40 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AEYWG-0001Ry-00 for ; Tue, 28 Oct 2003 19:24:40 +0100 Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:17511 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17511 Luc Teirlinck wrote: > In as far as the key bindings go, I suggest binding 'help-at-pt-print > to C-h C-b, which seems to be an available C-h key. (The "b" kind of > standing for help in the _b_uffer.) If this is acceptable, I would > include this line in help.el: > > (define-key help-map "\C-b" 'help-at-pt-print) How about `C-h .', with "dot" being a mnemonic for point? > Binding the two motion commands could be left up to the user. > Bindings of C-tab and C-M-tab are suggested in the file. Uncommenting > three lines at the end will enable all suggested bindings. Shouldn't they be named help-at-pt-next-region and help-at-pt-previous-region, and bound to keys with the `C-h' prefix? -- Kevin Rodgers