alphapapa / burly.el

Save and restore frames and windows with their buffers in Emacs
GNU General Public License v3.0
301 stars 14 forks source link

Feature: Update bookmarks #25

Closed Kungsgeten closed 3 years ago

Kungsgeten commented 3 years ago

Hi! I'm enjoying Burly quite a bit, thank you for the package!

A feature request is making it easier to update an already existing bookmark. At the moment (I think) you have to M-x burly-bookmark-windows and then type letter by letter the same name as you've already saved. Perhaps instead of read-string we could use completing-read and let us choose among already defined Burly window/frame bookmarks?

alphapapa commented 3 years ago

Hi,

I'm glad it's been useful to you.

That sounds like a good idea, yes, as long as it doesn't interfere with typing a name that doesn't already exist as a bookmark.

Would you be interested in submitting a patch?

Kungsgeten commented 3 years ago

Sure, I'll have a go at it!

On Wed, 9 Dec 2020, 01:57 alphapapa, notifications@github.com wrote:

Hi,

I'm glad it's been useful to you.

That sounds like a good idea, yes, as long as it doesn't interfere with typing a name that doesn't already exist as a bookmark.

Would you be interested in submitting a patch?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alphapapa/burly.el/issues/25#issuecomment-741353360, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6KZOMZGV2HG6GDWEVUF6DST3DO7ANCNFSM4USDGINQ .

alphapapa commented 3 years ago

Thanks.