From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Documentation for "Clone Buffers" (corrected version) Date: 22 Mar 2004 11:13:06 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200403191747.i2JHlPS28017@f7.net> <3405-Sat20Mar2004160433+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079972775 19150 80.91.224.253 (22 Mar 2004 16:26:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 22 Mar 2004 16:26:15 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org, Karl Berry Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 22 17:25:53 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B5SFM-00056X-00 for ; Mon, 22 Mar 2004 17:25:52 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B5SFM-0006yo-00 for ; Mon, 22 Mar 2004 17:25:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B5S6B-0005R5-2W for emacs-devel@quimby.gnus.org; Mon, 22 Mar 2004 11:16:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B5S3h-0003kK-N7 for emacs-devel@gnu.org; Mon, 22 Mar 2004 11:13:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B5S38-0003K4-Ax for emacs-devel@gnu.org; Mon, 22 Mar 2004 11:13:46 -0500 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B5S38-0003JU-2t for emacs-devel@gnu.org; Mon, 22 Mar 2004 11:13:14 -0500 Original-Received: from empanada.local ([67.68.216.177]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040322161307.RJQP4479.simmts12-srv.bellnexxia.net@empanada.local>; Mon, 22 Mar 2004 11:13:07 -0500 Original-Received: by empanada.local (Postfix, from userid 502) id DFBF213BF09; Mon, 22 Mar 2004 11:13:06 -0500 (EST) Original-To: Eli Zaretskii In-Reply-To: <3405-Sat20Mar2004160433+0200-eliz@elta.co.il> Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20733 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20733 >> Although automatically looking in libc's index would probably work for >> 90% of cases in practice, it does not solve the general problem. > I'm not even sure it solves 90% of cases, unless all of the cases > come from libc functions lookup. That depends on the list of manuals. Ideally this list should be user-specific, so the user can decide to lookup libc and stuff first but if she never uses C she might prefer to lookup elisp first. Stefan