From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: longlines mode mangles auto-save restores? Date: Fri, 10 Apr 2009 20:40:07 +0200 Message-ID: References: <1239301889.7334.282.camel@firefly> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239388866 22851 80.91.229.12 (10 Apr 2009 18:41:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Apr 2009 18:41:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: grayarea@reddagger.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 10 20:42:25 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 1LsLg8-0005xe-Nw for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2009 20:42:17 +0200 Original-Received: from localhost ([127.0.0.1]:57551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsLek-0007B2-DW for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2009 14:40:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsLeK-00079s-Kr for help-gnu-emacs@gnu.org; Fri, 10 Apr 2009 14:40:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsLeE-00076F-0U for help-gnu-emacs@gnu.org; Fri, 10 Apr 2009 14:40:22 -0400 Original-Received: from [199.232.76.173] (port=58626 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsLeD-00075p-CD for help-gnu-emacs@gnu.org; Fri, 10 Apr 2009 14:40:17 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:54152) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsLeC-0007iI-Pp for help-gnu-emacs@gnu.org; Fri, 10 Apr 2009 14:40:17 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id DBC7AFFB9BCC; Fri, 10 Apr 2009 20:40:14 +0200 (CEST) Original-Received: from [91.35.229.130] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #277) id 1LsLeA-0008R9-00; Fri, 10 Apr 2009 20:40:14 +0200 In-Reply-To: <1239301889.7334.282.camel@firefly> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/JSqTI7MzlhY8DAPg6W4XQzcUcXbUEqEMC40H+ 8Zgw6lyc4eDVUFxMPCX1rUhiUFuxPgJQWjo/JhFPbEpFdrwP72 5LqkriDyrQ30gBiB3i2w== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:63644 Archived-At: Am 09.04.2009 um 20:31 schrieb John Withers: > Can anyone give me a heads up on how to make longlines and autosave > work > and play well together? What does the longlines documentation tell about hooks? Do you know file local variables? Some can be put at the file's beginning as in: -*- mode: LaTeX; coding: utf-8; -*- or at its end: %%% Local Variables: %%% mode: latex %%% fill-column: 99999 %%% TeX-master: t %%% End: IMO, that of a non-longlines user, the fill-column and mode settings look very promising. -- Greetings Pete For some reason, this fortune reminds everyone of Marvin Zelkowitz.