From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.help Subject: Re: Binding M-n in info mode. Date: Fri, 2 Sep 2011 22:02:25 +0200 Message-ID: References: <877h5rp55l.fsf@ambire.localdomain> <87bov3dj2r.fsf@gmail.com> <4E6101B3.7090304@dogan.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1314993759 12971 80.91.229.12 (2 Sep 2011 20:02:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2011 20:02:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Thien-Thi Nguyen To: Deniz Dogan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 02 22:02:35 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QzZwh-0005AD-Bf for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Sep 2011 22:02:35 +0200 Original-Received: from localhost ([::1]:58086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzZwd-0003tL-Lk for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Sep 2011 16:02:31 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzZwZ-0003tF-43 for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 16:02:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzZwY-0003Rj-1z for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 16:02:27 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:47260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzZwX-0003Re-T1 for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 16:02:25 -0400 Original-Received: by ywm13 with SMTP id 13so2602847ywm.0 for ; Fri, 02 Sep 2011 13:02:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=dnEqRzG9oS+3peRgf5rhCR/jM5lZWe7C/U7DQ82BO9k=; b=tuLoflUqUln146N98gmvESh4b20bySMc0OeOA8LLCUeWoT4//MdLeWSoaUUeTOWrzp RjWMBx4xSGtlI5ovm05CBzZI5FsEqgnMUSFxlgXzhwmEVzBuDIfbsUBrdvrk5N96YGSZ U1wlJ4b4V6S7fbFeHm8cdGsD1JSjt6+3Z5z4M= Original-Received: by 10.236.173.69 with SMTP id u45mr7650979yhl.104.1314993745298; Fri, 02 Sep 2011 13:02:25 -0700 (PDT) Original-Received: by 10.236.43.131 with HTTP; Fri, 2 Sep 2011 13:02:25 -0700 (PDT) In-Reply-To: <4E6101B3.7090304@dogan.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 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:82126 Archived-At: On Fri, Sep 2, 2011 at 18:17, Deniz Dogan wrote: > On 2011-09-02 18:07, Vijay Lakshminarayanan wrote: >> >> =A0 =A0 (define-key Info-mode-map (kbd "M-n") #'forward-paragraph) >> =A0 =A0 (define-key Info-mode-map (kbd "M-n") #'backward-paragraph))) >> > > To Dani (and others): Note that the # prefix is not necessary in Emacs Li= sp > (it is ignored). =A0It is used by some Lisp dialects, such as Common Lisp= to > denote a function name. Understood. Thanks. --=20 Dani Moncayo