From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui / fring coredump question Date: Wed, 2 Feb 2005 13:18:16 +0000 (UTC) Message-ID: References: <16895.56578.482474.182257@farnswood.snap.net.nz> <16896.35536.685152.154254@farnswood.snap.net.nz> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1107350688 7298 80.91.229.2 (2 Feb 2005 13:24:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2005 13:24:48 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 02 14:24:48 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CwKUr-0006Ry-IV for ged-emacs-devel@m.gmane.org; Wed, 02 Feb 2005 14:24:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwKhp-0001wr-DE for ged-emacs-devel@m.gmane.org; Wed, 02 Feb 2005 08:38:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwKdX-0007ea-KS for emacs-devel@gnu.org; Wed, 02 Feb 2005 08:33:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwKdU-0007bB-9R for emacs-devel@gnu.org; Wed, 02 Feb 2005 08:33:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwKdT-0007VK-SD for emacs-devel@gnu.org; Wed, 02 Feb 2005 08:33:35 -0500 Original-Received: from [69.168.108.225] (helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwKOm-0002dm-AW for emacs-devel@gnu.org; Wed, 02 Feb 2005 08:18:24 -0500 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.115) Wed, 2 Feb 2005 13:18:16 +0000 (UTC) Original-To: emacs-devel@gnu.org In-reply-to: <16896.35536.685152.154254@farnswood.snap.net.nz> (message from Nick Roberts on Wed, 2 Feb 2005 21:09:52 +1300) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32756 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32756 ... if you are using a different toolkit (GTK?) perhaps (window-fringes) gives something different again with a car of less than 8. No. (window-fringes) gives you (8 8 nil) *unless* you specify a non-default font size. Using yesterdays's GNU Emacs CVS snapshot, Tue, 2005 Feb 1 13:09 UTC GNU Emacs 21.3.50.49 (i686-pc-linux-gnu, GTK+ Version 2.4.14) started with emacs -Q [I evaluated (custom-set-faces '(fringe ((((class color)) (:background "blue"))))) to see the fringes.] The default: (window-fringes) evaluates to (8 8 nil) and fringe-mode evaluates to nil After I evaluated (set-frame-font "10x20") (window-fringes) evaluates to (10 10 nil) and fringe-mode continues to evaluate to nil Incidently, to set-fringe-mode on the left only, I must load "fringe"; otherwise I enter the debugger. (progn (load "fringe") ;; Fringe only on left (set-fringe-mode '(nil . 0))) Then (window-fringes) evaluates to (10 0 nil) for the larger font and (8 0 nil) for the default and fringe-mode evaluates to (nil . 0) -- Robert J. Chassell bob@rattlesnake.com GnuPG Key ID: 004B4AC8 http://www.rattlesnake.com http://www.teak.cc