From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Jude DaShiell Newsgroups: gmane.emacs.help Subject: Re: emacs 26.3 strange error Date: Wed, 29 Apr 2020 10:03:01 -0400 Message-ID: References: <87r1w7z6yp.fsf@ebih.ebihd> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="48961"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org, Emanuel Berg To: Robert Pluim Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 29 16:13:23 2020 Return-path: Envelope-to: geh-help-gnu-emacs@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 1jTnSl-000CfG-T0 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 29 Apr 2020 16:13:23 +0200 Original-Received: from localhost ([::1]:45098 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTnSk-0005vp-S2 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 29 Apr 2020 10:13:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42946) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTnIl-0005R2-8I for help-gnu-emacs@gnu.org; Wed, 29 Apr 2020 10:03:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTnIk-0005fo-Lc for help-gnu-emacs@gnu.org; Wed, 29 Apr 2020 10:03:02 -0400 Original-Received: from mailbackend.panix.com ([166.84.1.89]:45517) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTnIk-0005fh-7t for help-gnu-emacs@gnu.org; Wed, 29 Apr 2020 10:03:02 -0400 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 49C0b942MXz1h9W; Wed, 29 Apr 2020 10:03:01 -0400 (EDT) Original-Received: by panix1.panix.com (Postfix, from userid 20712) id 49C0b93dr7zcbc; Wed, 29 Apr 2020 10:03:01 -0400 (EDT) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 49C0b93Wy7zcbV; Wed, 29 Apr 2020 10:03:01 -0400 (EDT) In-Reply-To: Received-SPF: pass client-ip=166.84.1.89; envelope-from=jdashiel@panix.com; helo=mailbackend.panix.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/29 10:03:01 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Received-From: 166.84.1.89 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122973 Archived-At: env|grep jdashiel returns: LOGNAME=jdashiel I set that variable to support foldingathome-beta for this covid-19 research. On Wed, 29 Apr 2020, Robert Pluim wrote: > Date: Wed, 29 Apr 2020 04:20:36 > From: Robert Pluim > To: Jude DaShiell > Cc: help-gnu-emacs@gnu.org, Emanuel Berg > Subject: Re: emacs 26.3 strange error > > What does > > env|grep jdashiel > > give? That message comes from when emacs attempts to determine your > login name, which can depend on various environment variables. > > Robert > > --