From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Patch] Allow a function as value of `appt-display-format' Date: Wed, 03 Dec 2008 14:41:49 -0500 Message-ID: References: <87r64pcb4j.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228333370 13440 80.91.229.12 (3 Dec 2008 19:42:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2008 19:42:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 03 20:43:56 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 1L7xdJ-0005hC-5T for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2008 20:43:37 +0100 Original-Received: from localhost ([127.0.0.1]:48185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7xc9-0002G2-1n for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2008 14:42:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7xc4-0002EM-6T for emacs-devel@gnu.org; Wed, 03 Dec 2008 14:42:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7xc2-0002Cx-Ec for emacs-devel@gnu.org; Wed, 03 Dec 2008 14:42:19 -0500 Original-Received: from [199.232.76.173] (port=55811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7xc2-0002Ca-8Y for emacs-devel@gnu.org; Wed, 03 Dec 2008 14:42:18 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:42804) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7xc1-0007x3-K5 for emacs-devel@gnu.org; Wed, 03 Dec 2008 14:42:17 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L7xba-0005tN-3R; Wed, 03 Dec 2008 14:41:50 -0500 X-Spook: president unclassified analyzer Guantanamo Ruby Ridge X-Ran: kyA2Qw%5(g>S2B"[q (Tassilo Horn's message of "Wed, 03 Dec 2008 20:27:40 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:106533 Archived-At: Tassilo Horn wrote: > I use appointments but I don't like the possible display styles. So I > added a new choice to `appt-display-format' which allows adding a > function which does the job of displaying the message on its own. What does this do that setting appt-disp-window-function does not do (apart from perhaps making the meaning clearer)? > Is it ok to commit, or should I wait until after the feature-freeze? Please wait. Thanks.