From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.help Subject: Re: emacs-22.1 under kubuntu 6.06 Date: Sun, 12 Aug 2007 04:47:39 +0300 Organization: SunSITE.dk - Supporting Open source Message-ID: <87bqddmslg.fsf@kobe.laptop> References: <1186739210.494284.224250@z24g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186886439 8281 80.91.229.12 (12 Aug 2007 02:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2007 02:40:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 12 04:40:37 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IK3Nd-0003AS-4V for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Aug 2007 04:40:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IK3Nc-0005Zj-B9 for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Aug 2007 22:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (berkeley-unix) Cancel-Lock: sha1:JtP8hBQ9FTkxX66+y6isdS+PP+Y= Original-Lines: 16 Original-NNTP-Posting-Host: 81.186.70.238 Original-X-Trace: news.sunsite.dk DXC=6c]SQlT2\^3H=^0YSB=nbEKnk; l:4`YVO27`?L^Mj7X7f^UIZ@YZ9N^0TR4Z9Fb9HL_L3:GK?`< Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:150930 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46506 Archived-At: On Fri, 10 Aug 2007 02:46:50 -0700, stephan.zimmer@googlemail.com wrote: > Dear all, > > I just downloaded emacs-22.1 and build it (by hand) under kubuntu > 6.06. Everything works fine, except that the menus of emacs look quite > ugly (like the menus of application using a very old X-version); > furhtermore the menubar has a black background color. Does anyone know > how to avoid this? You have probably built Emacs without Lucid widgets. Emacs 22 can build with GTK+ widgets too, but you will have to run the `configure' script with the option `--with-gtk' or with the option `--with-x-toolkit=gtk'. HTH, Giorgos