From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diPKy-0004fE-49 for guix-patches@gnu.org; Thu, 17 Aug 2017 14:16:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diPKs-0003Jp-8G for guix-patches@gnu.org; Thu, 17 Aug 2017 14:16:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34412) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1diPKs-0003Is-4H for guix-patches@gnu.org; Thu, 17 Aug 2017 14:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1diPKr-00053j-SE for guix-patches@gnu.org; Thu, 17 Aug 2017 14:16:01 -0400 Subject: [bug#28126] [PATCH 0/1] gnu: Add emacs-browse-at-remote. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diPKG-0004Vy-SP for guix-patches@gnu.org; Thu, 17 Aug 2017 14:15:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diPKC-0001li-RN for guix-patches@gnu.org; Thu, 17 Aug 2017 14:15:24 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:37005) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1diPKC-0001gK-It for guix-patches@gnu.org; Thu, 17 Aug 2017 14:15:20 -0400 Received: by mail-lf0-x229.google.com with SMTP id f7so13410927lfg.4 for ; Thu, 17 Aug 2017 11:15:19 -0700 (PDT) Received: from magnolia ([178.71.233.26]) by smtp.gmail.com with ESMTPSA id 66sm286050lfw.67.2017.08.17.11.15.16 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 17 Aug 2017 11:15:17 -0700 (PDT) From: Oleg Pykhalov Date: Thu, 17 Aug 2017 21:00:37 +0300 Message-ID: <87mv6yxdqj.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28126@debbugs.gnu.org Hello Guix, I tried to ask an upstream to provide a release tarball, but no answer stil= l. https://github.com/rmuslimov/browse-at-remote/issues/40 Is string-join and dired-current-directory warning important? --8<---------------cut here---------------start------------->8--- In end of data: browse-at-remote.el:363:1:Warning: the following functions are not known to= be defined: string-join, dired-current-directory --8<---------------cut here---------------end--------------->8--- string-join defined in /gnu/store/=E2=80=A6-emacs-25.2/share/emacs/25.2/lisp/emacs-lisp/subr-x.el.= gz dired-current-directory defined in /gnu/store/=E2=80=A6-emacs-25.2/share/emacs/25.2/lisp/dired.el.gz Thanks! Oleg Pykhalov (1): gnu: Add emacs-browse-at-remote. gnu/packages/emacs.scm | 51 ++++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 51 insertions(+) --=20 2.14.1