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

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

Problem loading icicles.el


From: Neal Becker
Subject: Problem loading icicles.el
Date: Tue, 22 May 2007 09:33:43 -0400
User-agent: KNode/0.10.4

I'm trying to use icicles.el with emacs-23.0.0.1, but I get:
Debugger entered--Lisp error: (void-function hexrgb-color-values-to-hex)
  (hexrgb-color-values-to-hex (x-color-values color))
  (setq color (hexrgb-color-values-to-hex (x-color-values color)))
  (if (string-match "#" color) nil (setq color (hexrgb-color-values-to-hex 
...)))
  (unless (string-match "#" color) (setq color (hexrgb-color-values-to-hex 
...)))
  icicle-increment-color-hue("misty rose" 80)
  (icicle-increment-color-saturation (icicle-increment-color-hue context-bg 80) 
10)
  (list (quote :background) (icicle-increment-color-saturation 
(icicle-increment-color-hue context-bg 80) 10))
  (list (quote (...)) (list (quote :background) 
(icicle-increment-color-saturation ... 10)))
  (list (list (quote ...) (list ... ...)) (list t (list ... ...)))
  (\` ((... ...) (t ...)))
  (let ((context-bg ...)) (\` (... ...)))
  (custom-declare-face (quote icicle-search-context-level-1) (let (...) (\` 
...)) "*Face used to highlight level (subgroup match) 1 of your search 
context.\nThis highlighting is done during Icicles searching 
whenever\n`icicle-search-highlight-context-levels-flag' is non-nil and 
the\nsearch context corresponds to the entire regexp." :group (quote 
Icicles-Searching) :group (quote faces))
  (defface icicle-search-context-level-1 (let (...) (\` ...)) "*Face used to 
highlight level (subgroup match) 1 of your search context.\nThis highlighting 
is done during Icicles searching 
whenever\n`icicle-search-highlight-context-levels-flag' is non-nil and 
the\nsearch context corresponds to the entire regexp." :group (quote 
Icicles-Searching) :group (quote faces))
  eval-buffer(#<buffer  *load*<2>> nil "/home/nbecker/emacs/icicles-face.el" 
nil t)  ; Reading at buffer position 16876
  load-with-code-conversion("/home/nbecker/emacs/icicles-face.el" 
"/home/nbecker/emacs/icicles-face.el" nil t)
  require(icicles-face)
  eval-buffer(#<buffer  *load*> nil "/home/nbecker/emacs/icicles.el" nil t)  ; 
Reading at buffer position 462474
  load-with-code-conversion("/home/nbecker/emacs/icicles.el" 
"/home/nbecker/emacs/icicles.el" nil nil)
  load("icicles")
  load-library("icicles")
  call-interactively(load-library)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)






reply via email to

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