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: State of NS port Date: Tue, 15 Jan 2013 21:47:35 +0100 Message-ID: References: <69E12347-B799-48E4-AE1A-115365CEA4C8@gmail.com> <22C1B7A8E2294F08983ACE6BA77A7346@gmail.com> <20130112.155846.2267676142560540640.hanche@math.ntnu.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1358282870 8456 80.91.229.3 (15 Jan 2013 20:47:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2013 20:47:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 15 21:48:08 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TvDQT-0006a3-Am for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2013 21:48:05 +0100 Original-Received: from localhost ([::1]:56095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvDQD-0000Ql-11 for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2013 15:47:49 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvDQA-0000QU-5C for emacs-devel@gnu.org; Tue, 15 Jan 2013 15:47:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvDQ6-0004Th-DU for emacs-devel@gnu.org; Tue, 15 Jan 2013 15:47:46 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:32855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvDQ6-0004Sv-6B for emacs-devel@gnu.org; Tue, 15 Jan 2013 15:47:42 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id A7405C91D for ; Tue, 15 Jan 2013 21:47:35 +0100 (CET) Original-Received: (qmail 9399 invoked by uid 89); 15 Jan 2013 20:47:35 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 15 Jan 2013 20:47:35 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id D023D7FA06C; Tue, 15 Jan 2013 21:47:34 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.1499) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 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:156409 Archived-At: Hello. 15 jan 2013 kl. 18:57 skrev Adrian Robert : > Jan Dj=E4rv swipnet.se> writes: >=20 > ... >> I also prefer LCD-smoothing of, but I suspect it depends on the = monitor also. >> We can make off/on a user option. >=20 > I guess it should really be tied in to what the user selects at the = system level. Well, if LCD-smoothing is turned off on a system level, it is turned off = for Emacs also, we don't do anything special. >=20 > But failing that, user-configurable would be nice. We used to have > 'ns-use-qd-smoothing' in the old days, which produced a look similar > to the Carbon port at the time. Although it is probably relevant = beyond > just ns -- I'm pretty sure both Windows and X provide a similar = system-level > option (though hopefully it is already listened to there). I'm not sure X(ft) has LCD_smoothing like OSX has, it does have = different antialias settings. But Gnome 3 has removed the possibility = for the user to change them easily... Jan D.