Xemacs Problem

Timothy A Zitzer tzitzer at usgs.gov
Mon Aug 6 10:49:35 EDT 2007


Thanks for your response.  I removed the quotation and received the 
message:  "Symbol's function definition is void:  gold-binding"

Is gold-binding not the right definition?

Thanks again for your time,

-Tim



"Stephen J. Turnbull" <stephen at xemacs.org> 
08/04/2007 02:24 AM

To
Timothy A Zitzer <tzitzer at usgs.gov>
cc
xemacs-beta at xemacs.org
Subject
Xemacs Problem






Timothy A Zitzer writes:

 > (if default
 > (define-key 'edt-default-global-map 'f12 gold-binding)
 > (define-key 'edt-user-gold-map 'f12 gold-binding))

The *-maps are *variables*.  Try removing the quotation so that they
can be evaluated:

(if default
    (define-key edt-default-global-map 'f12 gold-binding)
  (define-key edt-user-gold-map 'f12 gold-binding))

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xemacs.org/pipermail/xemacs-beta/attachments/20070806/3f9a91c9/attachment.htm


More information about the XEmacs-Beta mailing list