help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Having Issues With Using 'hallo.el' Example Theme, And Creating A Cu


From: Samuel Banya
Subject: Re: Having Issues With Using 'hallo.el' Example Theme, And Creating A Custom Theme
Date: Sun, 15 May 2022 15:17:24 -0400
User-agent: Cyrus-JMAP/3.7.0-alpha0-591-gfe6c3a2700-fm-20220427.001-gfe6c3a27

Output that you requested:

custom-theme-load-path is a variable defined in ‘custom.el’.

Its value is
("/home/sam/.emacs.d/elpa/gruvbox-theme-20220101.1208/" 
"/home/sam/.emacs.d/elpa/spacemacs-theme-20220430.2248/" custom-theme-directory 
t)

List of directories to search for custom theme files.
When loading custom themes (e.g. in ‘customize-themes’ and
‘load-theme’), Emacs searches for theme files in the specified
order.  Each element in the list should be one of the following:
- the symbol ‘custom-theme-directory’, meaning the value of
  ‘custom-theme-directory’.
- the symbol t, meaning the built-in theme directory (a directory
  named "themes" in ‘data-directory’).
- a directory name (a string).

Each theme file is named THEME-theme.el, where THEME is the theme
name.

This variable is designed for use in lisp code (including
external packages).  For manual user customizations, use
‘custom-theme-directory’ instead.

  Probably introduced at or before Emacs version 24.1.

On Sun, May 15, 2022, at 3:15 PM, Eli Zaretskii wrote:
> > Date: Sun, 15 May 2022 15:01:18 -0400
> > From: "Samuel Banya" <sbanya@fastmail.com>
> > 
> > Here's the debugger output when I attempted to load the theme:
> > Debugger entered--Lisp error: (error "Unable to find theme file for 
> > ‘emacs-morrowind’")
> >   signal(error ("Unable to find theme file for ‘emacs-morrowind’"))
> >   error("Unable to find theme file for `%s'" emacs-morrowind)
> >   load-theme(emacs-morrowind t)
> >   eval((load-theme 'emacs-morrowind t) t)
> >   eval-expression((load-theme 'emacs-morrowind t) nil nil 127)
> >   funcall-interactively(eval-expression (load-theme 'emacs-morrowind t) nil 
> > nil 127)
> >   call-interactively(eval-expression nil nil)
> >   command-execute(eval-expression)
> 
> What version of Emacs is that?
> 
> And what is the value of the variable custom-theme-load-path?
> 
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]