From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: OGAWA Hirofumi Newsgroups: gmane.emacs.devel Subject: Re: The issue with with-temp-buffer (or with-current-buffer) Date: Sat, 16 Dec 2017 05:13:52 +0900 Message-ID: <878te392bj.fsf@mail.parknet.co.jp> References: <87d13f97bd.fsf@mail.parknet.co.jp> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1513368855 15801 195.159.176.226 (15 Dec 2017 20:14:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2017 20:14:15 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 15 21:14:11 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePwMy-0003Dy-IY for ged-emacs-devel@m.gmane.org; Fri, 15 Dec 2017 21:14:08 +0100 Original-Received: from localhost ([::1]:48377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePwMz-0006Ys-Bp for ged-emacs-devel@m.gmane.org; Fri, 15 Dec 2017 15:14:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePwMt-0006Yn-39 for emacs-devel@gnu.org; Fri, 15 Dec 2017 15:14:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePwMo-00080b-4i for emacs-devel@gnu.org; Fri, 15 Dec 2017 15:14:03 -0500 Original-Received: from mail.parknet.co.jp ([210.171.160.6]:52513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePwMn-0007xl-Qx for emacs-devel@gnu.org; Fri, 15 Dec 2017 15:13:58 -0500 Original-Received: from ibmpc.myhome.or.jp (server.parknet.ne.jp [210.171.168.39]) by mail.parknet.co.jp (Postfix) with ESMTP id B9CD9170001 for ; Sat, 16 Dec 2017 05:13:54 +0900 (JST) Original-Received: from devron.myhome.or.jp (root@devron.myhome.or.jp [192.168.0.3]) by ibmpc.myhome.or.jp (8.15.2/8.15.2/Debian-9) with ESMTPS id vBFKDrHp031793 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 16 Dec 2017 05:13:54 +0900 Original-Received: from devron.myhome.or.jp (hirofumi@localhost [127.0.0.1]) by devron.myhome.or.jp (8.15.2/8.15.2/Debian-9) with ESMTPS id vBFKDrxJ013447 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 16 Dec 2017 05:13:53 +0900 Original-Received: (from hirofumi@localhost) by devron.myhome.or.jp (8.15.2/8.15.2/Submit) id vBFKDqDK013446; Sat, 16 Dec 2017 05:13:52 +0900 In-Reply-To: <87d13f97bd.fsf@mail.parknet.co.jp> (OGAWA Hirofumi's message of "Sat, 16 Dec 2017 03:25:58 +0900") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 210.171.160.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:221111 Archived-At: OGAWA Hirofumi writes: > and expected result is > > ---- test-case ---- > 2 > 1 > ------------------- > > But actual result is > > ---- test-case ---- > 1 > 2 > ------------------- Oops, expected and actual result was inverse. and expected result is ---- test-case ---- 1 2 ------------------- But actual result is ---- test-case ---- 2 1 ------------------- -- OGAWA Hirofumi