From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: emacs + maximum window size / maximum frame size + default home dir Date: Fri, 08 Apr 2011 11:05:40 +0530 Message-ID: <81ipupi9ub.fsf@gmail.com> References: <31348766.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302241012 6998 80.91.229.12 (8 Apr 2011 05:36:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Apr 2011 05:36:52 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: rkv Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 08 07:36:48 2011 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.69) (envelope-from ) id 1Q84ND-0003qx-Pt for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Apr 2011 07:36:47 +0200 Original-Received: from localhost ([127.0.0.1]:57290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q84ND-0002Iv-4Z for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Apr 2011 01:36:47 -0400 Original-Received: from [140.186.70.92] (port=48057 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q84MS-0002FS-OK for Help-gnu-emacs@gnu.org; Fri, 08 Apr 2011 01:36:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q84MR-0004YK-K6 for Help-gnu-emacs@gnu.org; Fri, 08 Apr 2011 01:36:00 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:36664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q84MR-0004YG-FA for Help-gnu-emacs@gnu.org; Fri, 08 Apr 2011 01:35:59 -0400 Original-Received: by iwg8 with SMTP id 8so4236843iwg.0 for ; Thu, 07 Apr 2011 22:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=D1XLNhpC8yYrYr7QjeVYJYgocnnS23AC5BX8hMMILN4=; b=EM3E6QoMH9WHaKAXNJ+PF6X0RzSE2njrG1y59FUcvNvu00CwC41uxmAixpJsGFCvDH MMGlBpaa1IdQjktzVxB+gba9o5s+nGdbR6odlY57Le3SH9dT1mHx/aZkg22+dVXQ8OEP ALZjrshpMzKoQrTexRw/+CdqVuiiAfSDlojXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=AbbzWJz+4wj3Gqc9JPSbqR8qm9UrkTqcxt/armXMa1ywbvqHaDGI2ZJcB/1FUtQMpz JJxcY9DnKluWxNHit+IdtaSVat1QdB8NIr4OTmrDJmEloMYiMK/jo2CzV3Rd5wsxG+WL PIuUdpIhCc2JKmQvELcmHAxs/TaUfzuoJq5H8= Original-Received: by 10.42.170.2 with SMTP id d2mr2839453icz.181.1302240958285; Thu, 07 Apr 2011 22:35:58 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.242.170.138]) by mx.google.com with ESMTPS id o3sm1624785ibd.61.2011.04.07.22.35.54 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Apr 2011 22:35:57 -0700 (PDT) In-Reply-To: <31348766.post@talk.nabble.com> (rkv's message of "Thu, 7 Apr 2011 22:19:36 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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:80691 Archived-At: rkv writes: > Hello all, > > i would like to set the maximum window size by default in my emacs init file > . > > As of now from X windows when ever i open i have to do the alt+space+X to > maximize the window. Haven't done this myself. May be this will help or is a good place to start. http://www.emacswiki.org/emacs/FullScreen > > And also i would like to put my defualt dir from the home dir to some other > path in the .init file . > > As of now it is the /home// dir where again i have to navigate or give > whole path in c-x c-f . > Search for setenv and HOME in http://www.emacswiki.org > if any body can help it would save lot of time for me. > > regards > rkv --