From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add support for log2. Date: Thu, 20 Jun 2013 16:36:27 +0200 Message-ID: <16334470.rV2cPRDLNg@descartes> References: <1783344.43FasZRPlO@descartes> <3278069.v43fCk5uy9@descartes> <51C31161.7090302@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371739011 25930 80.91.229.3 (20 Jun 2013 14:36:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Jun 2013 14:36:51 +0000 (UTC) Cc: Paul Eggert , Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 20 16:36:51 2013 Return-path: Envelope-to: ged-emacs-devel@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 1Upfyj-0008JI-Vv for ged-emacs-devel@m.gmane.org; Thu, 20 Jun 2013 16:36:50 +0200 Original-Received: from localhost ([::1]:42707 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upfyj-0006Ho-JI for ged-emacs-devel@m.gmane.org; Thu, 20 Jun 2013 10:36:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpfyY-000654-T8 for emacs-devel@gnu.org; Thu, 20 Jun 2013 10:36:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpfyW-0004LU-7h for emacs-devel@gnu.org; Thu, 20 Jun 2013 10:36:38 -0400 Original-Received: from ptmx.org ([178.63.28.110]:60818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpfyV-0004Im-QR for emacs-devel@gnu.org; Thu, 20 Jun 2013 10:36:36 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 8222E217DC; Thu, 20 Jun 2013 16:36:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lWS91cyc+b9J; Thu, 20 Jun 2013 16:36:29 +0200 (CEST) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id 752B321763; Thu, 20 Jun 2013 16:36:28 +0200 (CEST) User-Agent: KMail/4.10.3 (Linux/3.8.0-23-generic; KDE/4.10.3; x86_64; ; ) In-Reply-To: <51C31161.7090302@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160746 Archived-At: On Thursday 20 June 2013 07:27:45 Paul Eggert wrote: > On 06/20/2013 05:56 AM, R=C3=BCdiger Sonderfeld wrote: > > we should consider > > deprecating log10 for the sake of consistency. >=20 > Sounds good. I committed all that, as trunk bzr 113098. Thanks!