>>>>"Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje> Yikes! Disgusting. I think it's a bug with the printing process. We
Hrvoje> never did quite solve the problems with printer.
Another custom bug (probably related):
(defcustom cw-choice-alist '(("1" . car) ("2" . "2"))
"test"
:type '(repeat (cons :value ("a" . "z") regexp (choice string
function))))
After button2 on [INS], I get
-- note function ("z") instead correct String z
Cw Choice Alist: *
[INS] [DEL] Cons-cell:
Regexp: 1
Choice: [Value Menu] Function: car
[INS] [DEL] Cons-cell:
Regexp: 2
Choice: [Value Menu] String: 2
[INS] [DEL] Cons-cell:
Regexp: a
Choice: [Value Menu] Function: ("z")
[INS]
- Christoph
BTW, is this XEmacs specific, is Per reading this list or should I email
him?