From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Re: how to get key maps info? Date: Fri, 25 Jan 2013 13:23:39 +0100 Message-ID: References: <878v7hzfc5.fsf@yahoo.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1359116636 4334 80.91.229.3 (25 Jan 2013 12:23:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jan 2013 12:23:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Nicolas Richard Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 25 13:24:15 2013 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 1TyiKM-0000Hl-QC for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jan 2013 13:24:14 +0100 Original-Received: from localhost ([::1]:55908 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyiK5-00084i-BQ for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jan 2013 07:23:57 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyiJv-00084L-GF for help-gnu-emacs@gnu.org; Fri, 25 Jan 2013 07:23:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyiJo-0003nS-V8 for help-gnu-emacs@gnu.org; Fri, 25 Jan 2013 07:23:47 -0500 Original-Received: from mail-wg0-f52.google.com ([74.125.82.52]:47531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyiJo-0003mn-OW for help-gnu-emacs@gnu.org; Fri, 25 Jan 2013 07:23:40 -0500 Original-Received: by mail-wg0-f52.google.com with SMTP id 12so199617wgh.7 for ; Fri, 25 Jan 2013 04:23:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=wz0ERlseeUrZTwLTq4B/Q0uvyUEYWZNc+/9KYJ2rfVo=; b=IKPFcK3pZ9EVmFgmJnMVDt0hW/JDu7wnhNMVFCDZotdjdPMiuY05DgkXQO0Uee1C+Q JsKT7tNExDjmDR+yu5OQk5FW3GSse1//Wt5XbO8Hpl+HcLoEXvy+jUg0KUkFoNZTtvhK FY5QJiVX7H7eLft6HD/OikzysBORRygCuDuH/1bm4Qwubw1h79eiYFOUfQrCY+N4tqVq CGUq+JYlm/vc2Wlvm47lfrL27TWHgbMeYtt80ACx9oWwkGPn727EPIqXqCb9VS58m9NO V+8CBlsYdQ/Yau0XbNvXKCwl6m/yxxAq0/O4FsQygLHrSKpsgfVra6wnukItDGhhHcq1 411w== X-Received: by 10.194.78.207 with SMTP id d15mr8537446wjx.52.1359116619958; Fri, 25 Jan 2013 04:23:39 -0800 (PST) Original-Received: by 10.194.39.1 with HTTP; Fri, 25 Jan 2013 04:23:39 -0800 (PST) In-Reply-To: <878v7hzfc5.fsf@yahoo.fr> X-Google-Sender-Auth: brV9RxcOXUdPGCACN-QwUD-k70Y X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.52 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:88808 Archived-At: Thanks, and it is quite simple to remember! Luca > In most situations, C-h will do it, so that would be `M-g > C-h' in this case. I once knew why it works, but don't remember.