[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28210] [PATCH] gnu: Add emacs-sr-speedbar.
From: |
Ludovic Courtès |
Subject: |
[bug#28210] [PATCH] gnu: Add emacs-sr-speedbar. |
Date: |
Thu, 31 Aug 2017 14:50:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi Oleg,
Oleg Pykhalov <address@hidden> skribis:
> Jonathan Brielmaier <address@hidden> 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’s one problem left, though:
> From b4a8728fd752d2a245258e258e72c9c5fcfcb426 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <address@hidden>
> 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’ll break next time the file is updated in
place. Is there an alternate URL available?
Thanks,
Ludo’.