all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* PDF from dired-buffer with win32 Reader in background?
@ 2012-10-12  8:54 twiki7619
  2012-10-12  9:52 ` Tassilo Horn
  2012-10-23  8:12 ` Martin
  0 siblings, 2 replies; 3+ messages in thread
From: twiki7619 @ 2012-10-12  8:54 UTC (permalink / raw
  To: help-gnu-emacs

To read PDF files from within a Dired buffer
I use ! on the name of the file and the following
settings in my. emacs

...
  (add-hook 'dired-load-hook
  	  (function (lambda ()
  		      (load "dired-x"))))

  (setq dired-guess-shell-alist-user
      (list
       (list "\\.pdf$"    "acrord32.exe")
       (list "\\.PDF$"    "acrord32.exe")
       ))
...

(The path of acrord32.exe is in my environment variable PATH)

Emacs, however, remains locked until I close Adobe Reader!
How do I run acrord32.exe in the background
while maintaining control of Emacs?

THANKS!


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

end of thread, other threads:[~2012-10-23  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12  8:54 PDF from dired-buffer with win32 Reader in background? twiki7619
2012-10-12  9:52 ` Tassilo Horn
2012-10-23  8:12 ` Martin

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.