From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Timur Kuyanov Newsgroups: gmane.emacs.help Subject: resize buffer window on startup? Date: Mon, 7 Jun 2010 17:13:06 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015175d064021786e0488721c9d X-Trace: dough.gmane.org 1275945025 9892 80.91.229.12 (7 Jun 2010 21:10:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2010 21:10:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 07 23:10:24 2010 connect(): No such file or directory 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 1OLjaR-0005LS-MI for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jun 2010 23:10:23 +0200 Original-Received: from localhost ([127.0.0.1]:49128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLjaQ-0003vZ-SH for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jun 2010 17:10:22 -0400 Original-Received: from [140.186.70.92] (port=58017 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLe0j-0008PV-Fs for help-gnu-emacs@gnu.org; Mon, 07 Jun 2010 11:13:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLe0i-00028P-7p for help-gnu-emacs@gnu.org; Mon, 07 Jun 2010 11:13:09 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:35876) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLe0i-00027z-3X for help-gnu-emacs@gnu.org; Mon, 07 Jun 2010 11:13:08 -0400 Original-Received: by fxm14 with SMTP id 14so2547338fxm.0 for ; Mon, 07 Jun 2010 08:13:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ijYZfdOTB+dOF2KJCXsj9ggIssAW8DFqDmy0fGbxsq4=; b=rxS61kgAxrBtqAipu8lFgGx76YVkVVJ7LaHQraEpW74Fdi8MNnkMaPC51jen+K/Yke pjRJlhv7nIjf1fzgOEWCNDpz3BUtqqlXRvIhyS7DPMAEtJlWAMnUbnx6xZMUfBgtz6AQ cAMeU6bHXTXMoP8fZJhwFuS/vqDviIFXl4TMo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YTKNctaG9fYefqqP2KBhz8bioiqm8+QQ3RcvgHUPmKbHT2V7Uih2HNU1iXSaT1Jso9 LFLLwrEX+Xkn58M+CwueVb8pFAWV/fuwBMErFiarECeUfcO/wUtUKzXnp/D8hVK+pnkH 1Ih0PsFILVBHwcIfS2jfPPHfNheJXoNl7OWGM= Original-Received: by 10.204.157.24 with SMTP id z24mr6819795bkw.187.1275923586447; Mon, 07 Jun 2010 08:13:06 -0700 (PDT) Original-Received: by 10.204.141.205 with HTTP; Mon, 7 Jun 2010 08:13:06 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 07 Jun 2010 17:09:19 -0400 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:73850 Archived-At: --0015175d064021786e0488721c9d Content-Type: text/plain; charset=ISO-8859-1 Hello! I'm using Emacs in Supercollider mode, which opens two buffer windows automatically, and makes them equal size. I would like to have one of them bigger then another every time i'm starting emacs with -sclang option... is it possible to put something like (enlarge-window *SCLang:workspace* 10) or any other thing which will resize buffer window after it created? thank you! --0015175d064021786e0488721c9d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello!

I'm using Emacs in Supercollider mode, which = opens two buffer windows automatically, and makes them equal size. I would = like to have one of them bigger then another every time i'm starting em= acs with -sclang option... is it possible to put something like (enlarge-wi= ndow *SCLang:workspace* 10) or any other thing which will resize buffer win= dow after it created? thank =A0you!
--0015175d064021786e0488721c9d--