all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Will Parsons <oudeis@nodomain.invalid>
To: help-gnu-emacs@gnu.org
Subject: Re: how to handle buffer modifications that are not to be saved
Date: 1 Apr 2012 18:27:19 GMT	[thread overview]
Message-ID: <9trl07FuggU1@mid.individual.net> (raw)
In-Reply-To: mailman.231.1333224894.20052.help-gnu-emacs@gnu.org

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


  parent reply	other threads:[~2012-04-01 18:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-31 19:06 how to handle buffer modifications that are not to be saved Will Parsons
2012-03-31 20:14 ` PJ Weisberg
     [not found] ` <mailman.231.1333224894.20052.help-gnu-emacs@gnu.org>
2012-04-01 18:27   ` Will Parsons [this message]
2012-04-03  5:13 ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9trl07FuggU1@mid.individual.net \
    --to=oudeis@nodomain.invalid \
    --cc=help-gnu-emacs@gnu.org \
    --cc=wbparsons@cshore.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.