Re: [O] org-cycle hook recenter question

2013-02-26 Thread Samuel Wales
On 2/26/13, Bastien wrote: > I fixed this one too. Thanks for your patience, Greatly appreciated! I have been trying to fix that for years. Will test. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Bastien
Hi Samuel, Samuel Wales writes: > On 2/26/13, Bastien wrote: >>> This is the infamous "meaningless ellipses at the top of the buffer" >>> problem. >> >> ... which should now be fixed. > > Thank you very much! > > Unfortunately, the bug is still there for the isearch case. Can't > make an ECM n

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Arun Persaud
On 02/26/2013 07:29 AM, Bastien wrote: > Hi Samuel and all, > > Samuel Wales writes: > >> This is the infamous "meaningless ellipses at the top of the buffer" >> problem. > > ... which should now be fixed. > > Thanks for confirming, Thanks for fixing it! Just tested the latest git and the pro

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Samuel Wales
On 2/26/13, Bastien wrote: >> This is the infamous "meaningless ellipses at the top of the buffer" >> problem. > > ... which should now be fixed. Thank you very much! Unfortunately, the bug is still there for the isearch case. Can't make an ECM now. Samuel -- The Kafka Pandemic: http://theka

Re: [O] org-cycle hook recenter question

2013-02-26 Thread Bastien
Hi Samuel and all, Samuel Wales writes: > This is the infamous "meaningless ellipses at the top of the buffer" > problem. ... which should now be fixed. Thanks for confirming, -- Bastien

Re: [O] org-cycle hook recenter question

2013-02-24 Thread Achim Gratz
Arun Persaud writes: > Steps to reproduce: > > emacs -Q tmp.org > move point to a lower heading, e.g. the "a" in "3a30" (5th line from the > bottom) > cycle with -TAB (I need to hit shift-tab 4 times to see the "..." > at the top) Yes, that is reproducible. Regards, Achim. -- +<[Q+ Matrix-12 WA

Re: [O] org-cycle hook recenter question

2013-02-23 Thread Nick Dokos
Suvayu Ali wrote: > Hi Arun, > > On Sat, Feb 23, 2013 at 05:19:29PM -0800, Arun Persaud wrote: > > > This is the infamous "meaningless ellipses at the top of the buffer" > > > problem. > > > > > > If you can provide a way to reproduce using emacs -Q, it would really > > > help. > > > > I can

Re: [O] org-cycle hook recenter question

2013-02-23 Thread Suvayu Ali
Hi Arun, On Sat, Feb 23, 2013 at 05:19:29PM -0800, Arun Persaud wrote: > > This is the infamous "meaningless ellipses at the top of the buffer" > > problem. > > > > If you can provide a way to reproduce using emacs -Q, it would really help. > > I can reproduce this with "emacs -Q tmp.org". Wher

Re: [O] org-cycle hook recenter question

2013-02-23 Thread Arun Persaud
Hi >[...] > This is the infamous "meaningless ellipses at the top of the buffer" problem. > > If you can provide a way to reproduce using emacs -Q, it would really help. I can reproduce this with "emacs -Q tmp.org". Where tmp.org is one of my org files where I removed the headers (#+...), so it'

Re: [O] org-cycle hook recenter question

2013-02-23 Thread Samuel Wales
Hi Arun, On 2/23/13, Arun Persaud wrote: > when I cycle using -TAB and I go from all->content, that is just > the headlines, I often don't see the top headlines in the buffer, > although there would be enough space to show them. The top is truncated > and a "..." is shown and I need to do a ctrl-

[O] org-cycle hook recenter question

2013-02-23 Thread Arun Persaud
Hi when I cycle using -TAB and I go from all->content, that is just the headlines, I often don't see the top headlines in the buffer, although there would be enough space to show them. The top is truncated and a "..." is shown and I need to do a ctrl-l or scroll upward to see everything. I was wo