From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Re: [ps-print] Why imposing symbols for user functions? Date: Fri, 18 Mar 2005 23:13:10 -0300 Message-ID: <423B8AB6.7000308@ig.com.br> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111199779 811 80.91.229.2 (19 Mar 2005 02:36:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Mar 2005 02:36:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 19 03:36:19 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DCTp0-0000yY-Ei for ged-emacs-devel@m.gmane.org; Sat, 19 Mar 2005 03:36:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCTya-0004wl-G8 for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2005 21:46:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DCTyR-0004vR-7A for emacs-devel@gnu.org; Fri, 18 Mar 2005 21:45:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DCTyJ-0004ro-4r for emacs-devel@gnu.org; Fri, 18 Mar 2005 21:45:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCTyH-0004la-9H for emacs-devel@gnu.org; Fri, 18 Mar 2005 21:45:49 -0500 Original-Received: from [200.221.4.195] (helo=smtp.uol.com.br) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DCTW5-0000rf-9e for emacs-devel@gnu.org; Fri, 18 Mar 2005 21:16:41 -0500 Original-Received: from [200.208.42.129] (unknown [200.208.42.129]) by scorpion4.uol.com.br (Postfix) with ESMTP id 0E61FA787; Fri, 18 Mar 2005 23:16:37 -0300 (BRT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 Original-To: drkm In-Reply-To: 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34758 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34758 Hi drkm, > Why does PS Print impose user functions (in `ps-left-header' for > example) to be symbols? `ps-generate-string-list' and > `ps-generate-header-line' use `symbolp' and `fboundp' instead of > `functionp'. Why don't use the following, to allowing lambdas in PS > Print customs: Sorry for this very late answer. The original ps-print creator (Jim Thompson) implemented this way. Jacques Duthen (the maintainer before me) and I didn't notice this problem. Well, I'll install your patch. Thanks for your patch, Vinicius