From: "Drew Adams" <drew.adams@oracle.com>
To: "'Eric James Michael Ritz'" <lobbyjones@gmail.com>,
<gnu-emacs-help@gnu.org>
Subject: RE: Working Around for cl-count
Date: Thu, 29 Nov 2012 09:54:08 -0800 [thread overview]
Message-ID: <8856DC71BF734E32A2DF74AE0BCBC783@us.oracle.com> (raw)
In-Reply-To: <50B78818.7080906@gmail.com>
> Versions of Emacs less than version 24.2 complain about the lack of
> `cl-count`.
In older versions, `cl-count' is called `count'.
Use something like this:
(if (fboundp 'cl-count) #'cl-count #'count)
next prev parent reply other threads:[~2012-11-29 17:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-29 16:06 Working Around for cl-count Eric James Michael Ritz
2012-11-29 17:54 ` Drew Adams [this message]
[not found] ` <mailman.14064.1354211666.855.help-gnu-emacs@gnu.org>
2012-11-29 18:34 ` Stefan Monnier
2012-11-29 18:45 ` Drew Adams
2012-11-29 19:51 ` Dmitry Gutov
2012-11-29 20:47 ` Drew Adams
2012-11-29 21:01 ` Dmitry Gutov
2012-11-30 1:00 ` Stefan Monnier
2012-11-30 1:33 ` Drew Adams
[not found] ` <mailman.14089.1354222890.855.help-gnu-emacs@gnu.org>
2012-12-01 1:20 ` WJ
2012-12-01 3:21 ` Dmitry Gutov
2012-12-01 6:48 ` Drew Adams
[not found] ` <mailman.14221.1354332086.855.help-gnu-emacs@gnu.org>
2012-12-01 7:12 ` Helmut Eller
[not found] ` <mailman.14071.1354214747.855.help-gnu-emacs@gnu.org>
2012-11-29 19:51 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8856DC71BF734E32A2DF74AE0BCBC783@us.oracle.com \
--to=drew.adams@oracle.com \
--cc=gnu-emacs-help@gnu.org \
--cc=lobbyjones@gmail.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.