Daniele Giglio <gigli...@gmail.com> wrote: > Package: emacs-goodies-el > Version: 33.1 > Severity: minor > > > I get the following error when launching emacs: > > --- > An error has occurred while loading `/home/daniele/.emacs': > > Symbol's function definition is void: color-theme-classic > --- > > This is the code i use > > (require 'color-theme) > (color-theme-classic) > > In particular I've noticed that at start up very few color-theme-* > functions are available: > > --- > Possible completions are: > color-theme-analyze-defun color-theme-compare > color-theme-describe color-theme-initialize > color-theme-install-at-mouse color-theme-install-at-point > color-theme-install-at-point-for-current-frame > color-theme-print color-theme-select > color-theme-submit > --- > > I have to launch manually "color-theme-initialize" in order have the > whole set.
Thanks. I will see if I can get this to work as advertised. Otherwise I will change the documentation to reflect changes. I suspect that adding (require 'color-theme-library) would fix the problem. Alternatively, you can forget editing ~/.emacs and customize the group `color-theme' and then the variable `color-theme-selection' and select a theme, then save the setting. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org