From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Bug in change in button.el? Date: Mon, 23 Apr 2007 19:08:10 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1177369963 8131 80.91.229.12 (23 Apr 2007 23:12:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Apr 2007 23:12:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: rgm@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 01:12:42 2007 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 1Hg7i5-0002TU-Iq for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 01:12:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hg7nX-0006Lt-2e for ged-emacs-devel@m.gmane.org; Mon, 23 Apr 2007 19:18:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hg7lm-0005HG-3O for emacs-devel@gnu.org; Mon, 23 Apr 2007 19:16:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hg7lk-0005Fr-NW for emacs-devel@gnu.org; Mon, 23 Apr 2007 19:16:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hg7lk-0005FX-HE for emacs-devel@gnu.org; Mon, 23 Apr 2007 19:16:28 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hg7gI-0002ld-Db for emacs-devel@gnu.org; Mon, 23 Apr 2007 19:10:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Hg7di-0002E6-4y; Mon, 23 Apr 2007 19:08:10 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:69886 Archived-At: ;; Use color for the MS-DOS port because it doesn't support underline. -(defface button '((((type pc) (class color)) +;; Also for the linux console. +(defface button '((((type pc tty) (class color)) Doesn't "tty" include xterms? If so, it will give the wrong results on xterms that can underline.