Emacs on Mac: copy text from Word 2008 to Emacs
When I copy a formatted text from Word 2008 into Emacs, it pastes as an image. I found a similar post here. But I'm unable to post a comment to that question. I tried clipboard-yank and that doesn't work.
Using: Mac: 10.6.7; Emacs: GNU Emacs 22.3.1 (i386-apple-darwin9.8.0, Carbon 开发者_如何学编程Version 1.6.0)
You could save the text from word as a plaintext document, open it from emacs, and then use emacs' kill-and-yank tools.
精彩评论