From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: #ifdefs not properly faced in printouts Date: Mon, 13 Jun 2005 11:02:47 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118675329 1009 80.91.229.2 (13 Jun 2005 15:08:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2005 15:08:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 13 17:08:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DhqXz-00043R-RO for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2005 17:08:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dhqcn-0003OJ-VX for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2005 11:13:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DhqWr-0002F4-JC for emacs-devel@gnu.org; Mon, 13 Jun 2005 11:07:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DhqWW-00024p-3m for emacs-devel@gnu.org; Mon, 13 Jun 2005 11:06:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhqWW-000243-0e for emacs-devel@gnu.org; Mon, 13 Jun 2005 11:06:48 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DhqUR-0002v9-My for emacs-devel@gnu.org; Mon, 13 Jun 2005 11:04:39 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DhqSd-0000ko-Fv; Mon, 13 Jun 2005 11:02:52 -0400 Original-To: Mats Emacs In-reply-to: (message from Mats Emacs on Sun, 12 Jun 2005 17:20:54 +0200) 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:38725 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38725 Preprocessor directives, ie "#include", "#ifdef", "#if", "#end", do not get coloured as expected while using ps-print-buffer-with-faces. The same stands for ps-print-region-with-faces. That is rather vague--would you please provide a self-contained test case? Please read the Bugs section in the Emacs manual, which provides guidelines on how to write a bug report to give us the necessary information so we can fix the bug.