From: twiki7619@gmail.com
To: help-gnu-emacs@gnu.org
Subject: PDF from dired-buffer with win32 Reader in background?
Date: Fri, 12 Oct 2012 01:54:25 -0700 (PDT) [thread overview]
Message-ID: <e882d21e-3169-4383-bcf3-affbadb54d6b@googlegroups.com> (raw)
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!
next reply other threads:[~2012-10-12 8:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-12 8:54 twiki7619 [this message]
2012-10-12 9:52 ` PDF from dired-buffer with win32 Reader in background? Tassilo Horn
2012-10-23 8:12 ` Martin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e882d21e-3169-4383-bcf3-affbadb54d6b@googlegroups.com \
--to=twiki7619@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).