From: Michael Heerdegen <michael_heerdegen@web.de>
To: Adam Porter <adam@alphapapa.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Emacs bug 37890; killing capture buffer
Date: Sun, 15 Dec 2019 23:31:21 +0100 [thread overview]
Message-ID: <87woaxw79i.fsf@web.de> (raw)
In-Reply-To: <874ky3sdhs.fsf@alphapapa.net> (Adam Porter's message of "Fri, 13 Dec 2019 23:05:51 -0600")
Adam Porter <adam@alphapapa.net> writes:
> Michael Heerdegen <michael_heerdegen@web.de> writes:
>
> > Or (really better IMHO) consider a different implementation where the
> > original buffer is not modified until the user explicitly confirms the
> > stuff to capture with C-c C-c.
>
> That would be helpful in some ways, but harmful in others. For example,
> consider a capture that is started while in a meeting, on a phone call,
> away from one's desk, etc., with some notes in it, clock start time,
> etc. (You can find examples of this workflow in, e.g. Bernt Hansen's
> Org config.) If Emacs were interrupted (crash, power failure, reboot,
> etc), the un-finalized capture would still be present in the auto-save
> file and could be recovered when restarting Emacs and finding the file
> again.
A legitimate objection.
> The way Org uses indirect, narrowed buffers for capturing is an
> elegant use of Emacs features that helps protect user data from
> accidental loss.
Let me rethink from the other side: how could the issue I described
(globbered org file) be prevented? If you happen to kill the capture
buffer or forget about it, is there any indication left that there is a
problem? A modified buffer visiting the org file is left, but as soon
as you successfully capture something else Org happily saves both edits
to the file.
So maybe we could prevent the user from doing something wrong? Maybe
like this:
- kill-buffer-hook in the capture buffer could be used to prevent the
user from killing such a buffer by accident. Or it could be made
configurable what to do (e.g. undo the change with or without user
prompting, ask for what to do, etc.)
- kill-emacs-hook could be used to register a function that warns when
any capture buffers are left when Emacs is to be killed. That would
make a difference if you have captured more stuff after having
forgotten about a former capture buffer. The user would be guided to
finish what he would otherwise have forgotten.
That would improve security even further without getting in the way in
the normal workflow.
Michael.
next prev parent reply other threads:[~2019-12-15 22:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-13 21:48 Emacs bug 37890; killing capture buffer Michael Heerdegen
2019-12-14 5:05 ` Adam Porter
2019-12-15 22:31 ` Michael Heerdegen [this message]
2019-12-16 23:00 ` Michael Heerdegen
2019-12-17 17:40 ` Adam Porter
2019-12-17 18:24 ` Michael Heerdegen
2019-12-17 18:53 ` Adam Porter
2019-12-20 0:10 ` Michael Heerdegen
2019-12-18 1:20 ` Kyle Meyer
2019-12-18 2:16 ` Ihor Radchenko
2019-12-20 0:40 ` Michael Heerdegen
2019-12-18 0:07 ` Samuel Wales
2019-12-18 6:17 ` Fraga, Eric
2019-12-20 0:17 ` Michael Heerdegen
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87woaxw79i.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=adam@alphapapa.net \
--cc=emacs-orgmode@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).