Advertisement
Guest User

Greg

a guest
Sep 14th, 2009
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. rm -f themes/*.elc
  2. rm -f *~ *.elc color-theme-autoloads.el
  3. cp color-theme-autoloads.in color-theme-autoloads.el
  4. rm -f color-theme-autoloads.elc
  5. Loading vc-git...
  6. Generating autoloads for color-theme.el...
  7. Generating autoloads for color-theme.el...done
  8. Generating autoloads for themes/color-theme-example.el...
  9. Generating autoloads for themes/color-theme-example.el...done
  10. Generating autoloads for themes/color-theme-library.el...
  11. Generating autoloads for themes/color-theme-library.el...done
  12. Wrote /Users/gharfst/.emacs.d/color-theme/color-theme-autoloads.el
  13. Byte compiling the autoload file color-theme-autoloads.el
  14. Wrote /Users/gharfst/.emacs.d/color-theme/color-theme-autoloads.elc
  15. *******************************************************************
  16. Autoloads up to date. Put the following lines in your configuration
  17. file (~/.emacs for a single user) :
  18.  
  19.  
  20. (require 'color-theme-autoload "color-theme-autoloads")
  21.  
  22.  
  23. In color-theme-install-variables:
  24. color-theme.el:1340:10:Warning: `make-variable-frame-local' is an obsolete
  25. function (as of Emacs 22.2); explicitly check for a frame-parameter
  26. instead.
  27.  
  28. In end of data:
  29. color-theme.el:1669:1:Warning: the following functions are not known to be
  30. defined: color-theme-face-attr-construct, set-face-property,
  31. color-theme-spec-compat
  32. Wrote /Users/gharfst/.emacs.d/color-theme/color-theme.elc
  33.  
  34. In toplevel form:
  35. themes/color-theme-example.el:2:13:Error: Cannot open load file: color-theme
  36. make: *** [themes/color-theme-example.elc] Error 1
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement