denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] "Go To Next Interior End" Script. Maybe for git?


From: Nils Gey
Subject: [Denemo-devel] "Go To Next Interior End" Script. Maybe for git?
Date: Wed, 15 Jul 2009 16:24:14 +0200

I bound that to Crtl+End on my system. Works pretty well.
Is this ready for git or is it bad scheme-style? 

I don't think I have write-rights for git.


;;;;;Go to next Interior End
(d-CursorRight) ;starts with a forced step so the command becomes repeatable.
(let counter ((i 1)) 
  (if (d-NextObject)
        (counter (+ i 0))
   )
 )
(d-RefreshDisplay) ;Only one time refresh so it feels like a real jump, not a 
sequence of steps.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]