From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 2HGcD3AGmGCfIAAAgWs5BA (envelope-from ) for ; Sun, 09 May 2021 17:57:36 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QHFXC3AGmGBHBwAA1q6Kng (envelope-from ) for ; Sun, 09 May 2021 15:57:36 +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 aspmx1.migadu.com (Postfix) with ESMTPS id EA8A21B397 for ; Sun, 9 May 2021 17:57:35 +0200 (CEST) Received: from localhost ([::1]:43622 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfloE-0008FT-DJ for larch@yhetil.org; Sun, 09 May 2021 11:57:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49732) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfln5-0006zu-QV for emacs-orgmode@gnu.org; Sun, 09 May 2021 11:56:23 -0400 Received: from mail-pj1-x1030.google.com ([2607:f8b0:4864:20::1030]:46925) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lfln4-0004tm-BT for emacs-orgmode@gnu.org; Sun, 09 May 2021 11:56:23 -0400 Received: by mail-pj1-x1030.google.com with SMTP id fa21-20020a17090af0d5b0290157eb6b590fso8894675pjb.5 for ; Sun, 09 May 2021 08:56:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=HOmQUlhzVgktf7EeO0i/9voMulMKwFpplwu7mCO79PY=; b=lmQnx5uORvp0enzLsA2Oj0l6UIAN2L9clFacunXu0Vk3F++cqsTV6L8tXYxIrjrMMR DDEke3dFSIPRw9k3ZJhu09gwMnHxR6m2CWXaIt6qW2ZlIXjPIH/4GPsz2V7e83G2zgFk zdU+rccKPGDtIMd4TH0Ma/67l2fFJ5BcY29GzrReNcwnFbNIaBK2uh26Nhu8MyYi/EOM IYDE8O1k9PeWEPop0HnmQfjJgG4uSuSqk76mhEHF/BH1wIeoQGZBA1lEzWSzM/2YJESm Q82uiLDMp7WMOYOcsFerTt+hveFUd0giNZQrRA+Metj3+Id3CRfu6Uvgcqfkt6JUpFUB GdZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HOmQUlhzVgktf7EeO0i/9voMulMKwFpplwu7mCO79PY=; b=eSqx8dm/L43iGrq6dp9wF8PIpR/1QU0RmKLW9wZ63Uw2UAsYGDaGmbkFft/5Q9Gbab 8ehBkotR2nRg0vuUkJSkG3qyjncCqJe2ULyQL/ej2RPZoFnwpdg92YfPAeJs8TpBbrqC gddkODNfaNZo35oNxZ2t+iCEkAThrTd+mwKzUioEuBZpMl7k8p7RV6UGH7/VZnrQi571 EKyIyMK/L7+pz2mEhSUA9fLPE3lXiD6RMq1XLFtROzIWVp7/BIYkjaESL0/tS8g9Xf1e b0qnCQ00WWwjDUMNb8KLog+Tulp6LiiQr7dp2+EWJoaui1uHNTkbPWke+v7ZMkpMPL3i vATQ== X-Gm-Message-State: AOAM5322CTuZYGs+pngK8kyuaQQyXwbPn0XjbfA4eE8iRZuy1AqsyU6L EhMBNo7a9rFz+YkX+DN2oI+tkApEemzUig== X-Google-Smtp-Source: ABdhPJyhZrnwqDJoNkY2w2QYCIh11CR5GXYrQSllkuQouPp3Cj6v6DxamlAy4RMNdhY0G10+ozp73A== X-Received: by 2002:a17:90a:e54e:: with SMTP id ei14mr23880363pjb.142.1620575780383; Sun, 09 May 2021 08:56:20 -0700 (PDT) Received: from localhost.localdomain (KD106154103141.au-net.ne.jp. [106.154.103.141]) by smtp.gmail.com with ESMTPSA id b16sm1743994pju.35.2021.05.09.08.56.18 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 May 2021 08:56:20 -0700 (PDT) From: satotake To: emacs-orgmode@gnu.org Subject: Re: org-refile.el: Fix the case of emtpy buffer name Date: Mon, 10 May 2021 00:55:30 +0900 Message-Id: <20210509155531.26615-1-doublequotation@gmail.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210509144712.23387-2-doublequotation@gmail.com> References: <20210509144712.23387-2-doublequotation@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::1030; envelope-from=doublequotation@gmail.com; helo=mail-pj1-x1030.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1620575856; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=HOmQUlhzVgktf7EeO0i/9voMulMKwFpplwu7mCO79PY=; b=EINS0Y2Pr/k/irM9Jp9w+5iq6Y4Gw0KxdRg8ZGzP9w55NSwA3b73fNZBfzb49fSoO6X8MZ KTvCWgzn3ODPoeAqAdJhprNCsEl+e/aVfvtUh9tTveePp2WiB5UD9Jxpj7UYPhVjmCqjdB x2NIyvf/bGVqcmUFr6wRyRax+FYOodrTZLd6mj7M3/xJCIxN0Gvz7wFmnAYPFtziSWhKkQ XueSk4ylbDbC2spxvfFs01Q/vd7bNsSHxqhkYoePGr8Els5dlE4wtLkJRQBk+1hDsKb/54 KIOxYxoFQrqXRXm0/fdD069ineLQVT10Op4gB4L829DrWaQVuHASadN0xh30sA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1620575856; a=rsa-sha256; cv=none; b=OhzkpJ6BFSlCb3khIW3JIG9clPfczQsEPSzEEo3YQkqecLjzsdNwMIipFsUMY22NBpBXrI uKgHIB3jjwaDO0HsyBpX6cFQsNasFlS24m2D/SNeuQQnShwpxXlHzk/x8mMg42UIatO2rp 2f1PGpbj2bYOBDi5f8jEpsTxtyM5xNM7kzOhYwo6m8xcfHKPbhP5fDyXo13WVBELC6978z Q5ipz3CfqGa+89EAJrGLNUhKTdotH6uZkRgQ/Mi7JKuQre97hKtTnocMeMEm2A+jMk3CrM xwebltR9Li2pSEK3kJbub8cG/fNpOY86DEGCSaSCPBBEynRpoZIs5qeKqhSt5A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=lmQnx5uO; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.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-Migadu-Spam-Score: 1.85 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=lmQnx5uO; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.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-Migadu-Queue-Id: EA8A21B397 X-Spam-Score: 1.85 X-Migadu-Scanner: scn0.migadu.com X-TUID: pDnPBjYiCak2 I am very sorry but related tests failed with my previous patch. I fixed it with this additinal patch. Bests, Takehsi SATO