Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3EBF6259.4090003@mimosa.ceng.cea.fr> Date: Mon, 12 May 2003 10:59:05 +0200 From: gilles civario User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: fr,en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Cc: civario AT mimosa DOT ceng DOT cea DOT fr Subject: a2ps and printer Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hello. I've just fond the a2ps-4.2.1 pakage on my favorite repository and I've tested it. As a fan of a2ps for printing source listings, I'd already installed the version 4.13 on my machine. And with an very dirty hack, I managed to use a samba-shared network printer with it. If somebody cares about it, here is a diff between the initial version of the file /etc/a2ps-site.cfg and my new one : $ diff a2ps-site.cfg.init a2ps-site.cfg 41c41 < DefaultPrinter: | #{lp.default} --- > DefaultPrinter: | cat > /tmp/foo.ps ;cd /tmp; /cygdrive/c/WINNT/system32/lpr -S mimosa -P glaieul foo.ps ; rm foo.ps 48c48 < UnknownPrinter: | #{lp} #o --- > UnknownPrinter: | cat > /tmp/foo.ps ;cd /tmp; /cygdrive/c/WINNT/system32/lpr -S mimosa -P #o foo.ps ; rm foo.ps Where mimosa is the name of the network print server and glaieul is the name of the default printer. I suppose there is a more elegant way to do this, but this is the only one I've found. Regards. Gilles. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/