From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John J Foerch Newsgroups: gmane.emacs.devel Subject: Re: Outline mode Date: Tue, 04 Sep 2007 17:45:26 -0400 Message-ID: <87sl5uhzpl.fsf@earthlink.net> References: <87odgnbr9q.fsf@earthlink.net> <87fy1zb77e.fsf@earthlink.net> <871wdicmx9.fsf@earthlink.net> <87vear6u8v.fsf@earthlink.net> <87wsv6ifrs.fsf@earthlink.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188941839 29418 80.91.229.12 (4 Sep 2007 21:37:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2007 21:37:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 23:37:19 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ISg5E-0000hh-ER for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 23:37:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISg5C-00086b-Lx for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 17:37:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISg58-000848-6B for emacs-devel@gnu.org; Tue, 04 Sep 2007 17:37:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISg56-000822-MB for emacs-devel@gnu.org; Tue, 04 Sep 2007 17:37:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISg56-00081k-Bm for emacs-devel@gnu.org; Tue, 04 Sep 2007 17:37:08 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ISg55-0008Bv-Sr for emacs-devel@gnu.org; Tue, 04 Sep 2007 17:37:08 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ISg53-00072L-7l for emacs-devel@gnu.org; Tue, 04 Sep 2007 23:37:05 +0200 Original-Received: from dialup-4.158.192.233.dial1.chicago1.level3.net ([4.158.192.233]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Sep 2007 23:37:05 +0200 Original-Received: from jjfoerch by dialup-4.158.192.233.dial1.chicago1.level3.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Sep 2007 23:37:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dialup-4.158.192.233.dial1.chicago1.level3.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:CXdzoYBbfhwK7iFmTmLNrkihBfU= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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 Xref: news.gmane.org gmane.emacs.devel:77771 Archived-At: Stefan Monnier writes: >> Sure. I want the heading line of a collapsed entry to be editable >> independent of the entry. The newline at the end of the header should > > Does the patch do what you want? > > > Stefan No. It does fix a bug, but not the one I described. Side note- with this patch, there is still a problem when you use `hide-sublevels'. I'll see what progress I can make implementing what I described in my last message. I will be away for a few days, but will be able to spend time on it next week. --John