Re: [O] autosave in org-src buffer only works ones

2014-09-28 Thread Adriaan Sticker
Hi,
 no, the point is not moving. Its the view. The view shift frow the point
in th middle of the view to the point at the last line in the view. It's
only in opened src blocks. I should maybe also point out that I use
prelude. I now very recently started to adopt a workflow with polymode in
org with src block and have had no issues so far.

Greetz

2014-09-27 23:10 GMT+02:00 Nicolas Goaziou :

> Hello,
>
> Adriaan Sticker  writes:
>
> > Hi, is it possible that these function cause the buffer automatically
> > scrolling when saving?
> > When I save My buffer jumps/scrolls up so that my cursor is on the last
> row
> > on my screen.
>
> I do not understand. Are you saying that auto-saving feature in src
> blocks moves point?
>
> If so, I cannot reproduce it.
>
>
> Regards,
>
> --
> Nicolas Goaziou
>


Re: [O] autosave in org-src buffer only works ones

2014-09-27 Thread Nicolas Goaziou
Hello,

Adriaan Sticker  writes:

> Hi, is it possible that these function cause the buffer automatically
> scrolling when saving?
> When I save My buffer jumps/scrolls up so that my cursor is on the last row
> on my screen.

I do not understand. Are you saying that auto-saving feature in src
blocks moves point?

If so, I cannot reproduce it.


Regards,

-- 
Nicolas Goaziou



Re: [O] autosave in org-src buffer only works ones

2014-09-25 Thread Andreas Leha
Hi Nicolas,

Nicolas Goaziou  writes:
> Hello,
>
> Adriaan Sticker  writes:
>
>> I've the following in my init.el
>>
>> (setq org-edit-src-auto-save-idle-delay 5)
>>
>> If I open in my org file a R code block with C-c ', edit into the opened
>> org-src buffer with the ESS major mode activated and wait for 5s, I can see
>> autosave kicking in and my org buffer gets updated with my new code. But
>> when I keep editing it doesn't save anymore. So it only save ones after the
>> first 5s when the org-src got openend and then it stops.
>
> This should now be fixed. Thank you for reporting it.
>
>

Just a second 'thanks'!


Andreas




Re: [O] autosave in org-src buffer only works ones

2014-09-23 Thread Adriaan Sticker
Hi, is it possible that these function cause the buffer automatically
scrolling when saving?
When I save My buffer jumps/scrolls up so that my cursor is on the last row
on my screen.

Greets

2014-09-11 23:55 GMT+02:00 Adriaan Sticker :

> Cool, thanks!
>
> 2014-09-11 18:28 GMT+02:00 Nicolas Goaziou :
>
>> Hello,
>>
>> Adriaan Sticker  writes:
>>
>> > I've the following in my init.el
>> >
>> > (setq org-edit-src-auto-save-idle-delay 5)
>> >
>> > If I open in my org file a R code block with C-c ', edit into the opened
>> > org-src buffer with the ESS major mode activated and wait for 5s, I can
>> see
>> > autosave kicking in and my org buffer gets updated with my new code. But
>> > when I keep editing it doesn't save anymore. So it only save ones after
>> the
>> > first 5s when the org-src got openend and then it stops.
>>
>> This should now be fixed. Thank you for reporting it.
>>
>>
>> Regards,
>>
>> --
>> Nicolas Goaziou
>>
>
>


Re: [O] autosave in org-src buffer only works ones

2014-09-11 Thread Adriaan Sticker
Cool, thanks!

2014-09-11 18:28 GMT+02:00 Nicolas Goaziou :

> Hello,
>
> Adriaan Sticker  writes:
>
> > I've the following in my init.el
> >
> > (setq org-edit-src-auto-save-idle-delay 5)
> >
> > If I open in my org file a R code block with C-c ', edit into the opened
> > org-src buffer with the ESS major mode activated and wait for 5s, I can
> see
> > autosave kicking in and my org buffer gets updated with my new code. But
> > when I keep editing it doesn't save anymore. So it only save ones after
> the
> > first 5s when the org-src got openend and then it stops.
>
> This should now be fixed. Thank you for reporting it.
>
>
> Regards,
>
> --
> Nicolas Goaziou
>


Re: [O] autosave in org-src buffer only works ones

2014-09-11 Thread Nicolas Goaziou
Hello,

Adriaan Sticker  writes:

> I've the following in my init.el
>
> (setq org-edit-src-auto-save-idle-delay 5)
>
> If I open in my org file a R code block with C-c ', edit into the opened
> org-src buffer with the ESS major mode activated and wait for 5s, I can see
> autosave kicking in and my org buffer gets updated with my new code. But
> when I keep editing it doesn't save anymore. So it only save ones after the
> first 5s when the org-src got openend and then it stops.

This should now be fixed. Thank you for reporting it.


Regards,

-- 
Nicolas Goaziou



[O] autosave in org-src buffer only works ones

2014-09-11 Thread Adriaan Sticker
Hi all

I've the following in my init.el

(setq org-edit-src-auto-save-idle-delay 5)

If I open in my org file a R code block with C-c ', edit into the opened
org-src buffer with the ESS major mode activated and wait for 5s, I can see
autosave kicking in and my org buffer gets updated with my new code. But
when I keep editing it doesn't save anymore. So it only save ones after the
first 5s when the org-src got openend and then it stops.

Can this somehow be fixed or is this behaviour expected? I have quite big
source block so this can be an issue.

Thanks in advance