From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Mattie Newsgroups: gmane.emacs.help Subject: is there an existing negate function ? Date: Mon, 9 Mar 2009 16:38:40 -0700 Message-ID: <20090309233840.GA8194@reforged> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" X-Trace: ger.gmane.org 1236643141 10156 80.91.229.12 (9 Mar 2009 23:59:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Mar 2009 23:59:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 10 01:00:18 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LgpOH-0007fq-31 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Mar 2009 01:00:13 +0100 Original-Received: from localhost ([127.0.0.1]:42965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgpMv-0005ge-Qb for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Mar 2009 19:58:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lgp3X-0003h2-4q for help-gnu-emacs@gnu.org; Mon, 09 Mar 2009 19:38:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lgp3V-0003f0-Bk for help-gnu-emacs@gnu.org; Mon, 09 Mar 2009 19:38:46 -0400 Original-Received: from [199.232.76.173] (port=40357 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lgp3V-0003er-3O for help-gnu-emacs@gnu.org; Mon, 09 Mar 2009 19:38:45 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.181]:9963) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lgp3U-0002W6-Jv for help-gnu-emacs@gnu.org; Mon, 09 Mar 2009 19:38:44 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k17so989753waf.26 for ; Mon, 09 Mar 2009 16:38:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=wKqHR2HBcuJwfoFE7Tsl/PgJ1sgaRlc3yfSrd3JJmMc=; b=NqH0mTKjR5l+VMhi7tpQFJRX0IlmodFCJVDMCou72tpZK8blHiWQKcf/6a1JsFClIT dOxmubVRPNlmSjkml6xSmnb8HMIOTfS/sQY1UmEntuXopumK+u6N3fVMPlAKvVE7xJZO +vYtEsPGAnKxRCcEaXanc0oM/5jbMqyt+PJLw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=Q1NeeWb7TmmD+TiX7WeB8jhoo4KooElIj8/X40N5yg5Tdkmw3t0sKmwhGYs9D3POd1 FZXCYiReNpSgl+dYYLWcayvvMauG52WvJEcdJUr3LpViuRS0FmfZL+krLw0QSpthD7gW fDIBlWa5dInbiYpF2m9Ne2q1QS6tF1OL4Z0R8= Original-Received: by 10.115.19.16 with SMTP id w16mr3845490wai.51.1236641923024; Mon, 09 Mar 2009 16:38:43 -0700 (PDT) Original-Received: from @ (c66-235-1-45.sea2.cablespeed.com [66.235.1.45]) by mx.google.com with ESMTPS id l37sm253398waf.38.2009.03.09.16.38.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Mar 2009 16:38:42 -0700 (PDT) Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62796 Archived-At: --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable is there an existing negate function ? something like this that I have no found ? (defun negate ( value ) "negate VALUE Invert the boolean sense of VALUE 0 -> 1 1 -> 0 " (if value nil t)) --=20 GnuPG Key: B9012279 is available from HKP server pgp.mit.edu --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAkm1qIAACgkQdfRchrkBInnT3ACgkHqDM91/HzAfl6mpDPj5I62W gXAAoOEKiYF0RGSjh0Nb5rRq8OXG1/kb =vPbd -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh--