all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#72294: 29.2; Emacs --init-directory=... puts user-init-file elsewhere
@ 2024-07-25 16:12 Sean Devlin
  2024-07-25 18:56 ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Sean Devlin @ 2024-07-25 16:12 UTC (permalink / raw)
  To: 72294

Hi folks,

Recipe:

1. emacs --init-directory=/tmp/emacs
2. M-: user-init-file RET

The user-init-file is ~/.emacs, despite the flag to use /tmp/emacs as
the init directory.

Maybe this is intended behavior, but I found it confusing. The manual
says this about the flag:

"Specify the directory to use when looking for the Emacs init files."

I interpreted this to mean all init files, including the user-init-file.

A workaround is to create /tmp/emacs/init.el before starting Emacs:

1. mkdir -p /tmp/emacs
2. touch /tmp/emacs/init.el
3. emacs --init-directory=/tmp/emacs

Thanks!

In GNU Emacs 29.2 (build 1, aarch64-apple-darwin21.6.0, NS
appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2024-01-18 built on
armbob.lan
Windowing system distributor 'Apple'
System Description:  macOS

Configured using:
'configure --with-ns '--enable-locallisppath=/Library/Application
Support/Emacs/${version}/site-lisp:/Library/Application
Support/Emacs/site-lisp' --with-modules 'CFLAGS=-DFD_SETSIZE=10000
-DDARWIN_UNLIMITED_SELECT' --with-x-toolkit=no'

Configured features:
ACL GLIB GMP GNUTLS JPEG JSON LIBXML2 MODULES NOTIFY KQUEUE NS PDUMPER
PNG RSVG SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date subr-x mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
cl-extra cl-print byte-opt gv bytecomp byte-compile thingatpt help-fns
radix-tree help-mode cl-loaddefs cl-lib rmc iso-transl tooltip cconv
eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/ns-win ns-win ucs-normalize mule-util
term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode lisp-mode prog-mode register
page tab-bar menu-bar rfn-eshadow isearch easymenu timer select
scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors
frame minibuffer nadvice seq simple cl-generic indonesian philippine
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure
cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp
files window text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget keymap hashtable-print-readable backquote
threads kqueue cocoa ns multi-tty make-network-process emacs)

Memory information:
((conses 16 53484 8633)
(symbols 48 5930 0)
(strings 32 18349 1801)
(string-bytes 1 515950)
(vectors 16 12602)
(vector-slots 8 182812 16189)
(floats 8 28 22)
(intervals 56 232 1)
(buffers 984 12))





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-07-26 13:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 16:12 bug#72294: 29.2; Emacs --init-directory=... puts user-init-file elsewhere Sean Devlin
2024-07-25 18:56 ` Eli Zaretskii
2024-07-25 19:59   ` Sean Devlin
2024-07-26  6:15     ` Robert Pluim
2024-07-26 10:34       ` Eli Zaretskii
2024-07-26 12:00         ` Robert Pluim
2024-07-26 12:03           ` Eli Zaretskii
2024-07-26 12:14             ` Robert Pluim
2024-07-26 13:48               ` Sean Devlin
2024-07-26 13:51                 ` Robert Pluim
2024-07-26  6:16     ` Eli Zaretskii
2024-07-26 13:49       ` Sean Devlin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.