From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Daniel (Youngwhan)" Newsgroups: gmane.emacs.help Subject: How let speedbar know to parse a specific file? Date: Tue, 27 Apr 2010 10:37:54 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4e2ab100-1d2b-4edd-8a49-62e0b52ad42a@k17g2000pro.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1273015852 8030 80.91.229.12 (4 May 2010 23:30:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 23:30:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 01:30:51 2010 connect(): No such file or directory 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 1O9RZi-0003TJ-Pk for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 01:30:50 +0200 Original-Received: from localhost ([127.0.0.1]:42152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9RZh-0007rM-WD for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 19:30:50 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!k17g2000pro.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 128.107.101.112 Original-X-Trace: posting.google.com 1272389874 7997 127.0.0.1 (27 Apr 2010 17:37:54 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 27 Apr 2010 17:37:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k17g2000pro.googlegroups.com; posting-host=128.107.101.112; posting-account=1n6WnAoAAACbXH3nD5I7RQWqdkbTxZki User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1059 Safari/532.5,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177875 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:73289 Archived-At: Hi, I am using speedbar to browse source code, and it parses Makefile as well. Wonderful. One thing I want to know is that my project has a different name of Makefile, such like Makefile-other. It looks that the speedbar does not recognize the different file name of makefile (Makefile-other), and does not parse it. If it is Makefile, then it surely parse it correctly. Does anybody know how I can let the speedbar recognize the Makefile with different name? Daniel