From: PJ Weisberg <pj@irregularexpressions.net>
To: Eli Zaretskii <eliz@gnu.org>
Cc: tromey@redhat.com, rudalics@gmx.at, dmantipov@yandex.ru,
emacs-devel@gnu.org
Subject: Re: threads and kill-buffer
Date: Fri, 7 Sep 2012 08:28:05 -0700 [thread overview]
Message-ID: <CAJsNXTnYcWFGKG7_2PCvbs0Eg5GDGMLKC-YX+CByCB+Y0jX5NA@mail.gmail.com> (raw)
In-Reply-To: <83627qcrci.fsf@gnu.org>
On Thu, Sep 6, 2012 at 10:52 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Thu, 6 Sep 2012 13:49:29 -0700
>> From: PJ Weisberg <pj@irregularexpressions.net>
>> Cc: Eli Zaretskii <eliz@gnu.org>, tromey@redhat.com, dmantipov@yandex.ru,
>> emacs-devel@gnu.org
>>
>> A more interesting question is, what does (get-buffer "*Backtrace*")
>> return in thread A?
>
> As long as A has *Backtrace* as its current-buffer, get-buffer will
> return it.
>
>> I can think of a few commands in Magit that would not behave properly
>> if (get-buffer-create some-string) returned a buffer that couldn't be
>> displayed after the command finished.
>
> What significance is here to the fact that the command finishes?
I was thinking of a command that populates a buffer like
"*magit-log*"(creating it if necessary), and then leaves the user *in*
that buffer so he can interact with it further.
> Anyway, if the buffer in question is killed, but is needed elsewhere
> in Emacs, then that's a bug that needs to be fixed. We don't need to
> come up with a design that works regardless of bugs, do we?
No, I was just brainstorming things that used to be safe assumptions
(`get-buffer-create' returns a displayable buffer) and now might not
be.
-PJ
Gehm's Corollary to Clark's Law: Any technology distinguishable from
magic is insufficiently advanced.
next prev parent reply other threads:[~2012-09-07 15:28 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-04 20:36 threads and kill-buffer Tom Tromey
2012-09-04 20:43 ` Lars Ingebrigtsen
2012-09-04 21:03 ` Paul Eggert
2012-09-05 2:53 ` Eli Zaretskii
2012-09-05 14:20 ` Sam Steingold
2012-09-05 16:35 ` Eli Zaretskii
2012-09-05 16:50 ` Sam Steingold
2012-09-05 16:54 ` Eli Zaretskii
2012-09-05 19:19 ` Stephen J. Turnbull
2012-09-05 20:34 ` Tom Tromey
2012-09-06 0:20 ` Stephen J. Turnbull
2012-09-06 1:53 ` Tom Tromey
2012-09-06 8:34 ` Stephen J. Turnbull
2012-09-05 18:13 ` Stefan Monnier
2012-09-05 18:28 ` Tom Tromey
2012-09-05 19:14 ` Stefan Monnier
2012-09-05 18:20 ` Tom Tromey
2012-09-05 19:00 ` Stephen J. Turnbull
2012-09-05 19:10 ` Tom Tromey
2012-09-05 19:50 ` Eli Zaretskii
2012-09-05 20:48 ` Stephen J. Turnbull
2012-09-06 5:16 ` Eli Zaretskii
2012-09-06 9:22 ` Stephen J. Turnbull
2012-09-06 10:58 ` Eli Zaretskii
2012-09-07 1:26 ` Stephen J. Turnbull
2012-09-05 20:25 ` Stephen J. Turnbull
2012-09-05 19:45 ` Eli Zaretskii
2012-09-05 19:46 ` Eli Zaretskii
2012-09-06 2:28 ` Stefan Monnier
2012-09-06 5:24 ` Eli Zaretskii
2012-09-06 12:32 ` Stefan Monnier
2012-09-05 3:49 ` SAKURAI Masashi
2012-09-05 4:34 ` Dmitry Antipov
2012-09-05 9:44 ` martin rudalics
2012-09-05 16:28 ` Eli Zaretskii
2012-09-06 7:19 ` martin rudalics
2012-09-06 7:56 ` Eli Zaretskii
2012-09-06 14:41 ` martin rudalics
2012-09-06 14:55 ` Eli Zaretskii
2012-09-06 16:04 ` martin rudalics
2012-09-06 17:07 ` Stefan Monnier
2012-09-06 17:37 ` martin rudalics
2012-09-06 18:22 ` Eli Zaretskii
2012-09-06 19:25 ` Eli Zaretskii
2012-09-07 9:52 ` martin rudalics
2012-09-06 21:28 ` Stefan Monnier
2012-09-07 9:52 ` martin rudalics
2012-09-07 14:44 ` Stefan Monnier
2012-09-07 16:13 ` martin rudalics
2012-09-07 18:31 ` Stefan Monnier
2012-09-06 20:49 ` PJ Weisberg
2012-09-07 5:52 ` Eli Zaretskii
2012-09-07 15:28 ` PJ Weisberg [this message]
2012-09-08 14:58 ` Nix
2012-09-08 15:21 ` Eli Zaretskii
2012-09-08 19:45 ` Stefan Monnier
2012-09-05 13:41 ` Stefan Monnier
2012-09-05 14:34 ` Tom Tromey
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=CAJsNXTnYcWFGKG7_2PCvbs0Eg5GDGMLKC-YX+CByCB+Y0jX5NA@mail.gmail.com \
--to=pj@irregularexpressions.net \
--cc=dmantipov@yandex.ru \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=rudalics@gmx.at \
--cc=tromey@redhat.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.