From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnOw8-0000eY-6d for guix-patches@gnu.org; Thu, 31 Aug 2017 08:51:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnOw3-0006LP-JE for guix-patches@gnu.org; Thu, 31 Aug 2017 08:51:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55989) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dnOw3-0006LH-F8 for guix-patches@gnu.org; Thu, 31 Aug 2017 08:51:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dnOw2-0006Uo-2v for guix-patches@gnu.org; Thu, 31 Aug 2017 08:51:03 -0400 Subject: [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <871so25a9d.fsf@gmail.com> <87a82pm6bh.fsf@gmail.com> Date: Thu, 31 Aug 2017 14:50:05 +0200 In-Reply-To: <87a82pm6bh.fsf@gmail.com> (Oleg Pykhalov's message of "Thu, 24 Aug 2017 16:41:22 +0300") Message-ID: <874lsnucjm.fsf@gnu.org> 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: Oleg Pykhalov Cc: 28210@debbugs.gnu.org Hi Oleg, Oleg Pykhalov skribis: > Jonathan Brielmaier writes: > >> I think you shouldn't include the exact commands into the description. >> >> "Show the speedbar in the same Emacs frame or in an extra window. >> Customize the inital width of the speedbar." >> >> Maybe that is better. Agreed. There=E2=80=99s one problem left, though: > From b4a8728fd752d2a245258e258e72c9c5fcfcb426 Mon Sep 17 00:00:00 2001 > From: Oleg Pykhalov > Date: Wed, 23 Aug 2017 22:30:19 +0300 > Subject: [PATCH] gnu: Add emacs-sr-speedbar. > > * gnu/packages/emacs.scm (emacs-sr-speedbar): New variable. [...] > + (origin > + (method url-fetch) > + (uri "https://www.emacswiki.org/emacs/download/sr-speedbar.el") This URL is unversioned, so it=E2=80=99ll break next time the file is updat= ed in place. Is there an alternate URL available? Thanks, Ludo=E2=80=99.