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: Wed, 17 Feb 2016 00:48:41 +0100 Message-ID: <56C3B559.6030702@alice.it> References: <56C0B251.9020200@alice.it> <871t8eu1af.fsf@gmail.com> <56C1947D.1080209@alice.it> <56C31CC5.7010501@siege-engine.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 1455666558 28756 80.91.229.3 (16 Feb 2016 23:49:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Feb 2016 23:49:18 +0000 (UTC) Cc: Emacs developers To: Eric Ludlam , Alexis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 17 00:49:09 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 1aVpMj-00057G-Bg for ged-emacs-devel@m.gmane.org; Wed, 17 Feb 2016 00:49:09 +0100 Original-Received: from localhost ([::1]:51883 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVpMi-0002Kt-PV for ged-emacs-devel@m.gmane.org; Tue, 16 Feb 2016 18:49:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVpMW-0002KW-6x for emacs-devel@gnu.org; Tue, 16 Feb 2016 18:48:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVpMT-0001kf-11 for emacs-devel@gnu.org; Tue, 16 Feb 2016 18:48:56 -0500 Original-Received: from smtp203.alice.it ([82.57.200.99]:33416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVpMS-0001k8-LN for emacs-devel@gnu.org; Tue, 16 Feb 2016 18:48:52 -0500 Original-Received: from [192.168.1.101] (79.19.243.189) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5697B69C06E086C1; Wed, 17 Feb 2016 00:48:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: <56C31CC5.7010501@siege-engine.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 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:200064 Archived-At: If you read my OP, it is this what I do not want.. I would prefer a more "high level" option.. Angelo Il 16/02/2016 13:57, Eric Ludlam ha scritto: > On 02/15/2016 04:03 AM, Angelo Graziosi wrote: >> 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... > > Hi, > > "Show All Files" just enables display of files with extensions speedbar > doesn't know how to pull the tags from. > > If you want hidden files, such as .emacs, you need to hack > speedbar-file-unshown-regexp. > > Eric