From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: speedbar - adding file types Date: Fri, 11 Feb 2011 10:59:46 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297440034 15750 80.91.229.12 (11 Feb 2011 16:00:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2011 16:00:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 11 17:00:30 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PnvQ6-00047q-Ht for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Feb 2011 17:00:30 +0100 Original-Received: from localhost ([127.0.0.1]:41946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnvQ6-0000Or-2E for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Feb 2011 11:00:30 -0500 Original-Received: from [140.186.70.92] (port=42409 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnvPg-0000OQ-GF for help-gnu-emacs@gnu.org; Fri, 11 Feb 2011 11:00:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnvPf-0004ht-IY for help-gnu-emacs@gnu.org; Fri, 11 Feb 2011 11:00:04 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:54520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnvPf-0004gO-AH for help-gnu-emacs@gnu.org; Fri, 11 Feb 2011 11:00:03 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PnvPc-0003gy-Mh for help-gnu-emacs@gnu.org; Fri, 11 Feb 2011 17:00:00 +0100 Original-Received: from yktgi01e0-s5.watson.ibm.com ([129.34.20.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Feb 2011 17:00:00 +0100 Original-Received: from kgold by yktgi01e0-s5.watson.ibm.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Feb 2011 17:00:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: yktgi01e0-s5.watson.ibm.com User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Red Hat/3.1.7-3.el6_0 Thunderbird/3.1.7 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79067 Archived-At: How can I add file types to speedbar? E.g., it's smart enough to know that, when I edit a .c file to show all the .c and .h files, but not the .o files. Some customizations I'd like: When editing .c or .h, show [Mm]akefile* When editing .txt, show *.txt