From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: elisp question Date: Sat, 03 May 2008 17:38:07 +0200 Message-ID: <87r6cjcs9s.fsf@bzg.ath.cx> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209829123 10374 80.91.229.12 (3 May 2008 15:38:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 May 2008 15:38:43 +0000 (UTC) Cc: harven To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 03 17:39:16 2008 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 1JsJpT-0005z0-So for geh-help-gnu-emacs@m.gmane.org; Sat, 03 May 2008 17:39:16 +0200 Original-Received: from localhost ([127.0.0.1]:58691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsJom-0001b9-Ec for geh-help-gnu-emacs@m.gmane.org; Sat, 03 May 2008 11:38:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JsJoT-0001ZI-14 for help-gnu-emacs@gnu.org; Sat, 03 May 2008 11:38:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JsJoS-0001Yd-IS for help-gnu-emacs@gnu.org; Sat, 03 May 2008 11:38:12 -0400 Original-Received: from [199.232.76.173] (port=45247 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsJoS-0001YH-Cc for help-gnu-emacs@gnu.org; Sat, 03 May 2008 11:38:12 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JsJoS-0005pd-4w for help-gnu-emacs@gnu.org; Sat, 03 May 2008 11:38:12 -0400 Original-Received: by fg-out-1718.google.com with SMTP id 13so3152149fge.30 for ; Sat, 03 May 2008 08:38:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=41d88d2qhfBlcjkscZInB45hV9XK830W39SYSQhWNSg=; b=eKfCIYmkW9Wr3aRGckzrzbkYA1F67p8sgCSxjL0B/gcKx/PTylcPV/vLwGV/SeyF1ScVoW9WzHmfnxwZT5J5oHO3kFXQrFHVqGyy4zERp6VCVp4UvSAZ9S4WmWHCEjT1TSrTS8zGb9U7OEQkxrokNUFRfmz2b+h0Bv0yQ8fJA5g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=i+KuIt50PlyONnP0hVjtremRLG5MpGib/8gNgJcZsoK7Sx3B1Vs/DkPc/UziI3jgP2gdWzFMV5Q2fR5rKq84IDO34QeT4Y3i6M6mOvcFpAcVpDqpexiHqTf7xQ+LFUZoLDn5Olzt7qEEIDBgPSMsw3u1K4SZiYbkLUc/KZwGGXE= Original-Received: by 10.86.84.5 with SMTP id h5mr3240735fgb.11.1209829091082; Sat, 03 May 2008 08:38:11 -0700 (PDT) Original-Received: from bzg.ath.cx ( [88.140.24.142]) by mx.google.com with ESMTPS id 3sm3685106fge.3.2008.05.03.08.38.09 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 May 2008 08:38:09 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 46640157686; Sat, 3 May 2008 17:38:07 +0200 (CEST) In-Reply-To: (harven@free.fr's message of "Wed, 30 Apr 2008 14:23:54 -0700 (PDT)") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:53741 Archived-At: harven writes: > I am trying to device a short command to > interactively resize the current window: You might play with windresize.el: http://lumiere.ens.fr/~guerry/u/windresize.el M-x windresize RET -- Bastien