From: "Drew Adams" <drew.adams@oracle.com>
To: "'Kevin Rodgers'" <kevin.d.rodgers@gmail.com>, <help-gnu-emacs@gnu.org>
Subject: RE: Emacs ignores modified state of "untitled" buffer
Date: Thu, 20 May 2010 06:29:53 -0700 [thread overview]
Message-ID: <D305F2C97F6347FB82EBEFDE6B3A2353@us.oracle.com> (raw)
In-Reply-To: <ht3ase$595$1@dough.gmane.org>
> > we have a user who wants to always open Emacs with a new "untitled"
> > buffer so he can start writing right away without having
> > to think of a file name first (similar to a "New Document" feature
> > in Mac and Windows programs). If we try this in site-start.el:
> >
> > (generate-new-buffer "untitled")
> > (switch-to-buffer "untitled")
> >
> > we are almost there - Emacs starts with the new "untitled"
> > buffer. However, if he then exits Emacs, Emacs does not
> > warn about a modified buffer and potential data loss, although the
> > buffer is marked dirty. How can we get the usual behaviour for
> > this new buffer?
>
> See switch-to-new-untitled-buffer in
> http://lists.gnu.org/archive/html/gnu-emacs-sources/2008-09/ms
> g00016.html
>
> Here is the Commentary:
>
> ;; The switch-to-new-buffer command is like switch-to-buffer, but it
> ;; generates a new buffer name instead of prompting the user. It sets
> ;; buffer-offer-save to protect against inadvertant data loss via
> ;; kill-emacs. And it adds a buffer-local query function to protect
> ;; against inadvertant data loss via kill-buffer.
> ;;
> ;; switch-to-new-scratch-buffer and switch-to-new-untitled buffer are
> ;; convenience commands, for creating new *scratch* buffers
> (like Emacs)
> ;; and new "Untitled" buffers (like other text editors).
> ;;
> ;; switch-to-new-buffer is added to the menu bar Buffers menu.
What am I missing? What is wrong with just using (find-file "untitled")?
If a buffer is associated with a file name (which is what `find-file' does) then
Emacs asks you about saving it. What else is the OP asking for?
Everyone seems to be jumping through hoops here, and my mail with this simple
suggestion was ignored, so I must not be getting it. I really would like to know
what I'm missing.
next prev parent reply other threads:[~2010-05-20 13:29 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-19 14:52 Emacs ignores modified state of "untitled" buffer Stefan Vollmar
2010-05-19 15:04 ` Drew Adams
2010-05-19 20:34 ` Stephen Berman
2010-05-20 12:45 ` Kevin Rodgers
2010-05-20 13:29 ` Drew Adams [this message]
2010-05-20 14:00 ` Stefan Vollmar
2010-05-21 2:00 ` Kevin Rodgers
2010-05-21 2:06 ` Lennart Borgman
2010-05-21 1:56 ` Kevin Rodgers
2010-05-21 8:03 ` Stefan Vollmar
2010-05-21 13:17 ` Kevin Rodgers
2010-05-21 13:59 ` Stefan Vollmar
2010-05-21 14:11 ` Kevin Rodgers
2010-05-21 14:30 ` Stefan Vollmar
2010-05-21 17:15 ` Lennart Borgman
2010-05-21 20:49 ` Stefan Vollmar
2010-05-21 20:56 ` Lennart Borgman
2010-05-21 14:20 ` Drew Adams
2010-05-28 14:32 ` Kevin Rodgers
2010-05-28 17:18 ` Drew Adams
2010-05-28 21:21 ` Stefan Vollmar
[not found] ` <mailman.2.1275067137.32597.help-gnu-emacs@gnu.org>
2010-05-29 1:04 ` Tim X
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=D305F2C97F6347FB82EBEFDE6B3A2353@us.oracle.com \
--to=drew.adams@oracle.com \
--cc=help-gnu-emacs@gnu.org \
--cc=kevin.d.rodgers@gmail.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.