Re: [O] C-c ' buffer recenters point after every save

2015-05-30 Thread Nicolas Goaziou
Samuel Wales samolog...@gmail.com writes:

 when i capture in a c-c ' buffer, it asks me that question.  it would
 be good to make that optional, because capture is a tool in which user
 surprise defeats its purpose.  i am always surprised by the question.
 i never need to supply an answer to it.

This should be fixed in 9e1591cbd0c6f5663c004692c520b82d9eb353c6.

Thank you.


Regards,



Re: [O] C-c ' buffer recenters point after every save

2015-05-30 Thread Samuel Wales
thank you.

On 5/30/15, Nicolas Goaziou m...@nicolasgoaziou.fr wrote:
 This should be fixed in 9e1591cbd0c6f5663c004692c520b82d9eb353c6.



[O] C-c ' buffer recenters point after every save

2015-05-26 Thread Samuel Wales
dunno if it is just me, but every save moves point.  can this be disabled?

also (unrelated) this buffer modifies capture to ask you for a label.
can this be disabled?

thanks.



Re: [O] C-c ' buffer recenters point after every save

2015-05-26 Thread Nicolas Goaziou
Hello,

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

 dunno if it is just me, but every save moves point.  can this be
 disabled?

I think I fixed it earlier. Could you update Org and test again? If the
problem persists, I will need an ECM.

 also (unrelated) this buffer modifies capture to ask you for a label.
 can this be disabled?

I don't understand this one.


Regards,

-- 
Nicolas Goaziou



Re: [O] C-c ' buffer recenters point after every save

2015-05-26 Thread Samuel Wales
On 5/26/15, Nicolas Goaziou m...@nicolasgoaziou.fr wrote:
 also (unrelated) this buffer modifies capture to ask you for a label.
 can this be disabled?

 I don't understand this one.

org.el:  (setq label (read-string Code line label:  label)))

thanks.



Re: [O] C-c ' buffer recenters point after every save

2015-05-26 Thread Nicolas Goaziou
Samuel Wales samolog...@gmail.com writes:

 On 5/26/15, Nicolas Goaziou m...@nicolasgoaziou.fr wrote:
 also (unrelated) this buffer modifies capture to ask you for a label.
 can this be disabled?

 I don't understand this one.

 org.el:(setq label (read-string Code line label:  label)))

I see this (relatively old) line of code. It is used to create a label
in an edit buffer and store it for later use.

How does it modify capture (I'm not sure what you mean here)?

Regards,



Re: [O] C-c ' buffer recenters point after every save

2015-05-26 Thread Samuel Wales
when i capture in a c-c ' buffer, it asks me that question.  it would
be good to make that optional, because capture is a tool in which user
surprise defeats its purpose.  i am always surprised by the question.
i never need to supply an answer to it.

in effect, babel has modified capture in a hardcoded way.


On 5/26/15, Nicolas Goaziou m...@nicolasgoaziou.fr wrote:
 How does it modify capture (I'm not sure what you mean here)?