all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Help to view .doc files with no-word.el & antiword please
@ 2009-08-23 10:36 rpd
  0 siblings, 0 replies; 11+ messages in thread
From: rpd @ 2009-08-23 10:36 UTC (permalink / raw)
  To: Help-gnu-emacs


Hi
I am trying to use no-word.el & antiword.exe to view .doc files in Emacs but 
unsuccessfully at the moment.
I have had a recent post with knubee on this but I still need help.

Here is my .emacs code:

;;;;==========View .DOC with noword.el & antiword====================
;;;
;;requires antiword
;(add-to-list 'load-path "C:\\antiword")
;(add-to-list 'exec-path "C:\\antiword\\antiword.exe")
;(require 'antiword)
;(load-library "C:\\Users\\Dad\\Emacs\\emacsaddons\\no-word")
;(load "C:\\Users\\Dad\\Emacs\\emacsaddons\\no-word.el")

;(when (locate-library "no-word")
;  (require 'no-word)
;  (add-to-list 'auto-mode-alist '("\\.doc\\'" . no-word))
;;;from gnuforum emacs nabble help forum knubee code
;(load "C:\\Users\\Dad\\Emacs\\emacsaddons\\no-word.el")
(autoload 'no-word "no-word" "word to txt")
  (add-to-list 'auto-mode-alist '("\\.doc\\'" . no-word))
  (add-to-list 'exec-path "C:\\antiword\\")
;==

As can be seen I have several repeat lines of code here (several commented
out) but no matter what combination I use I cannot get to view .doc files
(usually getting the error msg I give below).
When I try loading no-word.el it still doesn't work- I get a command in
minibuffer about coding(default) & if I [ret] then I get this error msg: 

'antiword' is not recognized as an internal or external command, 
operable program or batch file. 

I have also placed no-word.el in emacs/site-lisp directory but I still get
the same error message. 

I am most grateful if someone could advise me & help me fix this code so I
can use no-word.el & antiword to view .doc files- many thanks


-- 
View this message in context: http://www.nabble.com/Help-to-view-.doc-files-with-no-word.el---antiword-please-tp25102080p25102080.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





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

end of thread, other threads:[~2009-08-26  6:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5189.1251023783.2239.help-gnu-emacs@gnu.org>
2009-08-23 10:50 ` Help to view .doc files with no-word.el & antiword please Joost Kremers
     [not found]   ` <slrnh94hka.kph.joostkremers@j.kremers4.news.arnhem.chello.nl>
     [not found]     ` <slrnh94n0a.kph.joostkremers@j.kremers4.news.arnhem.chello.nl>
     [not found]       ` <mailman.5240.1251110919.2239.help-gnu-emacs@gnu.org>
2009-08-25  7:20         ` Joost Kremers
2009-08-25 11:51           ` rpd
     [not found]           ` <mailman.5300.1251201164.2239.help-gnu-emacs@gnu.org>
2009-08-25 12:20             ` Joost Kremers
2009-08-25 16:35               ` rpd
2009-08-25 17:01                 ` rpd
     [not found]                 ` <mailman.5329.1251219674.2239.help-gnu-emacs@gnu.org>
2009-08-26  6:50                   ` Joost Kremers
2009-08-25 18:44           ` Eli Zaretskii
     [not found] ` <87r5v1ime4.fsf@lion.rapttech.com.au>
     [not found]   ` <slrnh94o4t.kph.joostkremers@j.kremers4.news.arnhem.chello.nl>
2009-08-25  5:44     ` Tim X
2009-08-25 21:34   ` rpd
2009-08-23 10:36 rpd

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.