emacs - Open multiple instance of a file- -
how can open multiple different instances of file in emacs? say, instances totally independent of each other write same file.
i want have reference original file in 1 buffers side-by-side buffer in editing while referring original content. don't find opening temporary buffer, yanking entire original content , have side-by-side, elegant solution.
other solutions welcome well.
i have tried using clone-indirect-buffer , c-x c-v doesn't server purpose.
you can create new buffer (c-xb*new*) , insert content of file c-xifilename.
Comments
Post a Comment