From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: --reverse-video and --no-window-system Date: Thu, 28 Jul 2011 08:15:23 +0200 Message-ID: <8762mnc4n8.fsf@turtle.gmx.de> References: <87tyae6h6j.fsf@stupidchicken.com> <4E2917A0.20002@online.de> <87fwly2v6c.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1311833738 26992 80.91.229.12 (28 Jul 2011 06:15:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2011 06:15:38 +0000 (UTC) Cc: Andreas =?iso-8859-1?Q?R=F6hler?= , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 28 08:15:34 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QmJsc-0007ND-6r for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2011 08:15:34 +0200 Original-Received: from localhost ([::1]:46085 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmJsb-0001ME-LQ for ged-emacs-devel@m.gmane.org; Thu, 28 Jul 2011 02:15:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmJsY-0001M9-7g for emacs-devel@gnu.org; Thu, 28 Jul 2011 02:15:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmJsX-0005tY-3o for emacs-devel@gnu.org; Thu, 28 Jul 2011 02:15:30 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:42071) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QmJsW-0005tU-NI for emacs-devel@gnu.org; Thu, 28 Jul 2011 02:15:29 -0400 Original-Received: (qmail invoked by alias); 28 Jul 2011 06:15:25 -0000 Original-Received: from p4FF895A5.dip.t-dialin.net (EHLO turtle.gmx.de) [79.248.149.165] by mail.gmx.net (mp002) with SMTP; 28 Jul 2011 08:15:25 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+UlUAhQOKUrQhU+xTwVO72MKsHCZ7HoHvV4lsMv/ xWd9OYGmlL496P Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id BC4FB3F504; Thu, 28 Jul 2011 08:15:24 +0200 (CEST) In-Reply-To: <87fwly2v6c.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 22 Jul 2011 11:26:35 -0400") User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142424 Archived-At: On 2011-07-22 17:26 +0200, Chong Yidong wrote: > Andreas Röhler writes: > >> thanks a lot. BTW: will 23.3 branch get the fix too? >> Being in favour of keeping at least one Emacs as stable as possible. > > I guess the fix should be pretty safe, so I've merged it into the > emacs-23 branch too. It breaks builds configured "--without-x" there: ,---- | frame.o: In function `Fmodify_frame_parameters': | /usr/local/src/emacs/emacs-23/src/frame.c:2611: undefined reference to `update_face_from_frame_parameter' `---- Could you please have a look? The trunk builds fine --without-x. Cheers, Sven