all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Globe Trotter <itsme_410@yahoo.com>
To: Help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: help: how to load existing file after upgrading to Emacs 29.1 from 28.3, or save it without prompt
Date: Tue, 14 Nov 2023 13:00:55 +0000 (UTC)	[thread overview]
Message-ID: <1410854454.3425818.1699966855797@mail.yahoo.com> (raw)
In-Reply-To: <2043704325.3413213.1699966770466@mail.yahoo.com>


On Tuesday, November 14, 2023 at 02:27:36 AM CST, Manuel Giraud via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote: 

> Thanks! I was not aware of all this.
>
> Other than the .emacs and .emacs.d files, it apears that the only
> relevant init files I have are:
>
> /usr/share/emacs/site-lisp/site-start.el


Taking the heavy-handed step of removing this file "solves" my problem in that I can load the file.

This is the file, btw:


;;; loaded before user's ".emacs" file and default.el

;; load *.el and *.elc in /usr/share/emacs/site-lisp/site-start.d on startup
(mapc
 'load
 (delete-dups
  (mapcar 'file-name-sans-extension
          (directory-files
           "/usr/share/emacs/site-lisp/site-start.d" t "\\.elc?\\'"))))
(setq source-directory "/usr/share/emacs/29.1/")



The above file is, however also there in 28.3 (with the appropriate version).



>
> /usr/share/emacs/site-lisp/default.el
>
> Both are system files dated Apr 13 2023.


Thanks for all your help!



  parent reply	other threads:[~2023-11-14 13:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1741095947.686890.1699803039311.ref@mail.yahoo.com>
2023-11-12 15:30 ` help: how to load existing file after upgrading to Emacs 29.1 from 28.3, or save it without prompt Globe Trotter
2023-11-12 16:44   ` Manuel Giraud via Users list for the GNU Emacs text editor
2023-11-12 16:44   ` Eli Zaretskii
     [not found]     ` <878765838.2608508.1699810245902@mail.yahoo.com>
2023-11-12 17:39       ` Globe Trotter
2023-11-12 18:05         ` Globe Trotter
2023-11-12 18:22         ` Manuel Giraud via Users list for the GNU Emacs text editor
2023-11-12 18:32           ` Globe Trotter
2023-11-12 18:47             ` Manuel Giraud via Users list for the GNU Emacs text editor
2023-11-12 21:07               ` Globe Trotter
2023-11-13  9:57                 ` Manuel Giraud via Users list for the GNU Emacs text editor
2023-11-13 12:39                   ` Globe Trotter
2023-11-13 17:15                     ` Manuel Giraud via Users list for the GNU Emacs text editor
2023-11-13 22:10                       ` Globe Trotter
2023-11-14  8:26                         ` Manuel Giraud via Users list for the GNU Emacs text editor
     [not found]                           ` <2043704325.3413213.1699966770466@mail.yahoo.com>
2023-11-14 13:00                             ` Globe Trotter [this message]
2023-11-14 13:19                               ` Manuel Giraud via Users list for the GNU Emacs text editor
2023-11-14 14:10                                 ` Globe Trotter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1410854454.3425818.1699966855797@mail.yahoo.com \
    --to=itsme_410@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.