Gnus development mailing list
 help / color / mirror / Atom feed
* Buffer has a running process.  Kill it? (yes/no)
@ 2010-10-04 18:25 Steinar Bang
  2010-10-04 18:28 ` Steinar Bang
  0 siblings, 1 reply; 9+ messages in thread
From: Steinar Bang @ 2010-10-04 18:25 UTC (permalink / raw)
  To: ding

When I `M-d' spam in gmane groups with a git pull from earlier today, I
get the question
  Buffer has a running process.  Kill it? (yes/no)
(it doesn't end up in *Messages* so I'm not sure of its exact wording)

I have no idea what to respond, but both "yes" and "no" causes it to
exit the group.

It's pretty annoying, anyway.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Buffer has a running process.  Kill it? (yes/no)
  2010-10-04 18:25 Buffer has a running process. Kill it? (yes/no) Steinar Bang
@ 2010-10-04 18:28 ` Steinar Bang
  2010-10-04 18:49   ` Rémi Letot
  2010-10-04 18:53   ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 9+ messages in thread
From: Steinar Bang @ 2010-10-04 18:28 UTC (permalink / raw)
  To: ding

>>>>> Steinar Bang <sb@dod.no>:

> When I `M-d' spam in gmane groups with a git pull from earlier today, I
> get the question
>   Buffer has a running process.  Kill it? (yes/no)
> (it doesn't end up in *Messages* so I'm not sure of its exact wording)

It's
   Buffer has a running process; kill it? (yes/no)

> I have no idea what to respond, but both "yes" and "no" causes it to
> exit the group.

> It's pretty annoying, anyway.

What I said!





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Buffer has a running process.  Kill it? (yes/no)
  2010-10-04 18:28 ` Steinar Bang
@ 2010-10-04 18:49   ` Rémi Letot
  2010-10-04 18:53   ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 9+ messages in thread
From: Rémi Letot @ 2010-10-04 18:49 UTC (permalink / raw)
  To: ding

Steinar Bang <sb@dod.no> writes:

>>>>>> Steinar Bang <sb@dod.no>:
>> When I `M-d' spam in gmane groups with a git pull from earlier today, I
>> get the question
>>   Buffer has a running process.  Kill it? (yes/no)
>> (it doesn't end up in *Messages* so I'm not sure of its exact wording)
>
> It's
>    Buffer has a running process; kill it? (yes/no)

I have had this behaviour for a very long time, I use emacs-snapshot on
debian sid.

If I mark several articles as spam, I have to answer several times to
that question.

HTH,
-- 
Rémi




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Buffer has a running process.  Kill it? (yes/no)
  2010-10-04 18:28 ` Steinar Bang
  2010-10-04 18:49   ` Rémi Letot
@ 2010-10-04 18:53   ` Lars Magne Ingebrigtsen
  2010-10-04 19:26     ` Rémi Letot
  1 sibling, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-04 18:53 UTC (permalink / raw)
  To: ding

Steinar Bang <sb@dod.no> writes:

> It's
>    Buffer has a running process; kill it? (yes/no)

`(setq debug-on-quit t)' and then `C-g' when it asks.  Point the
backtrace here.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Buffer has a running process.  Kill it? (yes/no)
  2010-10-04 18:53   ` Lars Magne Ingebrigtsen
@ 2010-10-04 19:26     ` Rémi Letot
  2010-10-04 19:36       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Rémi Letot @ 2010-10-04 19:26 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Steinar Bang <sb@dod.no> writes:
>
>> It's
>>    Buffer has a running process; kill it? (yes/no)
>
> `(setq debug-on-quit t)' and then `C-g' when it asks.  Point the
> backtrace here.

Debugger entered--Lisp error: (quit)
  signal(quit nil)
  yes-or-no-p("Buffer has a running process; kill it? ")
  process-kill-buffer-query-function()
  kill-buffer(#<buffer  *temp*<6>>)
  byte-code("\301\b!\203\n




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Buffer has a running process.  Kill it? (yes/no)
  2010-10-04 19:26     ` Rémi Letot
@ 2010-10-04 19:36       ` Lars Magne Ingebrigtsen
  2010-10-04 19:42         ` Rémi Letot
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-04 19:36 UTC (permalink / raw)
  To: ding

hobbes@poukram.net (Rémi Letot) writes:

> Debugger entered--Lisp error: (quit)
>   signal(quit nil)
>   yes-or-no-p("Buffer has a running process; kill it? ")
>   process-kill-buffer-query-function()
>   kill-buffer(#<buffer  *temp*<6>>)
>   byte-code("\301\b!\203\n

There was probably more here, but the mailer cut it off.  Can you remove
the binary stuff and post again?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Buffer has a running process.  Kill it? (yes/no)
  2010-10-04 19:36       ` Lars Magne Ingebrigtsen
@ 2010-10-04 19:42         ` Rémi Letot
  2010-10-04 19:50           ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Rémi Letot @ 2010-10-04 19:42 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> hobbes@poukram.net (Rémi Letot) writes:
>
>> Debugger entered--Lisp error: (quit)
>>   signal(quit nil)
>>   yes-or-no-p("Buffer has a running process; kill it? ")
>>   process-kill-buffer-query-function()
>>   kill-buffer(#<buffer  *temp*<6>>)
>>   byte-code("\301\b!\203\n
>
> There was probably more here, but the mailer cut it off.  Can you remove
> the binary stuff and post again?

Here comes, and this time with git gnus since I could make it again :-)

Debugger entered--Lisp error: (quit)
  signal(quit nil)
  yes-or-no-p("Buffer has a running process; kill it? ")
  process-kill-buffer-query-function()
  kill-buffer(#<buffer  *temp*>)
  byte-code("\301\b!\203\n.\302\b!\210\301\207" [temp-buffer buffer-name kill-buffer] 2)
  spam-report-url-ping-plain("spam.gmane.org" "/gmane.linux.debian.devel.gnome.general:31905")
  spam-report-url-ping("spam.gmane.org" "/gmane.linux.debian.devel.gnome.general:31905")
  spam-report-gmane-internal(nil 31905)
  spam-report-gmane-spam(31905)
  apply(spam-report-gmane-spam 31905)
  spam-report-gmane-register-routine((31905))
  spam-register-routine(spam spam-use-gmane (31905))
  spam-resolve-registrations-routine()
  spam-summary-prepare-exit()
  run-hooks(gnus-summary-prepare-exit-hook)
  apply(run-hooks gnus-summary-prepare-exit-hook)
  gnus-run-hooks(gnus-summary-prepare-exit-hook)
  gnus-summary-exit()
  call-interactively(gnus-summary-exit nil nil)

Hope this helps,
-- 
Rémi




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Buffer has a running process.  Kill it? (yes/no)
  2010-10-04 19:42         ` Rémi Letot
@ 2010-10-04 19:50           ` Lars Magne Ingebrigtsen
  2010-10-04 20:57             ` Steinar Bang
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-04 19:50 UTC (permalink / raw)
  To: ding

hobbes@poukram.net (Rémi Letot) writes:

> Here comes, and this time with git gnus since I could make it again :-)
>
> Debugger entered--Lisp error: (quit)
>   signal(quit nil)

[...]

>   spam-report-url-ping-plain("spam.gmane.org" "/gmane.linux.debian.devel.gnome.general:31905")

Ok; fixed and pushed.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Buffer has a running process.  Kill it? (yes/no)
  2010-10-04 19:50           ` Lars Magne Ingebrigtsen
@ 2010-10-04 20:57             ` Steinar Bang
  0 siblings, 0 replies; 9+ messages in thread
From: Steinar Bang @ 2010-10-04 20:57 UTC (permalink / raw)
  To: ding

>>>>> Lars Magne Ingebrigtsen <larsi@gnus.org>:

> hobbes@poukram.net (Rémi Letot) writes:
>> Here comes, and this time with git gnus since I could make it again :-)
>> 
>> Debugger entered--Lisp error: (quit)
>> signal(quit nil)

> [...]

>> spam-report-url-ping-plain("spam.gmane.org" "/gmane.linux.debian.devel.gnome.general:31905")

> Ok; fixed and pushed.

Verified fixed.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-10-04 20:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-04 18:25 Buffer has a running process. Kill it? (yes/no) Steinar Bang
2010-10-04 18:28 ` Steinar Bang
2010-10-04 18:49   ` Rémi Letot
2010-10-04 18:53   ` Lars Magne Ingebrigtsen
2010-10-04 19:26     ` Rémi Letot
2010-10-04 19:36       ` Lars Magne Ingebrigtsen
2010-10-04 19:42         ` Rémi Letot
2010-10-04 19:50           ` Lars Magne Ingebrigtsen
2010-10-04 20:57             ` Steinar Bang

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 NNTP newsgroup(s).