From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: About "set bits" Date: Wed, 10 Apr 2013 18:20:29 +0300 Message-ID: <83k3oa9zuq.fsf@gnu.org> References: <20130410214627.6ca217f53415c0c6d1837edd@gmail.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1365607230 25754 80.91.229.3 (10 Apr 2013 15:20:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Apr 2013 15:20:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 10 17:20:34 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UPwp6-0001Fw-Ka for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Apr 2013 17:20:32 +0200 Original-Received: from localhost ([::1]:40794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPwp6-0005a6-5T for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Apr 2013 11:20:32 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPwou-0005Zn-IL for help-gnu-emacs@gnu.org; Wed, 10 Apr 2013 11:20:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPwop-0003nv-Uz for help-gnu-emacs@gnu.org; Wed, 10 Apr 2013 11:20:20 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:38328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPwop-0003nn-Mw for help-gnu-emacs@gnu.org; Wed, 10 Apr 2013 11:20:15 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0ML100C00P74BH00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 10 Apr 2013 18:20:14 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ML100BJNP9PSAA0@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 10 Apr 2013 18:20:14 +0300 (IDT) In-reply-to: <20130410214627.6ca217f53415c0c6d1837edd@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90061 Archived-At: > Date: Wed, 10 Apr 2013 21:46:27 +0800 > From: Xue Fuqiao > > In (info "(elisp) Bindat Spec"): > > `bits LEN' > List of set bits in LEN bytes. The bytes are taken in big endian > order and the bits are numbered starting with `8 * LEN - 1' and > ending with zero. For example: `bits 2' unpacks `#x28' `#x1c' to > `(2 3 4 11 13)' and `#x1c' `#x28' to `(3 5 10 11 12)'. > > I don't know what "set bits" means here. It means bits that are set, i.e. their value is 1.