From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Rich text in email Date: Wed, 04 Sep 2024 17:40:43 +0300 Message-ID: <867cbr5vo4.fsf@gnu.org> References: <87y147v77e.fsf@gmail.com> <868qw75w3l.fsf@gnu.org> <30788fc9-6841-45ea-802f-d075eec37640@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12025"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: execvy@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 04 16:41:44 2024 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 1slrCZ-0002wq-KG for ged-emacs-devel@m.gmane-mx.org; Wed, 04 Sep 2024 16:41:44 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1slrBg-0001Qp-IK; Wed, 04 Sep 2024 10:40:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1slrBe-0001HL-8D for emacs-devel@gnu.org; Wed, 04 Sep 2024 10:40:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1slrBd-00070L-Va; Wed, 04 Sep 2024 10:40:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=CWGh+9vjL2EFVKoaRGXl7iJ/mlCr7cP0jISR+w64/sA=; b=WRiLJie9t+IqQIgmFT9d P0Vn+wdcIGazCGWRfLLVNjWHbAkVUNmyL3fkLdBZj5iiuFhtmF85aqqmgvaw4rSb62QBvb9R73YZo BsjYpXw8tZM87pRcWne0wRpL7BGZ1SLHJHSKEdr1bouJrWJoIp93FhzrJTxlggtlRki9ym8Xthq/c 7V6JZA21wEwAXxcfzBbv6F80jEb6BhOW/QcXQE49UwF6n0s8rO38GYjSLeJWpX6MohTFwxoSoF5HL 42HpzMBSLW6WhSrEpyW1acx4g7CbXturGbW35ER+uuN6U7tTUDl0nTxpeYYz40sjoOKSa8+qGFi2N pfpITuyQr+khbg==; In-Reply-To: <30788fc9-6841-45ea-802f-d075eec37640@gmail.com> (execvy@gmail.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323364 Archived-At: > Date: Wed, 4 Sep 2024 22:36:54 +0800 > From: execvy@gmail.com > > Thank you, I’ve forwarded the email to bug-gnu-emacs@gnu.org. > > Another question: how do you add rich text to emails? You need a MUA which supports that. One way is to send HTML. Also, Emacs-based MUAs all have syntax highlighting, even for plain text.