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

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

Re: how to handle buffer modifications that are not to be saved


From: Will Parsons
Subject: Re: how to handle buffer modifications that are not to be saved
Date: 1 Apr 2012 18:27:19 GMT
User-agent: slrn/0.9.9p1 (FreeBSD)

PJ Weisberg wrote:
> --f46d04182582cbffdd04bc8f9b66
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Saturday, March 31, 2012, Will Parsons <oudeis@nodomain.invalid> wrote:
>
>> buffer.  What would be the recommended way of simply making the
>> converted .docx buffer temporary, so I don't have to worry about
>> saving it accidentally, or answering any questions about saving it
>> when exiting?
>
> Off the top of my head, try setting buffer-file-name to nil.

Close - an auto-save file is still created, but this can be eliminated
with:

(auto-save-mode 0)

Thanks!

-- 
Will


reply via email to

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