all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* no-word.el fails on Windows NT
@ 2007-05-23 22:17 poti
  2007-05-24  7:21 ` Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: poti @ 2007-05-23 22:17 UTC (permalink / raw)
  To: help-gnu-emacs

I am looking for an emacs interface for reading Microsoft Word
documents. I have been using antiword, which is fine and has 
an emacs mode provided by no-word.el. This works fine on OSX and 
Linux. However, when I visit a doc file on Windows NT, I get the
following error:

- is not a Word Document.


This appears to be related to the following elisp code:
	  (if file (replace-regexp-in-string " " "\\ " file t t) "-")
which is concatenated to the command "antiword" and options.
This is in the no-word function, where file is optional. 
Apparently, visiting the file does not pass a file to this function. 
This is as much as I can figure out. Why is the behavior different on 
Windows, is there a fix that will work as expected across platforms?

Also, is there a mode for Wv? If not, I thought if I could understand 
how no-word.el works, I would try modifying it to work for Wv.

The problem persists as of the following Emacs:
GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600)
 of 2007-05-20 on NEUTRINO

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-06-06  1:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-23 22:17 no-word.el fails on Windows NT poti
2007-05-24  7:21 ` Eli Zaretskii
2007-05-24 20:07   ` poti
2007-05-25  5:31     ` Eli Zaretskii
2007-05-25  6:22       ` poti
2007-05-25 12:45         ` Eli Zaretskii
2007-05-31  6:33   ` poti
2007-06-01 14:05     ` Kevin Rodgers
2007-06-06  1:40       ` poti

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.