From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Backtrace printing in batch mode ignores all customizations Date: Sun, 26 Jan 2020 22:55:07 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="42188"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Emacs developers To: Paul Pogonyshev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 27 04:55:45 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ivvV2-000AwO-V7 for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Jan 2020 04:55:44 +0100 Original-Received: from localhost ([::1]:39806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivvV2-0006Kw-39 for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Jan 2020 22:55:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40166) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivvUY-0005qr-4M for emacs-devel@gnu.org; Sun, 26 Jan 2020 22:55:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivvUX-0006rc-5I for emacs-devel@gnu.org; Sun, 26 Jan 2020 22:55:14 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:56806) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ivvUW-0006pN-V9 for emacs-devel@gnu.org; Sun, 26 Jan 2020 22:55:13 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id C9CFE440A6A; Sun, 26 Jan 2020 22:55:11 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id D7D10440A62; Sun, 26 Jan 2020 22:55:09 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1580097309; bh=68e0eygqLM+Podk1nf10gaM6ohs3PHVriKuSgyQYPEo=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=T6ZhFjOYBeweWFwE08Vf4oXOQqlYDm5uxeB2zRg2Ei5QM8K8Xrh4pUzNvEASlSmul smierj/bJJa8J6cXLGEA5igR4nDlO3A8pwcinpJYf7AeoaYJ2eG5q4Ccs7tAEIerIv BBeHblHXrGp1JflcvXSybAz3WeerDtNQ5kAlfCo0J1J6M/r49waA26OLgcr8ebWafz q0s9l2gn5/hzWmfUXgiOhQ88+13pwVQz0NbsJ87ez8DZa5wrmwHbMn76mh6Ohy0og/ zxI09xxom3h2TSqHs6tOCy7h3+b2zkSInO+Vf25eYVJr84YtDwEuXGhXvS4f1rPhOU OlaL6zvYKGf3A== Original-Received: from alfajor (unknown [45.72.204.224]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0F9A312047F; Sun, 26 Jan 2020 22:55:09 -0500 (EST) In-Reply-To: (Paul Pogonyshev's message of "Sun, 12 Jan 2020 16:49:39 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244668 Archived-At: > Here is a proposed patch that unifies the two print-backtrace-and-quit > cases (batch mode and the failsafe). Thanks, installed, Stefan