andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Enki cannot longer read from stdin #205

Closed vi closed 10 years ago

vi commented 10 years ago

echo qwerty | PYTHONPATH=../qutepart:. ./enki

/dev/stdin is not a regular file

New file "None" is going to be created

Probably caused by f60992310e231359790f36f3986cb6d458cdd796 .

Note: these error messages ceased to appear after I opened a couple of normal files and closed Enki; but something | enki, which worked like something | vim - before does not work.

andreikop commented 10 years ago

I rolled back /dev/stdin check up. Now the case works. I was surprised by such a usecase. Should I recognize - as /dev/stdin?

New file "None" is going to be created fixed.

vi, have you seen the comments for #198?