From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrea Vettorello" Newsgroups: gmane.emacs.help Subject: Re: Not a big issue re: Xresources ... but ?? Date: Wed, 27 Jun 2007 15:02:17 +0200 Message-ID: <7d5440240706270602h4012308bw3456696ef33e4dee@mail.gmail.com> References: <1182947830.2870.64.camel@CASE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182949359 10303 80.91.229.12 (27 Jun 2007 13:02:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2007 13:02:39 +0000 (UTC) To: "EMACS List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 27 15:02:38 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 1I3XAL-0001Au-Gi for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jun 2007 15:02:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3XAK-0007vA-T0 for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jun 2007 09:02:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3XA5-0007pE-Bu for help-gnu-emacs@gnu.org; Wed, 27 Jun 2007 09:02:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3XA3-0007lL-KT for help-gnu-emacs@gnu.org; Wed, 27 Jun 2007 09:02:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3XA3-0007l3-ES for help-gnu-emacs@gnu.org; Wed, 27 Jun 2007 09:02:19 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I3XA2-000117-Uw for help-gnu-emacs@gnu.org; Wed, 27 Jun 2007 09:02:19 -0400 Original-Received: by py-out-1112.google.com with SMTP id f31so354162pyh for ; Wed, 27 Jun 2007 06:02:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LNdFPL1Kix63WFKHze8Yi6WKkOK9t90ciHDGdbBneonjnS+RxOobSZT8jcdLjnD/aeVlSQeA9DD/DkdWNqtW55w3sPecVGvpdHJcB0ia5UCsJiS4PWyZdk3gQ7T4jDSZQe6zOL+3LrfDvAERjfkf0GesWWMZlRUYg5zeoL7g/fk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s6uQMyBtGFz007VTjyOKsovaxNbp9udr//fgu2mUNibCAXvgynjERD+st203d/rpZ/nrfvLZ5FIpl8Nn+8o2OjrBiXWLBue0nXJoO2Tu+65s+vN0XCfhANQVX8aBuWQt8S6v1UJ5hub56Gdx0K7UdjclDvm40RS5vvVRxKlpA4M= Original-Received: by 10.141.195.18 with SMTP id x18mr126240rvp.1182949337533; Wed, 27 Jun 2007 06:02:17 -0700 (PDT) Original-Received: by 10.141.212.8 with HTTP; Wed, 27 Jun 2007 06:02:17 -0700 (PDT) In-Reply-To: <1182947830.2870.64.camel@CASE> Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:45310 Archived-At: On 6/27/07, William Case wrote: > Hi; > > I have set my Xresources file as below: > > /etc/X11/Xresources > ... > ! start emacs with scroll bar on right side > Emacs.Geometry: 80x65+96+32 > Emacs.verticleScrollBars: right > > It does the job. But Emacs always starts with a different position size > and with the scrollbar on the left. That lasts for a fraction of a > second, just long enough for me to see that it is some default > configuration then flashes to the Xresources setup. It looks a little > hacky; I can live with that. Do you set a font in your ~/.emacs? Try to set it in your ~/.Xresources file instead (Emacs.font: blah-blah-blah), this should fix the frame (window) resizing. For the position, i'll blame your WM. About the scrollbar, i've no idea... -- Andrea