[erlang-questions] distel completion?
Juan Jose Comellas
juanjo@REDACTED
Fri Dec 19 13:04:42 CET 2008
Thanks for Distel. I started using it a few days ago and I'm loving it.
I applied this patch to get the latest Distel revision from SVN to
compile. I don't know if it's correct, but that's what I managed to do
after a 5 minute look at the file.
diff --git a/src/otp_doc.erl b/src/otp_doc.erl
index 2b0285e..d5c4105 100644
--- a/src/otp_doc.erl
+++ b/src/otp_doc.erl
@@ -209,7 +209,7 @@ which_a(M,F,A) ->
%% store name of html file in {Mod,file}
html_index(file,Dir) ->
FN = filename:join([Dir,"doc","man_index.html"]),
- fold_file(curry(fun lines/3,Dir),[],).
+ fold_file(curry(fun lines/3,Dir),[],FN).
lines(Line,_,Dir) ->
case string:tokens(Line, "<> \"") of
On Thu, Dec 18, 2008 at 4:49 PM, mats cronqvist <masse@REDACTED> wrote:
> Peter Sabaini <peter@REDACTED> writes:
>
>> Hi,
>>
>> Mats has fixed a bug yesterday that triggered the symptoms I described, works
>> great now. Its in distels' svn HEAD.
>>
>> Thanks for all the help!
>
>
> for all emacs pinkies out there, brand spanking new distel tarball
> available at distel.googlecode.com. Quite possibly with fewer bugs
> and more verbose documentation.
>
> mats
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list