From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Documentation for "Clone Buffers" (corrected version) Date: Mon, 15 Mar 2004 14:40:52 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200403152040.i2FKeqV10776@raven.dms.auburn.edu> References: <87ekru8z8v.fsf@mail.jurta.org> <200403151435.i2FEZEM06068@raven.dms.auburn.edu> <2719-Mon15Mar2004220340+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1079383424 23564 80.91.224.253 (15 Mar 2004 20:43:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2004 20:43:44 +0000 (UTC) Cc: juri@jurta.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 15 21:43:26 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 1B2yvl-0001cz-00 for ; Mon, 15 Mar 2004 21:43:25 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2yvl-0005dP-00 for ; Mon, 15 Mar 2004 21:43:25 +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 1B2yvY-0005mz-0D for emacs-devel@quimby.gnus.org; Mon, 15 Mar 2004 15:43:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2yvP-0005mA-MX for emacs-devel@gnu.org; Mon, 15 Mar 2004 15:43:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2yuq-0005Jp-I9 for emacs-devel@gnu.org; Mon, 15 Mar 2004 15:42:59 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2yuq-0005Jm-8a for emacs-devel@gnu.org; Mon, 15 Mar 2004 15:42:28 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i2FKgMKt004029; Mon, 15 Mar 2004 14:42:22 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i2FKeqV10776; Mon, 15 Mar 2004 14:40:52 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: eliz@elta.co.il In-reply-to: <2719-Mon15Mar2004220340+0200-eliz@elta.co.il> 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:20511 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20511 Eli Zaretskii wrote: > Back in September, I noticed that SES was not listed im my (dir)Top > under Emacs. I tried adding SES to emacs/info/dir. It had no effect > whatsoever. What effect you were looking for? The effect should be visible if you type `d' inside the *info* buffer. If you invoke the Emacs binary from the source tree? If I remember well, I tried it with the installed version. Makefile.in takes care of adding the entries to the system-wide DIR file when you say "make install". But until you do say "make install", the Emacs binary invoked from its source tree uses the DIR file supplied with the distribution. Anyway, the problem seems trivial to fix. Do I need to do anything more than the following patch? I could install that right now, if it is OK. ===File ~/dir-diff========================================== *** dir.~1.25.~ Wed Jul 9 13:10:41 2003 --- dir Mon Mar 15 14:31:56 2004 *************** *** 46,51 **** --- 46,52 ---- * MIME: (emacs-mime). Emacs MIME de/composition library. * SC: (sc). Supercite lets you cite parts of messages you're replying to, in flexible ways. + * SMTP: (smtpmail). Emacs library for sending mail via SMTP. * Autotype: (autotype). Convenient features for text that you enter frequently in Emacs. *************** *** 55,60 **** --- 56,62 ---- * Forms: (forms). Emacs package for editing data bases by filling in forms. * RefTeX: (reftex). Emacs support for LaTeX cross-references and citations. + * SES: (ses). Simple Emacs Spreadsheet * Tramp: (tramp). Transparent Remote (file) Access, Multiple Protocol. Edit remote files via a remote shell (rsh, ssh, telnet). ============================================================