From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: tags for functions Date: Fri, 30 Jan 2009 20:55:18 -0500 Message-ID: References: <867i4pemv5.fsf@lifelogs.com> <86y6x49un4.fsf@lifelogs.com> <86ljt39ysz.fsf@lifelogs.com> <87tz7oxodr.fsf@jurta.org> <86mydd3kzv.fsf@lifelogs.com> <87pri9k64b.fsf@jurta.org> <86ljsw252p.fsf@lifelogs.com> <87hc3kfgb8.fsf@jurta.org> <86r62ne3aq.fsf@lifelogs.com> <86bptrdv4f.fsf@lifelogs.com> <861vuldgmu.fsf@lifelogs.com> <864ozgajtx.fsf@lifelogs.com> <003f01c982f4$be64d4c0$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233366933 25508 80.91.229.12 (31 Jan 2009 01:55:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2009 01:55:33 +0000 (UTC) Cc: 'Ted Zlatanov' , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 31 02:56:46 2009 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.50) id 1LT56D-0005uI-BG for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2009 02:56:45 +0100 Original-Received: from localhost ([127.0.0.1]:40244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LT54v-0001Tt-6T for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 20:55:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LT54q-0001To-Ov for emacs-devel@gnu.org; Fri, 30 Jan 2009 20:55:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LT54p-0001Tb-DM for emacs-devel@gnu.org; Fri, 30 Jan 2009 20:55:19 -0500 Original-Received: from [199.232.76.173] (port=50705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LT54p-0001TW-8C for emacs-devel@gnu.org; Fri, 30 Jan 2009 20:55:19 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:43718) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LT54p-00023y-1u for emacs-devel@gnu.org; Fri, 30 Jan 2009 20:55:19 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsYEAKA9g0nO+IQk/2dsb2JhbACBbsg3hBEGglU X-IronPort-AV: E=Sophos;i="4.37,354,1231131600"; d="scan'208";a="33086799" Original-Received: from 206-248-132-36.dsl.teksavvy.com (HELO pastel.home) ([206.248.132.36]) by ironport2-out.teksavvy.com with ESMTP; 30 Jan 2009 20:55:18 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 32E098229; Fri, 30 Jan 2009 20:55:18 -0500 (EST) In-Reply-To: <003f01c982f4$be64d4c0$0200a8c0@us.oracle.com> (Drew Adams's message of "Fri, 30 Jan 2009 08:06:42 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108433 Archived-At: > 1. When the thing documented in *Help* is also in the manual, then we have a > link to the manual from the *Help* buffer. We can get pretty close to that already with info-lookup-symbol. It'd probably be a good addition (for post-23.1, obviously). > 2. The manual should have such a `See also' cross reference, if any place > should. Not sure what you're saying here. Stefan