From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Speedbar and dot files Date: Mon, 15 Feb 2016 10:03:57 +0100 Message-ID: <56C1947D.1080209@alice.it> References: <56C0B251.9020200@alice.it> <871t8eu1af.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1455527083 13612 80.91.229.3 (15 Feb 2016 09:04:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 09:04:43 +0000 (UTC) Cc: Emacs developers To: Alexis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 15 10:04:34 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aVF54-0006aZ-Dl for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 10:04:30 +0100 Original-Received: from localhost ([::1]:57972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVF53-0008J4-Ih for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 04:04:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVF4l-0008G1-QS for emacs-devel@gnu.org; Mon, 15 Feb 2016 04:04:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVF4i-0000Pt-It for emacs-devel@gnu.org; Mon, 15 Feb 2016 04:04:11 -0500 Original-Received: from smtp201.alice.it ([82.57.200.97]:51301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVF4h-0000Pk-OQ for emacs-devel@gnu.org; Mon, 15 Feb 2016 04:04:08 -0500 Original-Received: from [192.168.1.101] (79.19.243.189) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5697AF2906DE1CD3; Mon, 15 Feb 2016 10:04:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: <871t8eu1af.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199959 Archived-At: Maybe I was not clear.. I use sr-speedbar WHICH *uses* Emacs speedbar. The configuration (setq speedbar-show-unknown-files t) regards Emacs *speedbar* NOT sr-speedbar, and is non sufficient to show dod files (.emacs, .emacs.d, .bashrc...). For sr-speedbar the configuration starts with "sr-speedbar-..." NOT with "speedbar-..." OK, forgot sr-speedbar and consider this: When one enable speedbar and select "Show All Files" in its menu (mouse-3), files like .emacs, .emacs.d, .bashrc, .profile and so on are NOT shown... Hope now is more clear.. Angelo Il 15/02/2016 03:59, Alexis ha scritto: > > Angelo Graziosi writes: > >> Now, I wonder if you can do better adding an option, say >> "speedbar-show-all", so that when one use >> >> (setq speedbar-show-all t) >> >> *ALL* but really *ALL* is shown in the Speedbar. > > As `sr-speedbar` is not part of GNU Emacs, but an externally-maintained > package hosted on EmacsWiki, my suggestion would be that you add your > request to the SrSpeedbar EmacsWiki page: > > https://www.emacswiki.org/emacs/SrSpeedbar > > > Alexis.