From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: Printing on M$ Date: Mon, 21 Jan 2008 14:33:20 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200906220 13236 80.91.229.12 (21 Jan 2008 09:03:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2008 09:03:40 +0000 (UTC) To: "Emacs Devel" , "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 21 10:03:59 2008 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 1JGsZQ-0007n8-LU for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2008 10:03:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGsZ1-0003rW-9Q for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2008 04:03:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGsYv-0003r5-8X for emacs-devel@gnu.org; Mon, 21 Jan 2008 04:03:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGsYs-0003ov-Ux for emacs-devel@gnu.org; Mon, 21 Jan 2008 04:03:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGsYs-0003ol-R8 for emacs-devel@gnu.org; Mon, 21 Jan 2008 04:03:22 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGsYs-0000w1-6D for emacs-devel@gnu.org; Mon, 21 Jan 2008 04:03:22 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so3595680wah.10 for ; Mon, 21 Jan 2008 01:03:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=5+DhBOwtuDggHZvqzHg+CersCENkNBW4k8V9UCym2dY=; b=lbWFXShhiCZu+fC6JVQ3IQMd1/hC43DPH6MbHfK8LHX6FrLq07TXIt1uU9vmU8WewEoBBzTW+7qV5wb/ice1J4S3iGHychx/CU1+9wJptYWZBwzick/3XJJGrWhSf5mjB/yefvhGSLLmhxxfSarQx2zPw3JDLzUrKcAy7jvLENY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dmnjVaKqIF16+fK5bbCAryoumJZHbhA6HuyeHZcz4FzTQHflxZJcz9TEQHZJes15sWj/dsutM9W5klHQd/v6fqPyo4remxH0vjK9OPQYsv9ceGv2AXDchl0/HRZnGs7LDEOi2oODvnC9HP5lxvtZ7P9RhO/XFMiEqC/vFUj31kI= Original-Received: by 10.115.75.1 with SMTP id c1mr4954601wal.84.1200906201011; Mon, 21 Jan 2008 01:03:21 -0800 (PST) Original-Received: by 10.115.73.6 with HTTP; Mon, 21 Jan 2008 01:03:20 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:87192 Archived-At: Hi, On Jan 21, 2008 11:44 AM, dhruva wrote: > I am exploring the GDI interface and seems quite structured (compared > to other things on M$) Do I concentrate on getting RAW text printing using GDI interfaces? I have written a small tool from which I can get the printer selection dialog box (with default printer selected) and print the file I have given from the command prompt. I am in the process of adding page break support and that should make a working command/code. However, I am not able to print images or other file types by using different printing processors. I will explore it later once I get page breaks in place. -dky -- Contents reflect my personal views only!