nicferrier / elnode

evented io webserver right inside your emacs.
http://nicferrier.github.com/elnode
GNU General Public License v3.0
477 stars 49 forks source link

Elnode can't serve file starting with an underscore. #89

Closed daimrod closed 10 years ago

daimrod commented 10 years ago

When a file starts with an underscore, the following error happens in elnode--filter:

error in process filter: or: Wrong type argument: stringp, nil error in process filter: Wrong type argument: stringp, nil

nicferrier commented 10 years ago

Ooooh. Thanks. Seems a bit wierd. I will investigate.

nicferrier commented 10 years ago

This fixes it. New elnode version soon to include it.