sachac / subed

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

Remember positions between editing sessions #3

Closed rndusr closed 5 years ago

rndusr commented 5 years ago

When closing a buffer in subed-mode, store point, video file and playback position somewhere (Where?) and associate it with the subtitle file's path. When subed-mode is entered, check if these things can be restored.

This feature should have a defcustom to turn it off.

rndusr commented 5 years ago

There's save-place-local-mode, which does exactly this and ships with Emacs.