From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: x-use-underline-position-properties Date: Sun, 10 Feb 2002 19:08:44 -0700 (MST) Message-ID: <200202110208.g1B28ib06507@aztec.santafe.edu> References: <6436-Tue05Feb2002203206+0200-eliz@is.elta.co.il> <200202071457.g17EvGL04641@aztec.santafe.edu> <2561-Sat09Feb2002115313+0200-eliz@is.elta.co.il> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013393970 11632 195.204.10.66 (11 Feb 2002 02:19:30 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 11 Feb 2002 02:19:30 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16a641-00031Q-00 for ; Mon, 11 Feb 2002 03:19:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16a5uK-0000N7-00; Sun, 10 Feb 2002 21:09:28 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16a5td-0000G2-00; Sun, 10 Feb 2002 21:08:45 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.9.3/8.9.3) with ESMTP id TAA11431; Sun, 10 Feb 2002 19:08:44 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1B28ib06507; Sun, 10 Feb 2002 19:08:44 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: eliz@is.elta.co.il In-reply-to: <2561-Sat09Feb2002115313+0200-eliz@is.elta.co.il> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:964 Is what's below okay to install? Index: lisp/cus-start.el =================================================================== RCS file: /cvs/emacs/lisp/cus-start.el,v retrieving revision 1.42 diff -c -r1.42 cus-start.el *** lisp/cus-start.el 5 Feb 2002 08:08:30 -0000 1.42 --- lisp/cus-start.el 9 Feb 2002 09:51:32 -0000 *************** *** 284,289 **** --- 284,291 ---- (eq system-type 'ms-dos)) ((string-match "\\`w32-" (symbol-name symbol)) (eq system-type 'windows-nt)) + ((string-match "\\`x-" (symbol-name symbol)) + (fboundp 'x-create-frame)) (t t)))) Ok. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel