all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Göktuğ Kayaalp" <self@gkayaalp.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 33629@debbugs.gnu.org
Subject: bug#33629: 27.0.50; Emacs built --without-threads signals (void-function thread-name) when `save-buffers-kill-terminal'
Date: Thu, 06 Dec 2018 16:57:21 +0300	[thread overview]
Message-ID: <ygma7li92ri.fsf@gkayaalp.com> (raw)
In-Reply-To: <837egn96mo.fsf@gnu.org> (message from Eli Zaretskii on Wed, 05 Dec 2018 20:21:35 +0200)

On 2018-12-05 20:21 +02, Eli Zaretskii <eliz@gnu.org> wrote:
> Does the patch below fix the problem?

Yes, thank you!

> diff --git a/lisp/simple.el b/lisp/simple.el
> index e192238..db59b9f 100644
> --- a/lisp/simple.el
> +++ b/lisp/simple.el
> @@ -4006,7 +4006,9 @@ list-processes--refresh
>  		  (tty (or (process-tty-name p) "--"))
>  		  (thread
>                     (cond
> -                    ((null (process-thread p)) "--")
> +                    ((or
> +                      (null (process-thread p))
> +                      (not (fboundp 'thread-name))) "--")
>                      ((eq (process-thread p) main-thread) "Main")
>                      ((thread-name (process-thread p)))))
>  		  (cmd


-- 
İ. Göktuğ Kayaalp	<https://www.gkayaalp.com/>
			 024C 30DD 597D 142B 49AC
			 40EB 465C D949 B101 2427





  reply	other threads:[~2018-12-06 13:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 15:37 bug#33629: 27.0.50; Emacs built --without-threads signals (void-function thread-name) when `save-buffers-kill-terminal' İ. Göktuğ Kayaalp
2018-12-05 18:21 ` Eli Zaretskii
2018-12-06 13:57   ` Göktuğ Kayaalp [this message]
2018-12-06 17:37     ` Eli Zaretskii

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=ygma7li92ri.fsf@gkayaalp.com \
    --to=self@gkayaalp.com \
    --cc=33629@debbugs.gnu.org \
    --cc=eliz@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 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.