phillord / lentic

Create views of the same content in two Emacs buffers
184 stars 12 forks source link

lentic-create ungraceful when buffer already exists #6

Closed phillord closed 9 years ago

phillord commented 9 years ago

Using create when a lentic buffer already exists is nasty -- if the lentic buffer is associated with a file then a "file is already visiting error" is raised. If the lentic buffer is NOT associated with a file, then an error is raised and the contents of both buffers are killed.

lentic-create is probably unnecessary -- "here", "swap" should auto-create I think, possibly with prompting.

phillord commented 9 years ago

Fixed