From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: emacs + maximum window size / maximum frame size + default home dir Date: Fri, 8 Apr 2011 10:29:24 +0200 Message-ID: <356AAA70-8596-44EE-A060-A2A43B346C4C@Web.DE> References: <31348766.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1302251403 25929 80.91.229.12 (8 Apr 2011 08:30:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Apr 2011 08:30:03 +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 10:29:59 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 1Q874o-0001dR-Oe for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Apr 2011 10:29:58 +0200 Original-Received: from localhost ([127.0.0.1]:44705 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q874o-0000PK-7r for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Apr 2011 04:29:58 -0400 Original-Received: from [140.186.70.92] (port=36065 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q874M-0000Ox-KE for Help-gnu-emacs@gnu.org; Fri, 08 Apr 2011 04:29:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q874L-0002L4-C1 for Help-gnu-emacs@gnu.org; Fri, 08 Apr 2011 04:29:30 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:50060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q874L-0002K4-5P for Help-gnu-emacs@gnu.org; Fri, 08 Apr 2011 04:29:29 -0400 Original-Received: from smtp03.web.de ( [172.20.0.65]) by fmmailgate02.web.de (Postfix) with ESMTP id 2751219BF1352; Fri, 8 Apr 2011 10:29:27 +0200 (CEST) Original-Received: from [91.35.211.229] (helo=[192.168.1.2]) by smtp03.web.de with asmtp (WEB.DE 4.110 #2) id 1Q874J-0001Xm-00; Fri, 08 Apr 2011 10:29:27 +0200 In-Reply-To: <31348766.post@talk.nabble.com> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX19cLfDa9nP6Ah5mxzFq0Varcl25E3ixKxRdVaQv EoUPVeTVyXEcO7kL1hjqpP0RrG/nO8cdrfK8VZTMtzisA2Ej57 PRpywXmit4XxLqax2fcA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.227 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:80695 Archived-At: Am 08.04.2011 um 07:19 schrieb rkv: > i would like to set the maximum window size by default in my emacs > init file The variables default-frame-alist and initial-frame-alist exist. > And also i would like to put my defualt dir from the home dir to > some other > path in the .init file . You could put into your init file something like (setenv "HOME" (concat (getenv "HOME") path-separator "some/ directory")) A side-effect of this would that C-x d ~ RET would not open your real home directory but the faked $HOME. -- Greetings Pete Think of XML as Lisp for COBOL programmers. - Tony-A (some guy on /.)