[erlang-patches] patch: emacs flymake support

Dave Peticolas dave@REDACTED
Mon May 31 17:12:00 CEST 2010


On 05/31/2010 04:43 AM, Raimo Niskanen wrote:
> On Sun, May 30, 2010 at 11:05:32PM +0200, Klas Johansson wrote:
>    
>> On Fri, May 28, 2010 at 5:53 AM, Dave Peticolas<dave@REDACTED>  wrote:
>>      
> : :
>    
>>> An all-elisp solution seems like an improvement over the patch I sent.
>>>
>>> What do you think about providing a default implementation of the include
>>> and code path functions that assume the typical directory layouts for otp
>>> apps?
>>> That way folks who use the standard layout don't have to add anything extra
>>> to their
>>> configs.
>>>
>>> dave
>>>        
>> Hi again,
>>
>> I've made a couple of additional commits:
>> * Include erlang-flymake.el in Makefile
>> * By default pass<app>/include and<app>/ebin to compiler
>>    (note, this covers only the "current" application, not all
>>     applications on the same level as in the other version,
>>     hopefully this makes the erlang-flymake more useful
>>     out-of-the-box)
>> * Make the syntax check command configurable
>>    (i.e. now you aren't restricted to erlc, you could for example
>>     use a wrapper script instead if you want to)
>> * Document in README
>>
>> Code here:
>>
>>     git fetch git://github.com/klajo/otp.git erlang-flymake
>>      
> Thank you, it will be included in 'pu', replacing Dave Peticolas
> contribution for now...
>
>    

I concur, Klas's patch is better. I'll happily withdraw mine.

dave



More information about the erlang-patches mailing list