From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Barzilay Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r117340: * lisp/calculator.el: Lots of revisions Date: Mon, 23 Jun 2014 01:21:04 -0400 Message-ID: <21415.47424.762368.480060@home.barzilay.org> References: <21409.25893.932208.110667@home.barzilay.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1403500890 23936 80.91.229.3 (23 Jun 2014 05:21:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Jun 2014 05:21:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 23 07:21:24 2014 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 1Wywh1-0006Xn-5w for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2014 07:21:23 +0200 Original-Received: from localhost ([::1]:51211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wywh0-0001V1-Ea for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2014 01:21:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wywgr-0001Uj-G9 for emacs-devel@gnu.org; Mon, 23 Jun 2014 01:21:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wywgl-00063K-DU for emacs-devel@gnu.org; Mon, 23 Jun 2014 01:21:13 -0400 Original-Received: from mail-qa0-f45.google.com ([209.85.216.45]:34867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wywgl-00063A-A4 for emacs-devel@gnu.org; Mon, 23 Jun 2014 01:21:07 -0400 Original-Received: by mail-qa0-f45.google.com with SMTP id v10so5221618qac.32 for ; Sun, 22 Jun 2014 22:21:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to :references; bh=qdJyQBI7GOUdNlNZNLa/f1dq1s4cIKov0w24twvpSR4=; b=VP62+kyhuv2tkWj+xCqF50oOZ14O3Ubj9VoNn/drg6wgToz1QCeF4hu1TDBVfwX388 V+0Gh35o97zvj+l2cjgq7L0Z9diJfA+LSzdlAOkQDMADllOobChaFY0RynqEfWpP2mAD 0oQGytMJur7j3zjTP7GmOzMQ2Sum7LCQIhPaYP4hCROj6xyL44TJL1T89tCoNhgixXvu SSWQDSTev1P5LTne2zbsyjQEYXjl/kzPEekbLBV4GoJM7jlUoSoGfa1lwrUzSDpytpBG dv34yCvgUuLrLEs5M8ZdAZr7023bY1CecUtGQduuBaxx/aXQksCo2/CMRQtrxHKl9ima gCDg== X-Gm-Message-State: ALoCoQnnvQgNCHgfXK6DpMGA8zHWCSQrnBX4w+NJkm/qmTf9F9erV+5oXM5aFyY9QzJNi2e+ZocB X-Received: by 10.224.98.145 with SMTP id q17mr29121814qan.97.1403500866766; Sun, 22 Jun 2014 22:21:06 -0700 (PDT) Original-Received: from home.barzilay.org (c-24-60-254-179.hsd1.ma.comcast.net. [24.60.254.179]) by mx.google.com with ESMTPSA id o14sm10794258qga.25.2014.06.22.22.21.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Jun 2014 22:21:05 -0700 (PDT) In-Reply-To: X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-redhat-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.216.45 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:172641 Archived-At: I ended up hacking `cl-flet' into the `eval'ed code, added the comment about the key translation, fixed the recent bug, and committed this with a changelog entry for the earlier commit too. The only thing I didn't do is add a NEWS entry -- I'm not sure which section of the file to add it to. Should it be in the "Changes in Specialized Modes and Packages in Emacs 24.5" section, as a new "** Calculator" entry between "** Tramp" and "** Obsolete packages"? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life!