all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jeffw_00@kwcpa.com (Jeff W)
Subject: Re: function BUG - workaround in 20.4, none in 21.3, help!
Date: 12 Feb 2003 07:33:20 -0800	[thread overview]
Message-ID: <501727be.0302120733.2703cc3b@posting.google.com> (raw)
In-Reply-To: 501727be.0302111519.381f028c@posting.google.com

jeffw_00@kwcpa.com (Jeff W) wrote in message news:<501727be.0302111519.381f028c@posting.google.com>...
> Hi - in 20.4, the function edt-bind-gold-key is defined as
> 
> (edt-bind-gold-key KEY GOLD-BINDING &optional DEFAULT)
> 
> If you use the optional argument and define it as true.  This works. 
> However, in 21.3, the function was redefined without the optional
> argument.  That's ok, except that when you use this function in EITHER
> 20.4 or 21.3 with only 3 arguments, it fails with the message
> 
> Error in init file: Wrong type argument: keymapp, edt-user-gold-map. 
> (same error in both versions).

The command usage looks like:

(edit-bind-gold-key  "q"  `edt-quit t)<- works on 20.4 - 20.7, illegal in 21.3

(edit-bind-gold-key  "q"  `edt-quit)<- fails in all versions, required form in 21.3

> Anyone know how I can make this work?  We're moving to 21.3 sitewide
> (Linux) and if I can't fix this I'm hosed.
> 
> Thanks!
> /j

      reply	other threads:[~2003-02-12 15:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-11 23:19 function BUG - workaround in 20.4, none in 21.3, help! Jeff W
2003-02-12 15:33 ` Jeff W [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=501727be.0302120733.2703cc3b@posting.google.com \
    --to=jeffw_00@kwcpa.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.