From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WLdVLIZnjV6tbwAA0tVLHw (envelope-from ) for ; Wed, 08 Apr 2020 05:56:22 +0000 Received: from aspmx2.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id GAYbF4dnjV5YAgAAbx9fmQ (envelope-from ) for ; Wed, 08 Apr 2020 05:56:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx2.migadu.com (Postfix) with ESMTPS id D2AD868A501 for ; Wed, 8 Apr 2020 05:34:32 +0000 (UTC) Received: from localhost ([::1]:56194 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jM3M8-0007VU-6A for larch@yhetil.org; Wed, 08 Apr 2020 01:34:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55102) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jM3Lb-0007VN-O8 for emacs-orgmode@gnu.org; Wed, 08 Apr 2020 01:34:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jM3La-00063l-LV for emacs-orgmode@gnu.org; Wed, 08 Apr 2020 01:33:59 -0400 Received: from mail-pf1-x429.google.com ([2607:f8b0:4864:20::429]:39331) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jM3LZ-00061o-5u; Wed, 08 Apr 2020 01:33:57 -0400 Received: by mail-pf1-x429.google.com with SMTP id k15so1900934pfh.6; Tue, 07 Apr 2020 22:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=mWL2dJTnWI+K+MmQDW1L435m01A38Q3NFTCqXlaHmLw=; b=O29maQkprQvVPRATq7XZuxy/yHTd/jR0WutS/lYE5JbQBAQyqDuBIFgacflPq2IGAS gq+byM08EbSQvhNixNPHBkiEl8fcZBqXeHCxHrq6xgVpAhKCdeViCv5eoOF1MThl+IZA aFPOfFtK/SvCbz3xtjrcQw20DvtgGeV8v0g3+LTR/EfgN80dz61MzPAkPlF+/DsQaWjI 3/vLb6VMPYXlTBDYPko8YyVEu3wWr/WB/JH2Pg8JwckeEw3vZj3hAx/dqc3i8/LKL3L2 r0JS9lcfYw7O+RYYtt+UGiLTpNWM0QD/WvG54WrCJY/EAt/hsYeK6mJ/V86V/+F2lAEY 6r3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=mWL2dJTnWI+K+MmQDW1L435m01A38Q3NFTCqXlaHmLw=; b=JY2BXFsddTHNath6fqNWl6laSyL0bknGO2M0V7O1DyL4DpnoAk5JeNG/QXbDT/g3/+ 5s/0hwqDrXqNPYrvrjQSvaktsRtGIbubEbBF2j3crcQCcLOmebPb9bMRPDOKoTtMOBx9 Lx6zdbkV0M2gbQCiYcehA7sq7eJDob4q6ZX0fdo11b16KIecu8uylK/5pZDIohbIwXvw CmpT5djLowTegi/e8NP+9rDw3sEl5FzDf7Tt74lCMXiQjDykxUI982YE0FVxPb88ErIS 4SU+DC/A3ixXRwndFuJteD4cmn+V+A42KPVJjiIlqrU7uDtyW1jmQnfjo+AOnUqTEjKE N07g== X-Gm-Message-State: AGi0Pub52hw0NfFMy2lx1uM6hd4PXhWG95avzGZ+UeyplwcbREgA3apo cYixFm5iSWHp9Jd9RI2Amn0e0Nabuu+HZQ== X-Google-Smtp-Source: APiQypL7fmVJGivRyukr6MuTlK71R/76zDNeN1YuyHaRz02qpqilSV/zrtwdBgfuzl3OVaNmmrO9Dg== X-Received: by 2002:a63:cc03:: with SMTP id x3mr5554600pgf.28.1586324035770; Tue, 07 Apr 2020 22:33:55 -0700 (PDT) Received: from localhost ([101.99.64.65]) by smtp.gmail.com with ESMTPSA id a19sm15621173pfk.110.2020.04.07.22.33.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Apr 2020 22:33:55 -0700 (PDT) From: Ihor Radchenko To: Bastien Subject: Re: Bug: org-babel-execute:emacs-lisp does not allow changing window configuration from within code block [9.3 (release_9.3 @ /home/yantar92/.emacs.d/straight/build/org/)] In-Reply-To: <87sgjpa1ho.fsf@gnu.org> References: <87tv5vt545.fsf@gmail.com> <87sgjpa1ho.fsf@gnu.org> Date: Wed, 08 Apr 2020 13:30:13 +0800 Message-ID: <87a73mmtne.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::429 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=default; t=1586324073; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=mWL2dJTnWI+K+MmQDW1L435m01A38Q3NFTCqXlaHmLw=; b=SMr1al7TZfwT0w+x+Tjn2aB+OJxbWV05Xw/EKwXVEF7sOPuAKCwAPegiGgbtP+GeRX9m1D LoSML3t4gXS448ph4AUFWK64tIVzXQitD/887UUo3fm+24ZhKQUf5iNWdjnHfyPUBy07yi nOY8QFSObSXsfdaVUdcA1n0HqcRP3wY= ARC-Seal: i=1; s=default; d=yhetil.org; t=1586324073; a=rsa-sha256; cv=none; b=WcA1dtigtjvuBjspjLs0Q04Al9GWCXHP2TubtRCzsqjm4liHQ3Lyl3sNp4P+QUIZJ38Pvx 1Xfj/96p06LuOw192AoOW2qhzpk0KeTIcgmJi3EhVMH91Q237SwQ+Zmjnoobo+uzmcUTqV /HqucxjF2ZVTRN5WG1K4H/WdxxBpfbg= ARC-Authentication-Results: i=1; aspmx2.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=O29maQkp; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx2.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Scanner: scn0 X-Spam-Score: -1.21 Authentication-Results: aspmx2.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=O29maQkp; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx2.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Scan-Result: default: False [-1.21 / 13.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; GENERIC_REPUTATION(0.00)[-0.58232835895341]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.51.188.0/24:c]; FREEMAIL_FROM(0.00)[gmail.com]; ARC_SIGNED(0.00)[i=1]; IP_REPUTATION_HAM(0.00)[asn: 22989(0.32), country: US(-0.01), ip: 209.51.188.17(-0.58)]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MX_GOOD(-0.50)[cached: eggs.gnu.org]; MAILLIST(-0.20)[mailman]; FORGED_RECIPIENTS_MAILLIST(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:22989, ipnet:209.51.188.0/24, country:US]; TAGGED_FROM(0.00)[larch=yhetil.org]; FROM_NEQ_ENVFROM(0.00)[yantar92@gmail.com,emacs-orgmode-bounces@gnu.org]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; HAS_LIST_UNSUB(-0.01)[]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_COUNT_SEVEN(0.00)[7]; FORGED_SENDER_MAILLIST(0.00)[] X-TUID: H8hy4Pzco4kg Hi, I still can reproduce the bug, following the recipe. Org mode version 9.3.6 (release_9.3.6-441-gba6855 @ /home/yantar92/.emacs.d/straight/build/org/) Best, Ihor Bastien writes: > Hi Ihor, > > this is fixed in maint now, thanks! > > -- > Bastien -- Ihor Radchenko, PhD, Center for Advancing Materials Performance from the Nanoscale (CAMP-nano) State Key Laboratory for Mechanical Behavior of Materials, Xi'an Jiaotong University, Xi'an, China Email: yantar92@gmail.com, ihor_radchenko@alumni.sutd.edu.sg