sachac / subed

subed is a subtitle editor for Emacs
179 stars 16 forks source link

mark ring is emptied on save #57

Open mooseyboots opened 2 years ago

mooseyboots commented 2 years ago

probably thx to sorting/ cleaning.

sachac commented 2 years ago

Yeah, probably sorting. It sounds like making sorting optional will probably be a good idea, since it disrupts so much and maybe it's not that common an operation.

On Tue, Jan 25, 2022 at 1:20 PM mooseyboots @.***> wrote:

probably thx to sorting/ cleaning.

— Reply to this email directly, view it on GitHub https://github.com/sachac/subed/issues/57, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACD7EQFJ6BZ7RHB7Z3MHODUX3SYFANCNFSM5MY75OEQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

sachac commented 2 years ago

@mooseyboots : I might have figured out how to get it to skip sorting already-sorted buffers. Could you please give this version a try? Thank you!