Re: [O] org-cycle hook recenter question

2013-02-26 Thread Samuel Wales
On 2/26/13, Bastien b...@altern.org 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://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.



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 samolog...@gmail.com 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 problem is gone.

Arun




Re: [O] org-cycle hook recenter question

2013-02-26 Thread Bastien
Hi Samuel,

Samuel Wales samolog...@gmail.com writes:

 On 2/26/13, Bastien b...@altern.org 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.

I fixed this one too.  Thanks for your patience,

-- 
 Bastien



Re: [O] org-cycle hook recenter question

2013-02-26 Thread Samuel Wales
On 2/26/13, Bastien b...@altern.org 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 get it.  There is no hope without action.



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 shift-TAB (I need to hit shift-tab 4 times to see the ...
 at the top)

Yes, that is reproducible.


Regards,
Achim.
-- 
+[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada




Re: [O] org-cycle hook recenter question

2013-02-23 Thread Samuel Wales
Hi Arun,

On 2/23/13, Arun Persaud apers...@lbl.gov wrote:
 when I cycle using shift-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.

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.

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.



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's just a bunch of
headlines and sublevels, starting with a toplevel headline in the first
line.

I'm running:

C-h C-a

GNU Emacs 24.2.1 (x86_64-suse-linux-gnu, GTK+ Version 3.4.4)
 of 2012-10-10 on build20

org-version 7.8.11

I also have the latest git-version installed, but am not sure how to use
that with -Q?

Let me know if I should try anything else.

Arun



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. Where tmp.org is one of my
 org files where I removed the headers (#+...), so it's just a bunch of
 headlines and sublevels, starting with a toplevel headline in the first
 line.
 
It would really help the devs if you could attach this tmp.org file
(after removing any private information of course).

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.



Re: [O] org-cycle hook recenter question

2013-02-23 Thread Nick Dokos
Suvayu Ali fatkasuvayu+li...@gmail.com 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 reproduce this with emacs -Q tmp.org. Where tmp.org is one of my
  org files where I removed the headers (#+...), so it's just a bunch of
  headlines and sublevels, starting with a toplevel headline in the first
  line.
  
 It would really help the devs if you could attach this tmp.org file
 (after removing any private information of course).
 


... plus the steps necessary to get to the problematic point (I assume
there is no problem just after the file is visited, correct?)

Nick

PS. I didn't go back in the thread to see whether those steps have been
described already. If they have, please accept my apologies.