From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 40db29f: * lisp/mail/sendmail.el (mail-from-style): Date: Tue, 03 Jul 2018 11:49:30 -0400 Message-ID: References: <20180703050722.22258.28686@vcs0.savannah.gnu.org> <20180703050723.A3056204E8@vcs0.savannah.gnu.org> <874lhgd56o.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1530633956 4211 195.159.176.226 (3 Jul 2018 16:05:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 3 Jul 2018 16:05:56 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 03 18:05:52 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1faNoO-0000z8-Gw for ged-emacs-devel@m.gmane.org; Tue, 03 Jul 2018 18:05:52 +0200 Original-Received: from localhost ([::1]:41327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1faNqV-0002C7-D3 for ged-emacs-devel@m.gmane.org; Tue, 03 Jul 2018 12:08:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1faNYb-0004It-Hi for emacs-devel@gnu.org; Tue, 03 Jul 2018 11:49:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1faNYa-0006Kl-TU for emacs-devel@gnu.org; Tue, 03 Jul 2018 11:49:33 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1faNYa-0006Kd-PJ for emacs-devel@gnu.org; Tue, 03 Jul 2018 11:49:32 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1faNYZ-0000k7-6X; Tue, 03 Jul 2018 11:49:31 -0400 X-Spook: Lightning Brush fire Burst Shots fired corporate security X-Ran: 8kplR|t%ZY$1x*dhJ{zU5(T@2y"0F_OeN0E'EhR!oi7[k&`3w;UB*p6s]T1[;h/_60wPjg X-Hue: brightmagenta X-Attribution: GM In-Reply-To: <874lhgd56o.fsf@gmail.com> (Robert Pluim's message of "Tue, 03 Jul 2018 11:44:31 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:226910 Archived-At: Robert Pluim wrote: > This raises two questions. Neither question seems related to my change, AFAICS? > From 'emacs -Q', C-h v mail-from-style gives: > > mail-from-style is a variable defined in 'sendmail.el'. > Its value is 'default' > Original value was angles I can't reproduce this. > Also, why does describe-variable only surround the > original value of the variable in quotes? (I guess you mean, why does it not quote the original value?) Perhaps an oversight in 36311ec?