From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.help Subject: Function call in default-frame-alist Date: Thu, 27 Nov 2003 11:54:27 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1231B2DD-20C8-11D8-B5D4-000393861220@sage.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v553) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1069931574 30938 80.91.224.253 (27 Nov 2003 11:12:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2003 11:12:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 27 12:12:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APK4p-0008HV-00 for ; Thu, 27 Nov 2003 12:12:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APKwc-0000bo-K7 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Nov 2003 07:08:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1APKqc-0007Lb-Pv for help-gnu-emacs@gnu.org; Thu, 27 Nov 2003 07:02:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1APKn4-0006MH-VP for help-gnu-emacs@gnu.org; Thu, 27 Nov 2003 06:59:06 -0500 Original-Received: from [195.25.216.129] (helo=Mis.sage.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APKl0-0005yP-Nz for help-gnu-emacs@gnu.org; Thu, 27 Nov 2003 06:56:26 -0500 Original-Received: from sage.com (GOUDURIX [172.18.3.54]) by Mis.sage.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id X1N8R8SP; Thu, 27 Nov 2003 11:56:15 +0100 Original-To: emacs-help X-Mailer: Apple Mail (2.553) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:14647 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14647 Hi, i defined the following to alter the geometry of new emacs frames (osx=20= version): (if window-system (setq default-frame-alist '((width . 100) (height = . 44) (top . = 50);pixels (left . = 50);pixels (font . = "fontset-mac")))) I would also like to set the truncate-line that is buffer dependant=20 with (toggle-truncate-lines 1) I didn't see any equivalent to defaukt-frame-alist (neither apropos,=20 nor show variable or help function)... How should i do ? Thanks S=E9bastien Kirche