Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Matt Price
On Fri, 2009-11-20 at 14:54 +0100, Carsten Dominik wrote: > + (aset org-indent-strings 0 nil) > + (aset org-indent-stars 0 nil) > That did it! I was in the middle of writing an apologetic email explaining that it hadn't worked in either snapshot or 23.1, but then remembered I had to run 'make

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Carsten Dominik
Hi Matt, can you please try the following patch? --- diff --git a/lisp/org-indent.el b/lisp/org-indent.el index afce59f..53db9be 100644 --- a/lisp/org-indent.el +++ b/lisp/org-indent.el @@ -106,8 +106,8 @@ this variable

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Carsten Dominik
On Nov 20, 2009, at 2:03 PM, Matt Price wrote: On Fri, 2009-11-20 at 08:28 +0100, Carsten Dominik wrote: Hi Matt, personally, I never use visual-line-mode, mainly because cursor motion becomes unpredictable to me (down doe not get me into the next line, so for example keyboard macros are

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Matt Price
On Fri, 2009-11-20 at 08:28 +0100, Carsten Dominik wrote: > Hi Matt, > > personally, I never use visual-line-mode, mainly because cursor motion > becomes unpredictable to me (down doe not get me into the next line, > so for example keyboard macros are much harder to make to consistently). >

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Carsten Dominik
On Nov 20, 2009, at 3:12 AM, Matt Price wrote: On Fri, 2009-11-20 at 09:33 +1100, Ben Finney wrote: Matt Price writes: Visual-line-mode is a replacement for longlines-mode; it soft-wraps text at the screen boundary, and does a much better job than longlines-mode did. I think you're confus

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-19 Thread Matt Price
On Fri, 2009-11-20 at 09:33 +1100, Ben Finney wrote: > Matt Price writes: > > > Visual-line-mode is a replacement for longlines-mode; it soft-wraps > > text at the screen boundary, and does a much better job than > > longlines-mode did. > > I think you're confused by a (helpful) conflation. > >