From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: lisp-outline-level. Date: Thu, 17 Feb 2005 18:07:48 -0500 Message-ID: References: <87ekfke9hk.fsf@xs4all.nl> <87wtta5fwy.fsf@xs4all.nl> <87u0ocbx3h.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108682008 10961 80.91.229.2 (17 Feb 2005 23:13:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2005 23:13:28 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 18 00:12:38 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1uoy-0002Zt-UR for ged-emacs-devel@m.gmane.org; Fri, 18 Feb 2005 00:12:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1v5C-0007Uo-Gc for ged-emacs-devel@m.gmane.org; Thu, 17 Feb 2005 18:29:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1v2W-0006uU-7X for emacs-devel@gnu.org; Thu, 17 Feb 2005 18:26:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1v2U-0006tr-HV for emacs-devel@gnu.org; Thu, 17 Feb 2005 18:26:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1v2T-0006tV-VW for emacs-devel@gnu.org; Thu, 17 Feb 2005 18:26:30 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1uok-0003Nm-SQ for emacs-devel@gnu.org; Thu, 17 Feb 2005 18:12:18 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D1ukO-0003yJ-9T; Thu, 17 Feb 2005 18:07:48 -0500 Original-To: Lute Kamstra In-reply-to: <87u0ocbx3h.fsf@xs4all.nl> (message from Lute Kamstra on Wed, 16 Feb 2005 11:47:14 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33590 Yes, this has the advantage that Outline minor mode doesn't consider an autoload cookie as part of the previous top-level sexp anymore. (Hiding the body of such a preceding top-level sexp would also hide the autoload cookie.) If you like the results, then this is a good change. Thanks.