Results 14 comments of Bogolisk

you have to mark (with + or ~ or .) at least one commit in-order for rebase-interactive to have something to do!

egg-log-buffer-redisplay should be called with egg's log buffer as argument. I'm not sure what the "#" in backtrace means: egg-log-buffer-redisplay(#)

so what's exactly the argument egg-log-buffer-redisplay recieved when it cr*pped out? btw, egg-log-buffer-get-marked-alist () will collect the marked commits in the "current" buffer because it's expected to be called in...

well, it's a bug!!! I'll whip up a fix, but it might be on the testing branch.

If you're comfortable with diff and patch, try this patch: diff --git a/egg.el b/egg.el index 621f6be..80d5c82 100644 --- a/egg.el +++ b/egg.el @@ -4509,7 +4509,8 @@ With C-u prefix, unmark all."...

Try cherry-pick: 4c5bca3b fixed bug: cannot locate commit when displayed history is too short

On Fri, Nov 30, 2012 at 8:51 AM, GaryO [email protected] wrote: > That helps, definitely. It gets further. > > There is I think another bug though, if the rev...

Thanx, that should be faster than my current implementation because it doesn't need to parse the commit objects.

new implementation (the previous one was not correct.)

I think the bug is: egg uses insert-file-contents-literally() instead of insert-file-contents(). We'll have to audit all the occurrences of insert-file-contents-literally() to see if it makes sense or not to convert...