Re: [O] M-return = org-insert-heading in item list scrolls buffer down 1 line

2013-11-12 Thread Rainer Stengele
Am 11.11.2013 17:58, schrieb Bastien:
> Hi Rainer,
> 
> Rainer Stengele  writes:
> 
>> That might be a bug.
> 
> Did you re-compile Emacs recently?  This looks like a bug in the
> display engine that I've noticed too a while ago.
> 
Hi Bastien,

no, I use "GNU Emacs 24.3.50.1 (i386-mingw-nt6.1.7601) of 2013-03-14 on VBOX" 
sice several months.

Rainer



Re: [O] M-return = org-insert-heading in item list scrolls buffer down 1 line

2013-11-11 Thread Bastien
Hi Rainer,

Rainer Stengele  writes:

> That might be a bug.

Did you re-compile Emacs recently?  This looks like a bug in the
display engine that I've noticed too a while ago.

-- 
 Bastien



[O] M-return = org-insert-heading in item list scrolls buffer down 1 line

2013-11-11 Thread Rainer Stengele
Hi,

these days I suddenly have the problem that after inserting a new list item 
with M-return the item is added correctly but the buffer scrolls down 1 line.
I am not sure if this is related to the latest org update done a few days ago.

Any idea how to stop this?

Ok, just before sending out I found the culprit:

I had set scroll-margin to "2".
Resetting to "0" solves the problem.

That might be a bug.

Rainer