[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How let speedbar know to parse a specific file?
From: |
Lowell Gilbert |
Subject: |
Re: How let speedbar know to parse a specific file? |
Date: |
Tue, 27 Apr 2010 14:48:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (berkeley-unix) |
"Daniel (Youngwhan)" <breadncup@gmail.com> writes:
> 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?
I think that it's based on the major mode, so you need to get emacs to
recognize the appropriate makefile-*-mode as applying to that file.