From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: JS Newsgroups: gmane.emacs.help Subject: Re: Menus to big in emacs Date: Sat, 30 Oct 2004 17:21:32 +0200 Organization: UNI-C Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <86d5z0z2jh.fsf@mediawars.ne.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1099149731 25105 80.91.229.6 (30 Oct 2004 15:22:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2004 15:22:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 30 17:22:06 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CNv3N-0000Ds-00 for ; Sat, 30 Oct 2004 17:22:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNvBH-00032x-Ey for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Oct 2004 11:30:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1099149487 23540 130.225.245.182 (30 Oct 2004 15:18:07 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Sat, 30 Oct 2004 15:18:07 +0000 (UTC) User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Original-Xref: shelby.stanford.edu gnu.emacs.help:126249 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21630 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21630 On Sat, 30 Oct 2004 23:46:58 +0900, Shigeki UNO wrote: > JS writes: > > | How do I make the menus in emacs smaller they are enormous and take to > | much of my place. > | > | Its both then menu with: File Edit Option Buffers Tools Help > | and the graphical menu with discard, read cut etc icons. > | > | > | Johs > > ~/.Xdefaults > > Emacs.pane.menubar.horizontalSpacing: N > Emacs.pane.menubar.verticalSpacing: N > Emacs.pane.menubar.Margin: N > > For me, > > Emacs.pane.menubar.horizontalSpacing: 4 > Emacs.pane.menubar.verticalSpacing: 2 > Emacs.pane.menubar.Margin: 0 > Thank you very much that did it! Weird that you need the .Xdefaults file for this why not just use the .emacs file? Johs