From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Withers Newsgroups: gmane.emacs.help Subject: longlines mode mangles auto-save restores? Date: Thu, 09 Apr 2009 11:31:29 -0700 Message-ID: <1239301889.7334.282.camel@firefly> Reply-To: grayarea@reddagger.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239380576 30709 80.91.229.12 (10 Apr 2009 16:22:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Apr 2009 16:22:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 10 18:24:14 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 1LsJWT-0007ZE-1V for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2009 18:24:09 +0200 Original-Received: from localhost ([127.0.0.1]:55644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsJV4-0001Un-AU for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2009 12:22:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrzOf-0007xC-C1 for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 14:54:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrzOa-0007x0-Qe for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 14:54:44 -0400 Original-Received: from [199.232.76.173] (port=39939 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrzOa-0007wx-Ks for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 14:54:40 -0400 Original-Received: from [66.211.107.215] (port=50381 helo=mail.reddagger.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LrzOa-0007TB-60 for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 14:54:40 -0400 Original-Received: by mail.reddagger.org (Postfix, from userid 1007) id CD55118A43EE; Thu, 9 Apr 2009 11:31:06 -0700 (PDT) Original-Received: from [192.168.1.100] (c-67-180-77-248.hsd1.ca.comcast.net [67.180.77.248]) by mail.reddagger.org (Postfix) with ESMTP id B0EA218A43C7 for ; Thu, 9 Apr 2009 11:31:01 -0700 (PDT) X-Mailer: Evolution 2.22.3.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Greylist: delayed 1409 seconds by postgrey-1.27 at monty-python; Thu, 09 Apr 2009 14:54:39 EDT X-Mailman-Approved-At: Fri, 10 Apr 2009 12:21:56 -0400 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:63634 Archived-At: I use longlines.el for almost all of my non-code work, including org mode. It does what I need and makes me happy the problem I run into tho is that when files are autosaved and then restored, they come out without any returns in them and in states of great unusability and ugliness. I am fairly sure this is a result of longlines interacting with autosave (although I could be wrong) Can anyone give me a heads up on how to make longlines and autosave work and play well together? Thanks.