Distel crashes
bugme not <[email protected]> Wed, 7 Jun 2006 10:41:12 +0000 (UTC)
| Newsgroups | gmane.comp.lang.erlang.distel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm trying to communicate with an R10B node (started with +R9) from Emacs using Distel. It's working nicely, however sometimes Distel crashes with the error: "Unknown tag: nil" The error occurs in erlext-read-obj, because erlext-get-tag returns nil. It returns nil, because it's invoked with an argument of 127 which is not in erlext-tag-alist. I don't know if 127 is a valid type tag or not. Is it possible it's some new tag which is not handled yet? I'm using Distel 3.3. /BM