From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Delete Help Window - restore window config Date: Wed, 28 Jan 2015 07:04:08 -0800 (PST) Message-ID: References: <20150128035737.GA1459@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422457480 13949 80.91.229.3 (28 Jan 2015 15:04:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 15:04:40 +0000 (UTC) To: Chunyang Xu , Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 28 16:04:33 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YGUAS-0000Gx-GD for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2015 16:04:32 +0100 Original-Received: from localhost ([::1]:54028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGUAR-0001dl-Sm for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2015 10:04:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGUAD-0001cg-Il for Help-gnu-emacs@gnu.org; Wed, 28 Jan 2015 10:04:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGUA8-0001Qf-5p for Help-gnu-emacs@gnu.org; Wed, 28 Jan 2015 10:04:17 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:50227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGUA7-0001QV-Vp for Help-gnu-emacs@gnu.org; Wed, 28 Jan 2015 10:04:12 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t0SF49rX010302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 28 Jan 2015 15:04:10 GMT Original-Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t0SF4894028741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 28 Jan 2015 15:04:09 GMT Original-Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id t0SF48Kw006938; Wed, 28 Jan 2015 15:04:08 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102331 Archived-At: > > Example : I have 'Control-C i' as a keybinding prefix, I can't > > remember all of the functions bound to that prefix. > > > > I press 'Control-C i Control h' and I get a help window. After > > refreshing my memory, I want to restore the window arrangement that > > existed previous to the display of the help window. >=20 > You can try 'guide-key' (https://github.com/kai2nenobu/guide-key) package > instead of "keybinding prefix C-h". Icicles key completion provides help similar to what `guide-key' provides (or the opposite ;-)). It lets you complete key sequences to invoke their commands. All you do, in any top-level context, is hit `S-TAB' to see the possible completions, in the current context, of whatever prefix keys you have typed so far, or all available keys, if you have not typed any keys yet. In the minibuffer, the key-completion key is `M-S-TAB'. (In the minibuffer, `S-TAB' performs completion of your ordinary minibuffer input.) The completion candidates in buffer *Completions* show the keys you can hit to complete the prefix key(s) hit so far. Each such completion candidate shows the key followed by the command it is bound to. You can even navigate the menu-bar menus using "key" completion. http://www.emacswiki.org/emacs/Icicles_-_Key_Completion