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: [PATCH] Really prevent quitting in sensitive contexts Date: Thu, 12 Mar 2020 18:06:08 -0400 Message-ID: References: <20200312020554.194607-1-dancol@dancol.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="68242"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Emacs Development To: Richard Copley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 12 23:06:53 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 1jCVye-000HeZ-HJ for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Mar 2020 23:06:52 +0100 Original-Received: from localhost ([::1]:51040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCVyd-0003Bz-KA for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Mar 2020 18:06:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46647) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCVy2-0002lz-Va for emacs-devel@gnu.org; Thu, 12 Mar 2020 18:06:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCVy1-0002Yh-Kl for emacs-devel@gnu.org; Thu, 12 Mar 2020 18:06:14 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:18029) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jCVy1-0002X7-Ds for emacs-devel@gnu.org; Thu, 12 Mar 2020 18:06:13 -0400 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 411758109E; Thu, 12 Mar 2020 18:06:12 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 9F2CD81051; Thu, 12 Mar 2020 18:06:10 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1584050770; bh=Rqr0KUzK6fifl84Ksz8FwMJUtQ/AZy8Q5cIEdjBaw/E=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=MKd6V2ihBNm+LarHNGGPPORB9w05v0vQIrR+bEwpbKdP4qj5ctMIzZYkJK10bxb7B Xad80c2POeaP5xRMu6S5LXNaPNF5QOtBnDwhXMivNgyFWeDmiGaetl68AbGV/EeKp5 quMiB7alz+caxQlB5CtVHxso8b6HaiKV/93wF/29RN1u89eIukepJUi9BLdmTFkuRd Sm+9wp+Q0qUCdeClRb1tYyTh7etMYtoA8cSNscTJpLGsZ7D1FUqr02DfwSGDLPeWRc TVUmyNb+u+AS0LmLGGLU6NUdXUDibhwQRmc37OC8RMnzmEv//FAPOviGL5AaSapOla aLaPh8FlVAQ0g== Original-Received: from alfajor (unknown [216.154.50.221]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 2B080120769; Thu, 12 Mar 2020 18:06:10 -0400 (EDT) In-Reply-To: (Richard Copley's message of "Thu, 12 Mar 2020 13:31:59 +0000") 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:245494 Archived-At: > Stefan, will you please consider configuring your system to send email > to the lists as plain text? Recently your messages have "Content-type: > text/markdown". Hmm... that's odd... I did that a few months ago but then had to revert it because of the number of broken MUAs out there. Can you forward me one of the recent ones? > My user agent presents their body as an attachment, which > is inconvenient. I'd urge you to report this as the bug that it is (MIME says very clearly that any `text/` that's not specifically supported by the MUA should be rendered as `text/plain`). Stefan