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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -