* How to install save-history.el in my home directory @ 2005-10-24 13:26 Helfer Thomas 2005-10-24 13:56 ` Peter Dyballa 2005-10-24 14:20 ` Peter Dyballa 0 siblings, 2 replies; 3+ messages in thread From: Helfer Thomas @ 2005-10-24 13:26 UTC (permalink / raw) Hello, I am trying to install the file save-history.el in the directory ~/.emacs.d/ I have updated my .emacs.el like this : (add-to-list 'load-path "~/.emacs.d/") (require 'save-history) This doesn't seem to work, emacs tells me that save-history doesn't exist. Can someone explain me what I have done wrong ? Thank you. Helfer Thomas ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to install save-history.el in my home directory 2005-10-24 13:26 How to install save-history.el in my home directory Helfer Thomas @ 2005-10-24 13:56 ` Peter Dyballa 2005-10-24 14:20 ` Peter Dyballa 1 sibling, 0 replies; 3+ messages in thread From: Peter Dyballa @ 2005-10-24 13:56 UTC (permalink / raw) Cc: help-gnu-emacs Am 24.10.2005 um 15:26 schrieb Helfer Thomas: > (add-to-list 'load-path "~/.emacs.d/") > Could you try: (add-to-list 'load-path (expand-file-name "~/.emacs.d/"))? -- Mit friedvollen Grüßen Pete <\ \__ O __O | O\ _\\/\-% _`\<, '()-'-(_)--(_) (_)/(_) ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to install save-history.el in my home directory 2005-10-24 13:26 How to install save-history.el in my home directory Helfer Thomas 2005-10-24 13:56 ` Peter Dyballa @ 2005-10-24 14:20 ` Peter Dyballa 1 sibling, 0 replies; 3+ messages in thread From: Peter Dyballa @ 2005-10-24 14:20 UTC (permalink / raw) Cc: help-gnu-emacs Am 24.10.2005 um 15:26 schrieb Helfer Thomas: > (require 'save-history) > You have require here, save-history.el should then have a provide statement. Does it work interactively to M-x load-library <RET> save-history <RET>? If this succeeds then load-path is correct. Remember: you can mark a region and invoke evaluate-region on it to extend load-path. And you can check load-path's value too (C-h v with cursor on it). And there's the *Messages* buffer too, but I think you already discovered it ... -- Greetings Pete Without vi there is only GNU Emacs ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-24 14:20 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-10-24 13:26 How to install save-history.el in my home directory Helfer Thomas 2005-10-24 13:56 ` Peter Dyballa 2005-10-24 14:20 ` Peter Dyballa
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.