unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: emacs-devel@gnu.org
Subject: easy-menu subtlety
Date: Wed, 20 Feb 2008 08:01:09 -0800	[thread overview]
Message-ID: <200802201601.m1KG19WW029916@sallyv1.ics.uci.edu> (raw)


The last 3 lines of this code sequence in lisp/progmodes/verilog-mode.el:

    ("Move"
     ,(if (featurep 'xemacs)
          (progn 
            ["Beginning of function"            verilog-beg-of-defun t]
            ["End of function"                  verilog-end-of-defun t]
            ["Mark function"                    verilog-mark-defun t])
        ["Beginning of function"                beginning-of-defun t]
        ["End of function"                      end-of-defun t]
        ["Mark function"                        mark-defun t])

work fine on emacs-22.1 (and later), but do not work on emacs-21. 
emacs-21 throws an error when loading this file:
   Wrong type argument: listp, ["Mark function" mark-defun t]

Does anyone know how to rewrite that code so that it works both in
emacs-21 and emacs-22?  It's not obvious to me... 





             reply	other threads:[~2008-02-20 16:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-20 16:01 Dan Nicolaescu [this message]
2008-02-20 16:32 ` easy-menu subtlety Andreas Schwab
2008-02-20 17:20   ` Dan Nicolaescu
2008-02-20 18:02     ` Stefan Monnier
2008-02-20 18:20       ` Dan Nicolaescu
2008-02-20 19:17         ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200802201601.m1KG19WW029916@sallyv1.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).