From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: how can I replace one keybing with another one ? Date: Thu, 27 Sep 2012 05:36:15 +0200 Message-ID: <87k3vgdtn4.fsf@wanadoo.es> References: <87lifx3xie.fsf@kuiper.lan.informatimago.com> <3fc6f5e9.379c1.13a02b0601b.Coremail.horse_rivers@126.com> <87sja4et0q.fsf@wanadoo.es> <22121526.266e.13a054b6744.Coremail.horse_rivers@126.com> <87obksdwwd.fsf@wanadoo.es> <65dcddaa.5793.13a05980d12.Coremail.horse_rivers@126.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348716993 5356 80.91.229.3 (27 Sep 2012 03:36:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 03:36:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 27 05:36:39 2012 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 1TH4ty-0002aY-KY for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 05:36:38 +0200 Original-Received: from localhost ([::1]:52992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH4tt-0006nz-FC for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Sep 2012 23:36:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH4to-0006nB-8u for help-gnu-emacs@gnu.org; Wed, 26 Sep 2012 23:36:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TH4tn-0002nL-Ce for help-gnu-emacs@gnu.org; Wed, 26 Sep 2012 23:36:28 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:42565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH4tn-0002nG-63 for help-gnu-emacs@gnu.org; Wed, 26 Sep 2012 23:36:27 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TH4to-0002VY-WF for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 05:36:29 +0200 Original-Received: from 161.red-83-34-29.dynamicip.rima-tde.net ([83.34.29.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2012 05:36:28 +0200 Original-Received: from ofv by 161.red-83-34-29.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2012 05:36:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 161.red-83-34-29.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:gWY1qRso881RT8HVA6Z6mQ6Dn1Q= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:86942 Archived-At: horse_rivers writes: > if I want to read the manul for lisp in emacs help manul doc ,what key > to type in emacs ? Go to the "Help" menu, then to "More Manuals" and finally to "Emacs Lisp Reference". Another way is C-h i m elisp [INTRO] It is recommended to first read the "Introduction to Emacs Lisp", available from the same submenu as the other manual.