From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id GCRoMyKHjWD0sAAAgWs5BA (envelope-from ) for ; Sat, 01 May 2021 18:51:46 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id UPYWLyKHjWAtAQAAB5/wlQ (envelope-from ) for ; Sat, 01 May 2021 16:51:46 +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 39E691547B for ; Sat, 1 May 2021 18:51:46 +0200 (CEST) Received: from localhost ([::1]:44166 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcsqH-0006eM-8K for larch@yhetil.org; Sat, 01 May 2021 12:51:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcspR-0006eD-NA for emacs-orgmode@gnu.org; Sat, 01 May 2021 12:50:53 -0400 Received: from mail-pl1-x636.google.com ([2607:f8b0:4864:20::636]:37433) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lcspQ-00051R-5Y; Sat, 01 May 2021 12:50:53 -0400 Received: by mail-pl1-x636.google.com with SMTP id h20so591801plr.4; Sat, 01 May 2021 09:50:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=X5ro8gh4+h4xpFWeFUr0Koo8idRKLGfdh89koAH07dY=; b=qz7k3wfFK9rCf8rzN/Fn6cwWIVyByS51Kw99VwJL7bYx8yt3+0ld6pGvUrkeO2dqKE 3B0rmd1E/9n1dpJG7dPj7IF3zmZujQUIAaueLYNea2vVuy4EF0WEsfdycTp5dRRE9HAz L2jh82+JbRcSr+9OxmOo8AZ5k/De4TR12uO51KZ7bNOtJl9Cltjtlx4vQpK3TnRSRIK2 Wr4tI+4h2K6OlwF7Jhgjng96ggx17hxdtMUe2930+gnOLfEufAqLCJhIzwJfWIk6Uu5T yqr6jR98to+RBRXC0LEqY6C/xyyxUTiED7fIkTYwbOou84q0FxZxRhDvPU7G8rQa5zQd MIPQ== 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:references:date:in-reply-to :message-id:user-agent:mime-version; bh=X5ro8gh4+h4xpFWeFUr0Koo8idRKLGfdh89koAH07dY=; b=iqCE5CnRwaDCWwPqzVu7El6qs6QCJ67lR00v4i1vHXCTzNeqWbjuH5U+ySIpiN4oDV imuhFjBslzUxWj4ZnXmoeRUOxbljtr8Aog5fQLIZiigD+b044oPQJDaFULd3bEwDo3SW rDDSLxEH3ohpLeVugdKkUWSNrTIm/jarmo3ARBfAAnBdC4aREhhY7DmVBmtoQ2LUtvcp V+nRDwxrZPnQFvQJLsWOYzGxLGk65nANuAWYb0MBC72AY2Zyr1eF8ey37g7NeOB7PQYX 4o7herQrJHkzR8EnorBGXzcEIJgw3XDbnHzXu7TYRrCfC45DZkcg7/k06eonCQV4GSqs CtRw== X-Gm-Message-State: AOAM532goykcnRcwEtnPiaP/CboqzvHHwIYDSXCfLFEa5/V++qhvA/mG hQx/ewPjEzyhm6LjitGp6yPw2+kr+Fc= X-Google-Smtp-Source: ABdhPJwRRnPEVPbmT+PaA5lYTeMbkCQ6qm7aKWHx5Xpp1NOy1GQBZJWYometqQLTLNmnLRCF9mpiuA== X-Received: by 2002:a17:902:7081:b029:ec:c083:878a with SMTP id z1-20020a1709027081b02900ecc083878amr11081243plk.76.1619887850323; Sat, 01 May 2021 09:50:50 -0700 (PDT) Received: from localhost ([43.230.65.134]) by smtp.gmail.com with ESMTPSA id y13sm5742633pgs.93.2021.05.01.09.50.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 01 May 2021 09:50:49 -0700 (PDT) From: Utkarsh Singh To: Bastien Subject: Re: bug#47820: [PATCH] org-table-import: Give option to import interactively even if filename doesn't match References: <8735vqzjpl.fsf@gmail.com> <87o8duu9aj.fsf@gnu.org> <87bl9u7agi.fsf@gmail.com> <874kfmfngr.fsf@gnu.org> Date: Sat, 01 May 2021 22:20:55 +0530 In-Reply-To: <874kfmfngr.fsf@gnu.org> (Bastien's message of "Sat, 01 May 2021 18:06:12 +0200") Message-ID: <877dki75zk.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2607:f8b0:4864:20::636; envelope-from=utkarsh190601@gmail.com; helo=mail-pl1-x636.google.com X-Spam_score_int: 1 X-Spam_score: 0.1 X-Spam_bar: / X-Spam_report: (0.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_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no 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: , Cc: 47820-done@debbugs.gnu.org, emacs-orgmode@gnu.org 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=1619887906; 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=X5ro8gh4+h4xpFWeFUr0Koo8idRKLGfdh89koAH07dY=; b=qWFIEFydrbB/D85QM6Lnhj2xHUVdDAuHvZe6qyNwFb2uU2Ag8yYkLIto9HwYTaD+zECIc3 i7kRfEj68CHSdJshKBqhww9DLKJOmQuljiTBW6E1EvYfu6duedogld9X6olaYLitP12ZtB OZQ+pEbMiPXtnrMKdNlctdjvXx/2fAtLuBcyg5aYW+sBOxiPSJUd9OswVdMNIV3ijLmKqF OC45qQjX1qrB4veZcfdGeKi0WUHe2HEeaTR3SSLtUvwCKg39x0JtaRhMcUHXOQwfwrShqK 6Ye1Bw0eRVstSudrKWYJgR8okl2RB9R8D8TNgsZgn8c5pVs9S5cjZcCPx4Rq6Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1619887906; a=rsa-sha256; cv=none; b=dEE5q2Nv7/lrtz+q6qgWMFDYzMwjUPRDScrCEb/V0/d0Xrn82VHWo5nVrftxHDlTBdWXkA B9c/dbSvM/jaJMvfyt0bbEw0UCDnzRO3cxJfhYHrT3UkQdlkcZ/eYs1YbncHFvW1WWnZXW U1JfAOVCwdvMJJ5TBMCJ+J2LlJ9fyQ2G6D3EG4BLUaAAjspdsXSEGD1OpFiympAMFP9qt8 ZCe+GhoAZ1vjXyAxry/WUZY0GKOk+0hViawCbCipIi3x4b7qdh+3fnX9MizrwUycq6zquC Zms/V6JuxX2MEv7DA20PU305K8EVgXCWTM+7UevL5LGBdu1VlVh0ZDI1kBTTdA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20161025 header.b=qz7k3wfF; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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.36 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20161025 header.b=qz7k3wfF; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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: 39E691547B X-Spam-Score: -1.36 X-Migadu-Scanner: scn0.migadu.com X-TUID: mJNlNyQJ3boZ On 2021-05-01, 18:06 +0200, Bastien wrote: > I let you and Nicolas move forward on separators guessing, because so > far I'm not really convinved Org should try to be too clever here. Yes! Nicolas has also convinced me on that front. There was some misunderstanding on my side as I was considering Elisp (my first Lisp) to be a general purpose language and Org tables it's CSV library. Even though due to the very nature of Lisp most of this possible but Org is not a right place for this. -- Utkarsh Singh http://utkarshsingh.xyz