From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: octal escapes with rmail [was: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs]] Date: Sat, 09 May 2020 16:30:43 +0300 Message-ID: <83d07dfd6k.fsf@gnu.org> References: <83lfm1fj9v.fsf@gnu.org> <878si12rt5.fsf@igel.home> <83eertfe92.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="124556"; mail-complaints-to="usenet@ciao.gmane.io" Cc: schwab@linux-m68k.org, Emacs-devel@gnu.org To: "Alfred M. Szmidt" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 09 15:31:37 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 1jXPZn-000WJX-OQ for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 15:31:35 +0200 Original-Received: from localhost ([::1]:45594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXPZl-0006mO-Sm for ged-emacs-devel@m.gmane-mx.org; Sat, 09 May 2020 09:31:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48550) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXPZC-00068o-LX for Emacs-devel@gnu.org; Sat, 09 May 2020 09:30:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51999) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXPZB-0001YC-TU; Sat, 09 May 2020 09:30:57 -0400 Original-Received: from [176.228.60.248] (port=2778 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jXPZ7-00087d-Ka; Sat, 09 May 2020 09:30:54 -0400 In-Reply-To: (ams@gnu.org) 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:249427 Archived-At: > From: "Alfred M. Szmidt" > Cc: schwab@linux-m68k.org, Emacs-devel@gnu.org > Date: Sat, 09 May 2020 09:20:27 -0400 > > Another detail, which may or may not be relevant: what is your value > of mail-user-agent? > > mail-user-agent is a variable defined in ‘simple.el’. > Its value is ‘sendmail-user-agent’ Same as mine, thanks.