From owner-freebsd-questions Tue Nov 24 11:38:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27681 for freebsd-questions-outgoing; Tue, 24 Nov 1998 11:38:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27676 for ; Tue, 24 Nov 1998 11:38:57 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost (1161 bytes) by rip.psg.com via sendmail with P:stdio/R:inet_resolve/T:smtp (sender: ) (ident using unix) id for ; Tue, 24 Nov 1998 11:38:42 -0800 (PST) (Smail-3.2.0.101 1997-Dec-17 #1 built 1998-Oct-13) Message-Id: Date: Tue, 24 Nov 1998 11:38:42 -0800 (PST) From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Aaron Parmelee Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xemacs question Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > whenever i run xemacs, the window it appears in is longer than my screen > is tall, cutting off the menu bar on top. is there a file that i can edit > that controls the size of the xemacs window? .Xresources either directly or indirectly can have Emacs.font: 9x15 Emacs.cursorColor: CURSOR_COLOR Emacs.pointerColor: POINTER_COLOR Emacs.geometry: 80x64 Emacs.foreground: FOREGROUND_TEXT Emacs.background: BACKGROUND_TEXT Emacs.highlight.attributeForeground: FOREGROUND_TEXT Emacs.highlight.attributeBackground: MediumVioletRed Emacs.region.attributeForeground: FOREGROUND_TEXT Emacs.region.attributeBackground: BlueViolet Emacs.pane.menubar.background: grey Emacs.pane.menubar.buttonForeground: red Emacs.pane.menubar.buttonBackground: BlueViolet Emacs.menu*.background: grey etc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message