From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [NEW PATCH] read.table in variable transfer caused sometimes "function not found" error - small change Date: Fri, 10 Oct 2014 00:21:19 -0400 Message-ID: <87fvewk11c.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcRho-000827-Hh for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 00:21:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcRhj-0004F3-3G for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 00:21:28 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:59230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcRhi-0004Eq-Sn for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 00:21:23 -0400 Received: by mail-wg0-f49.google.com with SMTP id x12so2893089wgg.20 for ; Thu, 09 Oct 2014 21:21:22 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug , "Charles C. Berry" Cc: emacs-orgmode@gnu.org Hello, Thanks Rainer for this patch, and thanks Chuck for the discussion. It appears that =E2=80=9Cuse utils::read.table=E2=80=9D is the official advice= from devtools=E2=80=99s maintainer: https://github.com/hadley/devtools/issues/336#issuecomment-23517837. I=E2=80=99ve pushed the patch to the master branch. I reworded the commit message slightly. I also moved the note about utils:: from a docstring to a comment in the ob-R.el file. This is based on a feeling that it=E2=80= =99s an implementation detail that is less useful for elisp programmers (primary consumers of docstrings), but necessary for anyone working on ob-R=E2=80=99s internals (who will read the file itself). Thanks again, --=20 Aaron Ecay