I want to do the following in Emacs: Save the current buffer to a new file, but also keep the current file open.
When I do C-x C-w then current buffer gets replaced, but I want to keep open both buffer. Is this possible without reopening the original file?
I want to do the following in Emacs: Save the current buffer to a
Share
I don’t think there’s anything built in, but it’s easy enough to write: