From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mario Domenech Goulart Newsgroups: gmane.emacs.help Subject: Re: global key bindings? Date: Mon, 15 Nov 2004 21:02:03 -0200 Message-ID: <87sm7a7m38.fsf@inf.ufrgs.br> References: <10pic04le395q73@corp.supernews.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100558878 675 80.91.229.6 (15 Nov 2004 22:47:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2004 22:47:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 15 23:47:43 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTpdO-0008Fp-00 for ; Mon, 15 Nov 2004 23:47:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTpm7-0007L8-Cb for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Nov 2004 17:56:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTplw-0007Ke-Kg for help-gnu-emacs@gnu.org; Mon, 15 Nov 2004 17:56:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTplv-0007K4-Jm for help-gnu-emacs@gnu.org; Mon, 15 Nov 2004 17:56:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTplv-0007K1-HS for help-gnu-emacs@gnu.org; Mon, 15 Nov 2004 17:56:31 -0500 Original-Received: from [143.54.11.5] (helo=inf.ufrgs.br) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CTpd9-0005ve-3h for help-gnu-emacs@gnu.org; Mon, 15 Nov 2004 17:47:27 -0500 Original-Received: from localhost (smtp.inf.ufrgs.br [127.0.0.1]) by inf.ufrgs.br (8.12.8/8.12.8) with ESMTP id iAFMlNOD003884; Mon, 15 Nov 2004 20:47:23 -0200 Original-Received: from inf.ufrgs.br ([127.0.0.1]) by localhost (puma [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02960-04; Mon, 15 Nov 2004 20:47:22 -0200 (BRDT) Original-Received: from drhank (200.175.91.164.dialup.gvt.net.br [200.175.91.164]) (authenticated bits=0) by inf.ufrgs.br (8.12.8/8.12.8) with ESMTP id iAFMlHT0003846 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Mon, 15 Nov 2004 20:47:20 -0200 Original-To: Mike In-Reply-To: <10pic04le395q73@corp.supernews.com> (mikee@mikee.ath.cx's message of "Mon, 15 Nov 2004 22:39:00 -0000") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22028 Hi Mike On Mon, 15 Nov 2004 22:39:00 -0000 Mike wrote: > Is there a function that will generate a buffer (like apropos) > that lists all currently active global key bindings? Maybe M-x describe-bindings. Best wishes, Mario