help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: view .docx files as text?


From: knubee
Subject: Re: view .docx files as text?
Date: Sat, 22 Aug 2009 03:25:47 -0700 (PDT)
User-agent: G2/1.0

> your help please to show me how to use no-word.el with antiword to view .doc
> files!?

i don't use win32, but i believe you only need the following:

  (autoload 'no-word "no-word" "word to txt")
  (add-to-list 'auto-mode-alist '("\\.doc\\'" . no-word))
  (add-to-list 'exec-path "C:\\antiword\\")

the last line differs from yours. it does not include the actual
executable -- just the path to the directory where it resides.

hth.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]