From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: strange "feature" Date: Sun, 14 Oct 2012 11:30:20 -0400 Message-ID: References: <20121013162016.GA10794@Wes.ec.rr.com> <83r4p25mqn.fsf@gnu.org> <20121013194705.GA26873@Wes.ec.rr.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350228628 329 80.91.229.3 (14 Oct 2012 15:30:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Oct 2012 15:30:28 +0000 (UTC) Cc: Tekk , emacs-devel@gnu.org To: Mathias Dahl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 14 17:30:35 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TNQ9C-0008KR-Jk for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2012 17:30:34 +0200 Original-Received: from localhost ([::1]:49818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNQ95-0008Qk-E0 for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2012 11:30:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNQ92-0008QU-9C for emacs-devel@gnu.org; Sun, 14 Oct 2012 11:30:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNQ90-0004LW-Ar for emacs-devel@gnu.org; Sun, 14 Oct 2012 11:30:24 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:39829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNQ90-0004Ke-6L for emacs-devel@gnu.org; Sun, 14 Oct 2012 11:30:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09FpZ6O/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLNBIUGA0kiBwFugmQRAOjM4FYgwU X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="201557819" Original-Received: from 69-165-158-142.dsl.teksavvy.com (HELO pastel.home) ([69.165.158.142]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 14 Oct 2012 11:30:20 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6911359116; Sun, 14 Oct 2012 11:30:20 -0400 (EDT) In-Reply-To: (Mathias Dahl's message of "Sun, 14 Oct 2012 07:59:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154328 Archived-At: > 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 :) If we want a command to print the whole PDF, then we can just pass it to "lpr" without any further ado. Stefan