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: Tue, 28 Apr 2020 19:52:10 -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="63568"; mail-complaints-to="usenet@ciao.gmane.io" To: Emanuel Berg , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 29 01:52:52 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 1jTa1z-000GQp-D2 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 29 Apr 2020 01:52:51 +0200 Original-Received: from localhost ([::1]:44652 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTa1y-0007GS-Fh for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 28 Apr 2020 19:52:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35544) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTa1N-0007G8-7p for help-gnu-emacs@gnu.org; Tue, 28 Apr 2020 19:52:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTa1M-0000Zz-7c for help-gnu-emacs@gnu.org; Tue, 28 Apr 2020 19:52:13 -0400 Original-Received: from mailbackend.panix.com ([166.84.1.89]:52816) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTa1L-0000Pq-Qn for help-gnu-emacs@gnu.org; Tue, 28 Apr 2020 19:52:11 -0400 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 49BdjR01PJzsQR; Tue, 28 Apr 2020 19:52:10 -0400 (EDT) Original-Received: by panix1.panix.com (Postfix, from userid 20712) id 49BdjQ5nM5zcbc; Tue, 28 Apr 2020 19:52:10 -0400 (EDT) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 49BdjQ54HvzcbW; Tue, 28 Apr 2020 19:52:10 -0400 (EDT) In-Reply-To: <87r1w7z6yp.fsf@ebih.ebihd> 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/28 19:52:11 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:122971 Archived-At: Script started on 2020-04-28 19:48:03-04:00 [TERM="linux" TTY="/dev/tty1" COLUMNS="200" LINES="56"] [jude@taf ~]$ emacs .emacs [?25h[?8c[?25h[?0c [?25h[?8c[?25l[?1cFile Edit Options Buffers Tools Help   |Error (initialization): User jdashiel has no home directory | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -UUU:----F1 *scratch*  All L1 (Fundamental) ----------------------------------------------|-UUU:%*--F1 *Warnings*  All L2 (Special) --------------------------------------------------- [?25h[?0c[?25h[?8c[?25l[?1cFor information about GNU Emacs and the GNU system, type C-h C-a. [?25h[?0c[?25h[?8c[?25l[?1cFor information about GNU Emacs and the GNU system, type C-h C-a.File Edit Options Buffers Tools Emacs-Lisp Help   |Error (initialization): User jdashiel has no home directory ;; Added by Package.el. This must come before configurations of | ;; installed packages. Don't delete this line. If you don't want it, | ;; just comment it out by adding a semicolon to the start of the line. | ;; You may delete these explanatory comments. | (package-initialize) | | (setq package-archives | '(( "gnu elpa" . "https://elpa.gnu.org/packages/") | ( "melpa" . "https://melpa.org/packages/" ))) | (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") | (setq inhibit-splash-screen t) | ;; Show keystrokes | (setq echo-keystrokes 0.02) | ;; loose hourglass for text terminals without mouse | (setq display-hourglass nil) | ;; optional keyboard short-cut | (global-set-key "\C-xm" 'browse-url-at-point) | (setq fill-column 72) | (setq use-dialog-box nil) | (setq delete-old-versions t) | (add-hook 'message-mode-hook 'turn-on-orgtbl) | (setq org-table-use-standard-references t) | (setq-default display-line-numbers 'relative) | (setq gnus-interactive-catchup nil) | (setq imap-ssl-program "openssl s_client -tls1 -connect %s:%p") | (setq gnus-select-method '(nnimap "gmail.com" | (nnimap-address "dashielljude@gmail.com") | (nnimap-stream ssl))) | (setq gnus-read-active-file 'some) | (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) | (setq gnus-summary-thread-gathering-function | 'gnus-gather-threads-by-subject) | (setq gnus-thread-hide-subtree t) | (setq gnus-thread-ignore-subject t) | | | | | | | | | | | | | | | | | | | -UU-:----F1 .emacs  All L1 (Emacs-Lisp ElDoc) -----------------------------------------|-UUU:%*--F1 *Warnings*  All L2 (Special) --------------------------------------------------- [?25h[?0c[?25h[?8c[?25l[?1c(No changes need to be saved) [?25h[?0c[?25h[?8c[?25l[?1c(No changes need to be saved) [?25h[?0c[?25h[?8c[?25h[?0c[jude@taf ~]$ exit exit Script done on 2020-04-28 19:49:28-04:00 [COMMAND_EXIT_CODE="0"] This happens with any file opened by emacs 26.3 given my current configuration. On Tue, 28 Apr 2020, Emanuel Berg via Users list for the GNU Emacs text editor wrote: > Date: Tue, 28 Apr 2020 16:33:02 > From: Emanuel Berg via Users list for the GNU Emacs text editor > > Reply-To: Emanuel Berg > To: help-gnu-emacs@gnu.org > Subject: Re: emacs 26.3 strange error > > Jude DaShiell wrote: > > > On archlinux, I'm in my home directory and edit > > a file with emacs. At the top of the screen I read > > error jdashiel has no home directory. My username on > > the local computer where this file is being edited is > > jude however my gnus set up has jdashiel in it since > > the username on where I get most email from and > > newsgroups reading has jdashiel as its username. > > How should this error be cleared properly? > > Well, what exactly does the error message say and > where/when does it come? > > Sounds like a configuration error tho... > > --