From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkcMl-000249-MO for guix-patches@gnu.org; Wed, 23 Aug 2017 16:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkcMg-0002u4-QM for guix-patches@gnu.org; Wed, 23 Aug 2017 16:35:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43086) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkcMg-0002ty-ML for guix-patches@gnu.org; Wed, 23 Aug 2017 16:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dkcMg-0004F3-GZ for guix-patches@gnu.org; Wed, 23 Aug 2017 16:35:02 -0400 Subject: [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkcLy-0001v6-Jg for guix-patches@gnu.org; Wed, 23 Aug 2017 16:34:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkcLt-0002Yg-NY for guix-patches@gnu.org; Wed, 23 Aug 2017 16:34:18 -0400 Received: from mout.web.de ([212.227.17.11]:59660) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkcLt-0002Xy-Dr for guix-patches@gnu.org; Wed, 23 Aug 2017 16:34:13 -0400 Received: from [192.168.178.21] ([95.208.248.183]) by smtp.web.de (mrweb102 [213.165.67.124]) with ESMTPSA (Nemesis) id 0MSrl3-1e9XCW3Q8b-00RrJA for ; Wed, 23 Aug 2017 22:34:09 +0200 References: <871so25a9d.fsf@gmail.com> From: Jonathan Brielmaier Message-ID: Date: Wed, 23 Aug 2017 22:34:09 +0200 MIME-Version: 1.0 In-Reply-To: <871so25a9d.fsf@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: 28210@debbugs.gnu.org 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. Am 23.08.2017 um 21:55 schrieb Oleg Pykhalov: > + (description "Speedbar in same Emacs frame. Below are commands you can use: > +@itemize > +@item @code{sr-speedbar-open} Open sr-speedbar window. > +@item @code{sr-speedbar-close} Close sr-speedbar window. > +@item @code{sr-speedbar-toggle} Toggle sr-speedbar window. > +@item @code{sr-speedbar-select-window} Select sr-speedbar window. > +@item @code{sr-speedbar-refresh-turn-on} Turn on refresh speedbar content. > +@item @code{sr-speedbar-refresh-turn-off} Turn off refresh speedbar content. > +@item @code{sr-speedbar-refresh-toggle} Toggle refresh speedbar content. > +@end itemize\n")