From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r103796: Add a new command `info-display-manual'. Date: Fri, 01 Apr 2011 19:49:24 +0200 Message-ID: <87liztaml7.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1301680375 26596 80.91.229.12 (1 Apr 2011 17:52:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Apr 2011 17:52:55 +0000 (UTC) Cc: emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 01 19:52:51 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5iWc-0005Pt-No for ged-emacs-devel@m.gmane.org; Fri, 01 Apr 2011 19:52:47 +0200 Original-Received: from localhost ([127.0.0.1]:53674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5iWa-0007Kt-Ns for ged-emacs-devel@m.gmane.org; Fri, 01 Apr 2011 13:52:44 -0400 Original-Received: from [140.186.70.92] (port=53247 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5iWM-0007Ir-ER for emacs-devel@gnu.org; Fri, 01 Apr 2011 13:52:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5iWJ-00062e-NU for emacs-devel@gnu.org; Fri, 01 Apr 2011 13:52:29 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:55771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5iWI-000621-Dy; Fri, 01 Apr 2011 13:52:26 -0400 Original-Received: by fxm18 with SMTP id 18so3413004fxm.0 for ; Fri, 01 Apr 2011 10:52:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type :content-transfer-encoding; bh=ubLIT32C+ACdTCYyMy46/sWCIs9UjI/Bzwkiu6Rp7zs=; b=wILZkvAe3xdDGzGURa1JeQfKM2d9s9GWFbvmoJJVLn+Q1c4xnZHzlOUCSIIgnBMaV2 8cEItldIK24pjMPhnJvbDcM0h3GANYwuHD88+6DlEYsi5xsLlK6hxohC97x59CPxAuDw rszror/lVNgk+uP5u4RFTV6DHQYfAiQcZA6jc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:content-transfer-encoding; b=llFVr6sgTWNpbFqTayUxcXv8QE0Qp4t/SP5E79c0vWDQzM3YDKtPcZ4R50xxLilXKo ab5fYA4cBE3+I7SPZcslbFI1g9eQu3ALW4WFkQUeAq1lL519FSxdP1LdGWZQt5uyOkKY RPqcv/hF/9HGwFJzfvfu7rJASdi559pha0u3s= Original-Received: by 10.223.55.201 with SMTP id v9mr725214fag.76.1301680344851; Fri, 01 Apr 2011 10:52:24 -0700 (PDT) Original-Received: from localhost (176.119.broadband10.iol.cz [90.177.119.176]) by mx.google.com with ESMTPS id j11sm853856faa.20.2011.04.01.10.52.23 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Apr 2011 10:52:23 -0700 (PDT) In-Reply-To: (Eli Zaretskii's message of "Fri, 01 Apr 2011 13:10:47 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138013 Archived-At: Eli Zaretskii writes: > +(defun info-display-manual (manual) > + "Go to Info buffer that displays MANUAL, creating it if none already e= xists." > + (interactive "sManual name: ") This would be sooo much more useful if it provided completion for manual names... Just saying. =C5=A0t=C4=9Bp=C3=A1n