From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ramakrishnan Muthukrishnan Newsgroups: gmane.emacs.help Subject: Re: New Emacs with GTK? Date: Thu, 13 Mar 2003 14:07:16 +0530 Organization: Texas Instruments Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E70433C.1EC05CCB@ti.com> References: <87bs0hxdf2.fsf@killr.ath.cx> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1047545386 19122 80.91.224.249 (13 Mar 2003 08:49:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2003 08:49:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 13 09:49:43 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18tOPH-0004y8-00 for ; Thu, 13 Mar 2003 09:49:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18tOLP-0004xE-03 for gnu-help-gnu-emacs@m.gmane.org; Thu, 13 Mar 2003 03:45:43 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!cyclone-sf.pbi.net!151.164.30.35!cyclone.swbell.net!newsfeed1.easynews.com!easynews.com!easynews!border3.nntp.aus1.giganews.com!nntp.giganews.com!NetNews1!attdl2!ip.att.net!news.ti.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 157.87.81.14 Original-X-Trace: tilde.itg.ti.com 1047544571 18432 157.87.81.14 (13 Mar 2003 08:36:11 GMT) Original-X-Complaints-To: usenet@news.ti.com Original-NNTP-Posting-Date: 13 Mar 2003 08:36:11 GMT X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en Original-Xref: shelby.stanford.edu gnu.emacs.help:111044 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7544 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7544 Peter Wu wrote: > > Good looking!! :) > > I want my scrollbar to be of the same style as yours. How to? I didn't do anything special. Here is what I did while compiling emacs from CVS with GTK+2.0 support. $ ./configure --with-x --with-{png,jpeg...} --with-x-toolkit=gtk --with-pkg-config-prog= Under debian, you have to install the package `libgtk2.0-dev' inorder to have the relevant header files and libraries to compile GTK+2.0 programs. That's it. best regards -- Ramakrishnan