unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mathias Dahl <mathias.dahl@gmail.com>
To: Tekk <tekk@parlementum.net>
Cc: emacs-devel@gnu.org
Subject: Re: strange "feature"
Date: Sun, 14 Oct 2012 07:59:02 +0200	[thread overview]
Message-ID: <CABrcCQ7Zogk_4MEkj6sLJUWDeaNpHMuiwZRCd0eop_V_1kVePg@mail.gmail.com> (raw)
In-Reply-To: <20121013194705.GA26873@Wes.ec.rr.com>

[-- Attachment #1: Type: text/plain, Size: 2107 bytes --]

Maybe you can use something like this:

(defun xdg-open (file)
 "Open FILE in its default application."
  (interactive "fSelect file: ")
  (shell-command
   (format
    "xdg-open %s"
    (shell-quote-argument (expand-file-name file)))))

When you have the PDF file open in Emacs, do M-x xdg-open RET. Then just
arrow down to get the file name of the PDF open in Emacs, and RET. Then
print from the default PDF application that opens. I'm sure one could make
a more advanced command that checks for some common PDF applications and
sends them the correct Print command, if available. An exercise for the
reader :)

/Mathias

On Sat, Oct 13, 2012 at 9:47 PM, Tekk <tekk@parlementum.net> wrote:

> On Sat, Oct 13, 2012 at 07:02:24PM +0200, Eli Zaretskii wrote:
> > > Date: Sat, 13 Oct 2012 12:20:16 -0400
> > > From: danny <danny@Wes.ec.rr.com>
> > >
> > > On Sat, Oct 13, 2012 at 04:58:27PM +0200, immanuel litzroth wrote:
> > > > Opening a pdf file in emacs works really well. If you then try to
> > > > print it it will happily
> > > > print out a gazilion of text pages -- the pdf code. This behaviour
> > > > seems strange in that is
> > > > is almost certainly not what the user wants (he can
> > > > find-file-literally and print that).
> > > > I'm on emacs 23.3.1.
> > > > Is there a way to print the pdf directly from emacs (as a pdf)?
> > > > Immanuel
> > > >
> > > I've had issues with this "feature" as well, they keep me from
> printing most things in emacs. Does anyone at least know of a fix for
> this?(I think it's to do with docview not actually overriding the default
> print function)
> >
> > If this is on MS-Windows, you should be able to print a PDF file with
> > this Lisp one-liner:
> >
> >   (w32-shell-execute "print" "/path/to/file.pdf")
> >
> > This will work assuming that you have some program installed that can
> > display and print PDF files, and that this program is associated with
> > the .PDF extension.
> >
> No, sorry; I'm on debian. Also sorry for the bad from: line before, I
> thought that mutt would automatically pick up my smtp stuff but apparently
> not :)
>
>
>

[-- Attachment #2: Type: text/html, Size: 2914 bytes --]

  reply	other threads:[~2012-10-14  5:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-13 14:58 strange "feature" immanuel litzroth
2012-10-13 16:20 ` danny
2012-10-13 17:02   ` Eli Zaretskii
2012-10-13 19:47     ` Tekk
2012-10-14  5:59       ` Mathias Dahl [this message]
2012-10-14 15:30         ` Stefan Monnier
2012-10-14 22:03           ` Mathias Dahl
2012-10-15  4:25       ` Stephen J. Turnbull
2012-10-15  5:34         ` Tekk
2012-10-15  7:14           ` Stephen J. Turnbull

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=CABrcCQ7Zogk_4MEkj6sLJUWDeaNpHMuiwZRCd0eop_V_1kVePg@mail.gmail.com \
    --to=mathias.dahl@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=tekk@parlementum.net \
    /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.
Code repositories for project(s) associated with this public inbox

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

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).