From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: info-look Date: Tue, 27 Jun 2006 12:16:45 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151425155 20154 80.91.229.2 (27 Jun 2006 16:19:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 16:19:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 27 18:19:11 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvGHH-00060b-30 for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 18:19:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvGHG-0004N3-GR for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 12:19:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvGF7-0003Nu-Ck for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:16:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvGF6-0003NC-Fo for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:16:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvGF6-0003N7-7M for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:16:48 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvGRE-0005QY-Ie for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:29:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FvGF3-0005N1-7u; Tue, 27 Jun 2006 12:16:45 -0400 Original-To: martin rudalics In-reply-to: (message from martin rudalics on Tue, 27 Jun 2006 08:26:41 +0200) 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:56230 Archived-At: Please consider the following patch for `info-look.el'. It's primary aim is to permit manual lookups directly from - single-quoted symbol names as found in Elisp doc-strings, and Could you explain what you mean by that? And what is the purpose of info-lookup-guess-custom-symbol? Why add it?