Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-16 Thread Bastien
David Maus dm...@ictsoc.de writes: I just pushed a simplified version of the solution: No need to count lines, just check if point is at end of buffer. Thanks for your this fix! -- Bastien

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-16 Thread Bastien
Bastien b...@altern.org writes: David Maus dm...@ictsoc.de writes: I just pushed a simplified version of the solution: No need to count lines, just check if point is at end of buffer. Thanks for your this fix! Wow, how can someone munge his words so badly? :) -- Bastien

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-16 Thread Achim Gratz
Bastien b...@altern.org writes: Wow, how can someone munge his words so badly? :) In the force if Yoda's so strong, construct a sentence with words in the proper order then why can't he? Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptations for Waldorf Q

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-04 Thread David Maus
At Wed, 03 Aug 2011 21:35:40 -0400, Bernt Hansen wrote: Jason Dunsmore emacs-orgm...@deathroller.dunsmor.com writes: Hi Bernt, Can you see if this patch fixes the problem? diff --git a/lisp/org.el b/lisp/org.el index c7b28dd..41ac8c6 100644 --- a/lisp/org.el +++ b/lisp/org.el

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-04 Thread Jason Dunsmore
Hi David, I just pushed a simplified version of the solution: No need to count lines, just check if point is at end of buffer. I just tried out your patch. The logic in your patch is slightly different - it checks if the point is at the end of the last line in the buffer, whereas mine checks

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-04 Thread David Maus
At Thu, 04 Aug 2011 09:35:24 -0500, Jason Dunsmore wrote: Hi David, I just pushed a simplified version of the solution: No need to count lines, just check if point is at end of buffer. I just tried out your patch. The logic in your patch is slightly different - it checks if the point is

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-04 Thread Bernt Hansen
David Maus dm...@ictsoc.de writes: At Thu, 04 Aug 2011 09:35:24 -0500, Jason Dunsmore wrote: I just tried out your patch. The logic in your patch is slightly different - it checks if the point is at the end of the last line in the buffer, whereas mine checks if the point is anywhere on the

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-03 Thread Jason Dunsmore
Hi Bernt, Can you see if this patch fixes the problem? --8---cut here---start-8--- diff --git a/lisp/org.el b/lisp/org.el index c7b28dd..41ac8c6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -19212,7 +19212,9 @@ Returns the number of empty lines passed.

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-03 Thread Bernt Hansen
Jason Dunsmore emacs-orgm...@deathroller.dunsmor.com writes: Hi Bernt, Can you see if this patch fixes the problem? diff --git a/lisp/org.el b/lisp/org.el index c7b28dd..41ac8c6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -19212,7 +19212,9 @@ Returns the number of empty lines passed.

[O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-07-31 Thread Bernt Hansen
Hi Jason, I noticed a nasty refile bug this evening. The problem commit is identified as: , | 85f03c0859d84d0b3b51764f379644d1461733df is the first bad commit | commit 85f03c0859d84d0b3b51764f379644d1461733df | Author: Jason Dunsmore emacs-orgm...@deathroller.dunsmor.com | Date: Tue Feb