From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Platform-specific symbols in cus-start.el Date: Sun, 22 Mar 2009 10:48:18 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <696E8C82-6119-47F3-9F46-F984ACAF29B7@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1237686527 7896 80.91.229.12 (22 Mar 2009 01:48:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Mar 2009 01:48:47 +0000 (UTC) Cc: David Reitter , Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 22 02:50:04 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 1LlCp7-0003tw-VF for ged-emacs-devel@m.gmane.org; Sun, 22 Mar 2009 02:50:02 +0100 Original-Received: from localhost ([127.0.0.1]:54528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlCnl-0006Rr-8u for ged-emacs-devel@m.gmane.org; Sat, 21 Mar 2009 21:48:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlCnf-0006Ou-FO for emacs-devel@gnu.org; Sat, 21 Mar 2009 21:48:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlCna-0006NW-VC for emacs-devel@gnu.org; Sat, 21 Mar 2009 21:48:31 -0400 Original-Received: from [199.232.76.173] (port=45907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlCna-0006NT-Oo for emacs-devel@gnu.org; Sat, 21 Mar 2009 21:48:26 -0400 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:51791 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlCnX-0002SC-M1; Sat, 21 Mar 2009 21:48:23 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id E8C1C2C40; Sun, 22 Mar 2009 10:48:18 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: NetBSD 3.0 (DF) 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:109769 Archived-At: >>>>> On Sat, 21 Mar 2009 09:55:43 -0400, Stefan Monnier said: >> Related to this, is the kludge below found in nsterm.m appropriate, >> or should cus-start be fixed? > Not sure if it's the best solution, but since it reproduces what's > done in w32term.c, it's no worse than what we already have. An alternative solution is to use this variable (x-use-underline-position-properties) in a meaningful way. NSFont has a method to extract the underline position defined by the font, but the current implementation of the Cocoa/GNUstep port unconditionally ignores that value. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp