<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">All, I have checked out and compiled the latest SVN version of clang (see version info below) and I installed it into /usr/local so it will not conflict with the standard clang version shipping with Mac OS 10.9.  I moved clang-format.el into my emacs load path but when I try to run the commands clang-format-region or clang-format-buffer, my Emacs buffer is blanked out and I receive the message “End of file during parsing” in the status line at the bottom.  I have verified the file is valid C++ and if I run the clang-format binary from the command line then it works as expected.  Can anyone help me out?<div><br></div><div><br></div><div>Version info:<br><div><div style="margin: 0px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);">clang version 3.5 (trunk 195639)</div><div style="margin: 0px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);">Target: x86_64-apple-darwin13.0.2</div><div style="margin: 0px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);">Thread model: posix</div></div></div></body></html>