id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3008	Error when opening or inserting file (with autocompletion)	szaszg		"1. echo ""Test file"" >""/tmp/test file.txt""
2. mc -e ""/tmp/test file.txt""
now we see the file in editor widget
3. F9, F, O -> File dialog
4. type: /tmp/test
5. press M-TAB twice
autocompletion fill the input field with /tmp/test\ file.txt
6. press ENTER
there is no error message but, mcedit cannot open and read the file...

The problem is the shell escaped filename (test\ file.txt). If we rewrite it to ""test file.txt"" mcedit can open and read the file."	defect	new	major	Future Releases	mc-core	master						no branch	
