From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jeff Clough Newsgroups: gmane.emacs.help Subject: Re: LISP Questions - random, random elements and memory management Date: Thu, 19 Nov 2009 13:57:20 -0500 (EST) Message-ID: <20091119.135720.206523403.jeff@chaosphere.com> References: <4b05830f$0$279$14726298@news.sunsite.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258657038 1382 80.91.229.12 (19 Nov 2009 18:57:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2009 18:57:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 19 19:57:13 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NBCBs-0007Ks-Jo for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Nov 2009 19:57:12 +0100 Original-Received: from localhost ([127.0.0.1]:44794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBCBs-0005gz-Ao for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Nov 2009 13:57:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBCBU-0005em-1e for help-gnu-emacs@gnu.org; Thu, 19 Nov 2009 13:56:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBCBR-0005cc-U9 for help-gnu-emacs@gnu.org; Thu, 19 Nov 2009 13:56:47 -0500 Original-Received: from [199.232.76.173] (port=34721 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBCBR-0005cV-OQ for help-gnu-emacs@gnu.org; Thu, 19 Nov 2009 13:56:45 -0500 Original-Received: from hrndva-omtalb.mail.rr.com ([71.74.56.123]:40796) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBCBR-0003IU-Ee for help-gnu-emacs@gnu.org; Thu, 19 Nov 2009 13:56:45 -0500 Original-Received: from localhost ([74.70.71.134]) by hrndva-omta01.mail.rr.com with ESMTP id <20091119185644606.KIYC4786@hrndva-omta01.mail.rr.com> for ; Thu, 19 Nov 2009 18:56:44 +0000 X-Mailer: Mew version 6.3rc1 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) In-Reply-To: <4b05830f$0$279$14726298@news.sunsite.dk> X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69937 Archived-At: From: "Colin S. Miller" Date: Thu, 19 Nov 2009 17:40:48 +0000 > If a buffer's name starts with a space, then it is hidden from the > user > unless they do C-x b SPC TAB or similar. Now that is interesting. I missed that in the manual, but see it now. The documentation seems to indicate that if that buffer is visiting a file, it still shows up, but I assume I can get around that by using insert-file-contents with "visit" as nil. Definately food for thought. Thanks. Jeff