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 21:26:43 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200403191747.i2JHlPS28017@f7.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080009953 10930 80.91.224.253 (23 Mar 2004 02:45:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Mar 2004 02:45:53 +0000 (UTC) Cc: juri@jurta.org, eliz@elta.co.il, emacs-devel@gnu.org, Karl Berry Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 23 03:45:46 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 1B5bvG-0005rS-00 for ; Tue, 23 Mar 2004 03:45:46 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B5bvF-0002Sl-00 for ; Tue, 23 Mar 2004 03:45:46 +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 1B5btr-0001fu-4M for emacs-devel@quimby.gnus.org; Mon, 22 Mar 2004 21:44:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B5btW-0001e0-4V for emacs-devel@gnu.org; Mon, 22 Mar 2004 21:43:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B5bsy-0001QU-Pt for emacs-devel@gnu.org; Mon, 22 Mar 2004 21:43:55 -0500 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B5bsy-0001QP-F7 for emacs-devel@gnu.org; Mon, 22 Mar 2004 21:43:24 -0500 Original-Received: from empanada.local ([67.68.216.177]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040323022641.PCQY1867.simmts5-srv.bellnexxia.net@empanada.local>; Mon, 22 Mar 2004 21:26:41 -0500 Original-Received: by empanada.local (Postfix, from userid 502) id 90C8313F657; Mon, 22 Mar 2004 21:26:43 -0500 (EST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: Original-Lines: 10 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:20758 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20758 > I agree that it's difficult to make the right choice in general, but > if I'm currently in a c-mode buffer in emacs, and I do (the equivalent > of) "info strcpy", it's pretty clear from the context what I mean... This is called info-lookup and it already works. We're talking about the command-line `info' utility. It should really be taken off the Emacs list. Stefan