all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Initialization warning with latest emacs snapshot
@ 2013-12-03 21:08 Lele Gaifax
  2013-12-04  5:17 ` Jambunathan K
       [not found] ` <mailman.8053.1386134281.10748.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Lele Gaifax @ 2013-12-03 21:08 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

after an upgrade to latest emacs-snapshot for Debian sid (2:20131201-1)
I got the following warning at emacs start up:

    Warning (initialization): Your `load-path' seems to contain
    your `.emacs.d' directory: /home/lele/.emacs.d/
    This is likely to cause problems...
    Consider using a subdirectory instead, e.g.: /home/lele/.emacs.d/lisp

Effectively my own variation of the emacs-starter-kit init.el contains
the following code:

    ;; Load path etc.

    (setq esk-dotfiles-dir (file-name-directory
                        (or (buffer-file-name) load-file-name))
          esk-autoload-file (concat esk-dotfiles-dir "loaddefs.el")
          package-user-dir (concat esk-dotfiles-dir "elpa")
          esk-custom-file (concat esk-dotfiles-dir "custom")
          esk-system-specific-config (concat esk-dotfiles-dir system-name)
          esk-user-specific-config (concat esk-dotfiles-dir user-login-name)
          esk-user-specific-dir (concat esk-dotfiles-dir user-login-name)
          esk-overrides-dir (concat esk-dotfiles-dir "overrides")
          custom-file (concat esk-user-specific-config ".el"))

    ;; Load up ELPA, the package manager

    (add-to-list 'load-path esk-dotfiles-dir)

so load-path contains the directory /home/lele/.emacs.d/, that contains
my starter-kit-xxx.el files.

Is that warning telling me that I should move all my starter-kit-xxx.el
files into a lisp/ subdirectory and put the latter in the load-path
list?

OOC, what are the alleged problems that my current configuration could
trigger?

Thanks in advance for any clarification,
bye, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it  |                 -- Fortunato Depero, 1929.




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

end of thread, other threads:[~2014-01-28 16:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 21:08 Initialization warning with latest emacs snapshot Lele Gaifax
2013-12-04  5:17 ` Jambunathan K
     [not found] ` <mailman.8053.1386134281.10748.help-gnu-emacs@gnu.org>
2013-12-04  6:42   ` Damien Wyart
2013-12-04  6:52     ` Jambunathan K
     [not found]     ` <mailman.8055.1386139943.10748.help-gnu-emacs@gnu.org>
2014-01-28 10:04       ` biot023
2014-01-28 16:03         ` Eli Zaretskii

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.