From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.2 plans Date: Tue, 17 Nov 2009 12:28:05 +0100 Message-ID: <4B0288C5.3000805@swipnet.se> References: <87ws21aaiz.fsf@stupidchicken.com> <4B01A4AD.4020302@swipnet.se> <87vdhauv0z.fsf@stupidchicken.com> <4B025F6B.7000208@swipnet.se> <4B0273E0.8020005@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1258459083 9208 80.91.229.12 (17 Nov 2009 11:58:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 11:58:03 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 12:57:56 2009 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 1NAMgz-0005M4-NJ for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 12:57:54 +0100 Original-Received: from localhost ([127.0.0.1]:53971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAMgz-00074F-Bx for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 06:57:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAMEJ-0002ZC-PZ for emacs-devel@gnu.org; Tue, 17 Nov 2009 06:28:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAMEC-0002UL-To for emacs-devel@gnu.org; Tue, 17 Nov 2009 06:28:13 -0500 Original-Received: from [199.232.76.173] (port=58846 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAMEC-0002U7-MT for emacs-devel@gnu.org; Tue, 17 Nov 2009 06:28:08 -0500 Original-Received: from proxy2.bredband.net ([195.54.101.72]:56875) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAMEC-0001ec-8H for emacs-devel@gnu.org; Tue, 17 Nov 2009 06:28:08 -0500 Original-Received: from ipb1.telenor.se (195.54.127.164) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC00F8F81A for emacs-devel@gnu.org; Tue, 17 Nov 2009 12:28:06 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArieAFMXAktV4S1uPGdsb2JhbACBS5dlgmMBAQEBN7oRhDsEjEQ X-IronPort-AV: E=Sophos;i="4.44,757,1249250400"; d="scan'208";a="4438676" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 17 Nov 2009 12:28:06 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 17AC07FA07B; Tue, 17 Nov 2009 12:28:06 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117085 Archived-At: YAMAMOTO Mitsuharu skrev: >>>>>> On Tue, 17 Nov 2009 10:58:56 +0100, Jan Dj=E4rv said: >=20 >>> Perhaps some fallback definitions for FC_LCD_* can be provided >>> somewhere so that a binary compiled on an older system can use the >>> LCD features when it runs on a newer one. >>> >=20 >> I added an #ifdef for FC_LCD_FILTER. If I add fallbacks, the older >> version won't work. It will refuse to add keywords (lcdfilter) it >> doesn't know about and return an error. >=20 > Hmm, that's unfortunate... >=20 Actually, I think i misread the code. I'll have another look and add=20 fallbacks if it will work. Jan D.