Chris
Chris
I also have this problem. Were there ever any solution?
Awesome! Let's hope it gets merged.
Separately, one of the reasons this was hard to debug was that the "EPresent can only be used from Org Mode" check happens /not/ just before presentation is about to...
Note that I have not yet tested this, only sketched it out in a way that I think should work. I'd like further input from more experienced Emacs users before...
Updates: I know now it gets as far as the `httpd-log` call in `httpd-send-file`, because that shows up in the log buffer. I inserted a conditional debug statement `(when (string-match...
Your hypothesis makes sense. Good suggestions for further troubleshooting. Will keep those in mind next time it happens!
1) fst was just a brainfart that somehow made it into the code after I had tested it with car, which is the function I meant. I have pushed a...
Re. your concern about binary files I'm not sure... One could retrieve charset only for text/ mime types. Or guess based on presence of null bytes.
> However, for this server the buffer is sent out with process-send-region, which uses the connection process' coding system, not the buffer's file coding system. Since the connection process is...
Ah, yes, I forgot the buffer was not multibyte pre-patch. Sorry. Now that part makes sense as well. I agree fully that the server is out of line if it...