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: Converting an Integer into Human Readable String Date: Thu, 07 Apr 2011 21:35:00 +0300 Message-ID: <831v1dvrjf.fsf@gnu.org> References: <4fa1ed35-b35b-4c8d-bfca-d7fae8da913b@glegroupsg2000goo.googlegroups.com> <71350401EC6C46958001611853D0D855@us.oracle.com> <834o6aufdl.fsf@gnu.org> <8F4245F3ABA84D459CF61965581C8F31@us.oracle.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1302201533 7397 80.91.229.12 (7 Apr 2011 18:38:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2011 18:38:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 07 20:38:50 2011 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.69) (envelope-from ) id 1Q7u6S-0003KM-2a for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Apr 2011 20:38:48 +0200 Original-Received: from localhost ([127.0.0.1]:40149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7u6R-0000zi-Cn for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Apr 2011 14:38:47 -0400 Original-Received: from [140.186.70.92] (port=54221 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7u5N-0000pp-Lz for help-gnu-emacs@gnu.org; Thu, 07 Apr 2011 14:37:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7u5M-0000Ee-GJ for help-gnu-emacs@gnu.org; Thu, 07 Apr 2011 14:37:41 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:33018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7u5M-0000EV-9q for help-gnu-emacs@gnu.org; Thu, 07 Apr 2011 14:37:40 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LJA00100OXBB200@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 07 Apr 2011 21:37:02 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.239.68]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LJA000YIP1PYQ40@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 07 Apr 2011 21:37:02 +0300 (IDT) In-reply-to: <8F4245F3ABA84D459CF61965581C8F31@us.oracle.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:80675 Archived-At: > From: "Drew Adams" > Date: Thu, 7 Apr 2011 11:13:07 -0700 > > > > (format-mode-line "%I" 4060) -> "4.6k" > > > > Beware: this has side effects. It doesn't just return a string. > > What side effects? It affects the display. > Where are they documented? In the ELisp manual.