For instance, rather than: (fhpd) load /no/such/file Error: File does not exist or is not readable or is not a file. print something like: (fhpd) load /no/such/file Error: The file "/no/such/file" does not exist or is not readable or is not a file.
This seems to be fixed in HEAD. Now the message reads: (fhpd) load /no/such/file Error: open: No such file or directory (file /no/such/file)