From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Printing Date: Sat, 4 Apr 2009 02:00:00 +0200 Message-ID: References: <5f0660120903281352v5d7ab83cy44fcff3cbf4581cb@mail.gmail.com> <20090402100822.GC28589@tomas> <20090402115119.GA29256@tomas> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1238803225 5165 80.91.229.12 (4 Apr 2009 00:00:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Apr 2009 00:00:25 +0000 (UTC) Cc: Eli Zaretskii , tomas@tuxteam.de, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 04 02:01:43 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LptKQ-0001Gp-Iv for ged-emacs-devel@m.gmane.org; Sat, 04 Apr 2009 02:01:42 +0200 Original-Received: from localhost ([127.0.0.1]:49381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LptJ2-0002mq-CR for ged-emacs-devel@m.gmane.org; Fri, 03 Apr 2009 20:00:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LptIw-0002kb-7x for emacs-devel@gnu.org; Fri, 03 Apr 2009 20:00:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LptIr-0002i6-Ed for emacs-devel@gnu.org; Fri, 03 Apr 2009 20:00:09 -0400 Original-Received: from [199.232.76.173] (port=45698 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LptIr-0002i2-AU for emacs-devel@gnu.org; Fri, 03 Apr 2009 20:00:05 -0400 Original-Received: from mail-fx0-f166.google.com ([209.85.220.166]:35891) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LptIp-0002Kh-UX; Fri, 03 Apr 2009 20:00:04 -0400 Original-Received: by fxm10 with SMTP id 10so1207617fxm.42 for ; Fri, 03 Apr 2009 17:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=XZ6nw2nH+0ytQh+LD/WkyG8KXcbapOCAkiLl5bLWi4o=; b=PR5Yy3RS3jItVLEcK3bwkqd2UAbLeFO1QUwK+WFEdpleMKzZIP9qnyr6HelfKSSDns tmrF/5cmlOAXh/6FVBgCBFOPCFCccgQUp0dLhwRuZ3SNYFgFHNz6xJGUDvWtzgkuZAFK cqYPfBeussBpLlE2mOaRw14f5ELeCSi53B+eA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=n35CZ/KMaFMjnTsY5SCMQ9bNThYcOfBlEdWXHtB0+PiNARHEP1D0oK5FuMOvzSseJJ 1nxzphsUhvqq2kyAfyDEsPG78BKl/MHgwnnS16f/a9vjh2R+htDoPfjhavljuOTbxFaX NOi6G72Lk8RQ3pWBWZ2RxRWZqN17e6plMKSds= Original-Received: by 10.223.107.19 with SMTP id z19mr1584811fao.27.1238803201060; Fri, 03 Apr 2009 17:00:01 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110048 Archived-At: On Thu, Apr 2, 2009 at 10:56 PM, Lennart Borgman wrote: > An easy way would perhaps be to write a temporary pdf-file and then > call w32-shell-execute on that file with "print" as the operation. Just tested with (w32-shell-execute "print" "MY-PDF-FILE") This just sends the file MY-PDF-FILE to the printer with Acrobat. Could perhaps someone test with GhostScript?