* Installing modus-themes from source @ 2020-12-26 15:39 michael-franzese 2020-12-26 15:58 ` tomas 2020-12-28 10:50 ` Michael Heerdegen 0 siblings, 2 replies; 5+ messages in thread From: michael-franzese @ 2020-12-26 15:39 UTC (permalink / raw) To: Help Gnu Emacs Would like to install modus-themes-1.0.2 from source. The debugger is telling me Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "modus-themes") require(modus-themes) Have done as follows. (defun enable-modus-themes () "Set and enables modus-themes." (add-to-list 'custom-theme-load-path (file-name-as-directory "/home/mich/modus-themes-1.0.2/")) (require 'modus-themes) ; common code (require 'modus-operandi-theme) ; light theme (require 'modus-vivendi-theme) ; dark theme (load-theme 'modus-operandi t) (load-theme 'modus-vivendi t) ) ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Installing modus-themes from source 2020-12-26 15:39 Installing modus-themes from source michael-franzese @ 2020-12-26 15:58 ` tomas 2020-12-28 7:27 ` Michael Heerdegen 2020-12-28 10:50 ` Michael Heerdegen 1 sibling, 1 reply; 5+ messages in thread From: tomas @ 2020-12-26 15:58 UTC (permalink / raw) To: help-gnu-emacs [-- Attachment #1: Type: text/plain, Size: 666 bytes --] On Sat, Dec 26, 2020 at 04:39:36PM +0100, michael-franzese@gmx.com wrote: > > Would like to install modus-themes-1.0.2 from source. > > The debugger is telling me > > Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "modus-themes") > require(modus-themes) That means that Emacs doesn't find an appropriate file (it typically searches for a file called "modus-themes.elc" then of one "modus-themes.el", but the real suffixes are given by the value of (get-load-suffixes).. Most probably you'll have to add the directory where your modus-themes files are to the variable %load-path. Cheers - t [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Installing modus-themes from source 2020-12-26 15:58 ` tomas @ 2020-12-28 7:27 ` Michael Heerdegen 2020-12-28 9:39 ` tomas 0 siblings, 1 reply; 5+ messages in thread From: Michael Heerdegen @ 2020-12-28 7:27 UTC (permalink / raw) To: tomas; +Cc: help-gnu-emacs <tomas@tuxteam.de> writes: > Most probably you'll have to add the directory where your modus-themes > files are to the variable %load-path. If there is any confusion: the variable's correct name is `load-path'. Michael. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Installing modus-themes from source 2020-12-28 7:27 ` Michael Heerdegen @ 2020-12-28 9:39 ` tomas 0 siblings, 0 replies; 5+ messages in thread From: tomas @ 2020-12-28 9:39 UTC (permalink / raw) To: Michael Heerdegen; +Cc: help-gnu-emacs [-- Attachment #1: Type: text/plain, Size: 410 bytes --] On Mon, Dec 28, 2020 at 08:27:21AM +0100, Michael Heerdegen wrote: > <tomas@tuxteam.de> writes: > > > Most probably you'll have to add the directory where your modus-themes > > files are to the variable %load-path. > > If there is any confusion: the variable's correct name is `load-path'. Oops, yes, thanks. Doing Guile and Elisp on the same weekday can be sometimes... funny ;-) Cheers - t [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Installing modus-themes from source 2020-12-26 15:39 Installing modus-themes from source michael-franzese 2020-12-26 15:58 ` tomas @ 2020-12-28 10:50 ` Michael Heerdegen 1 sibling, 0 replies; 5+ messages in thread From: Michael Heerdegen @ 2020-12-28 10:50 UTC (permalink / raw) To: michael-franzese; +Cc: Help Gnu Emacs michael-franzese@gmx.com writes: > Would like to install modus-themes-1.0.2 from source. > > The debugger is telling me > > Debugger entered--Lisp error: (file-missing "Cannot open load file" [...]) > require(modus-themes) I also wonder if an explicit `require' is needed at all. You might want to ask the author for a more complete installation recipe. Regards, Michael. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-12-28 10:50 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-12-26 15:39 Installing modus-themes from source michael-franzese 2020-12-26 15:58 ` tomas 2020-12-28 7:27 ` Michael Heerdegen 2020-12-28 9:39 ` tomas 2020-12-28 10:50 ` Michael Heerdegen
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.