linux - 通过 linuxbrew 安装 Emacs 时出现 "User xxx has no home directory"错误

标签 linux emacs linuxbrew

在 CentOS 7 上通过 linuxbrew 安装了 emacs。从终端运行“emacs”后,我收到此错误消息:

User xxx has no home directory

有谁知道怎么解决吗?

最佳答案

我在 Red Hat 7.6 上遇到了同样的问题。这似乎是由 expand-file-name 错误地扩展 ~USER 语法引起的。

如上所述here ,解决方案是使用 --user '' 启动 emacs,它应该扩展到正确的主目录。

关于linux - 通过 linuxbrew 安装 Emacs 时出现 "User xxx has no home directory"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42559132/

相关文章:

emacs - 使用 swank/slime 在远程 Lisp 中加载本地文件

linux - 我可以在 Ubuntu 上使用 Homebrew 吗?

linux - 优化嵌入式Linux系统的根文件系统大小

linux - 有没有一种方法可以将bash脚本中的stdout存储到GO中的变量中?

android - 如何创建 APK 但不运行它

emacs - Clojure Hello World - "No such namespace"错误

linux - 收到此错误后如何登录 phpMyAdmin... #2003 无法登录 MySQL 服务器

emacs - 退出 Emacs 时自动停止进程

linux - Linux Brew 卸载后摆脱 bash 登录消息

node.js - 如何在 Ubuntu 上安装 appium?