all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* longlines mode mangles auto-save restores?
@ 2009-04-09 18:31 John Withers
  2009-04-10 18:40 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: John Withers @ 2009-04-09 18:31 UTC (permalink / raw)
  To: help-gnu-emacs

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: longlines mode mangles auto-save restores?
  2009-04-09 18:31 longlines mode mangles auto-save restores? John Withers
@ 2009-04-10 18:40 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2009-04-10 18:40 UTC (permalink / raw)
  To: grayarea; +Cc: help-gnu-emacs


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.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-10 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 18:31 longlines mode mangles auto-save restores? John Withers
2009-04-10 18:40 ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.