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: Problems with info (emacs version) Date: Wed, 4 Jun 2003 13:05:15 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200306041805.h54I5Fg26276@eel.dms.auburn.edu> References: <200306020333.h523XMC23468@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054753951 3474 80.91.224.249 (4 Jun 2003 19:12:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2003 19:12:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 04 21:12:27 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19NdfP-0000om-00 for ; Wed, 04 Jun 2003 21:11:23 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Ndx7-0006kL-00 for ; Wed, 04 Jun 2003 21:29:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NdhB-00036L-Ad for emacs-devel@quimby.gnus.org; Wed, 04 Jun 2003 15:13:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NdaV-0001A4-6Z for emacs-devel@gnu.org; Wed, 04 Jun 2003 15:06:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NcqV-0003gM-1t for emacs-devel@gnu.org; Wed, 04 Jun 2003 14:18:48 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NcdI-0008LN-JV; Wed, 04 Jun 2003 14:05:08 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h54I56oc012713; Wed, 4 Jun 2003 13:05:07 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h54I5Fg26276; Wed, 4 Jun 2003 13:05:15 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Wed, 04 Jun 2003 04:53:21 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14708 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14708 Richard Stallman wrote: I am careful, because I like to have exact records of everything I mailed, so I FCC to my mail archive file. Emacs copies: * du Report on disk usage. * echo Print a line of text. to my mail archive file. That surprises me. How come the invisible text is not written to the mail archive file? As I already pointed out in a previous message, I confused the mail archive file with the mail archive buffer. The invisible text is indeed written into the mail archive file once you save the buffer. Sincerely, Luc.