help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Readonly File, Changable Buffer


From: Barry Margolin
Subject: Re: Readonly File, Changable Buffer
Date: Thu, 27 Feb 2003 18:33:18 GMT

In article <de3ad953.0302271003.37eca6bd@posting.google.com>,
Artist <googleartist@yahoo.com> wrote:
>Hi,
> I like to read a file in emacs buffer and don't want to make any
>change to the file itself, but should not have any problem in changing
>buffer contents.
>Thus I like to dis-associate the buffer from the file.

What I usually do is create a new buffer with C-x b, and then use C-x i to
insert the file into that buffer.  insert-file doesn't associate the file
with the buffer.

-- 
Barry Margolin, barry.margolin@level3.com
Genuity Managed Services, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]