From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Frame size changes Date: Mon, 6 Oct 2008 16:08:40 +0200 Message-ID: References: <877i8qvq5k.fsf@cyd.mit.edu> <48E5C4E5.9040400@swipnet.se> <873ajdtuhz.fsf@cyd.mit.edu> <48E7191F.7060407@swipnet.se> <871vytg6z9.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223302169 7669 80.91.229.12 (6 Oct 2008 14:09:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2008 14:09:29 +0000 (UTC) Cc: emacs-devel To: "Miles Bader" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 06 16:10:25 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KmqmW-0008Br-7W for ged-emacs-devel@m.gmane.org; Mon, 06 Oct 2008 16:09:52 +0200 Original-Received: from localhost ([127.0.0.1]:34941 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmqlS-0002Qk-MD for ged-emacs-devel@m.gmane.org; Mon, 06 Oct 2008 10:08:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmqlP-0002QR-Jd for emacs-devel@gnu.org; Mon, 06 Oct 2008 10:08:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmqlO-0002Pm-16 for emacs-devel@gnu.org; Mon, 06 Oct 2008 10:08:43 -0400 Original-Received: from [199.232.76.173] (port=44336 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmqlN-0002Pf-Uq for emacs-devel@gnu.org; Mon, 06 Oct 2008 10:08:41 -0400 Original-Received: from mail-gx0-f10.google.com ([209.85.217.10]:49803) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KmqlN-0001DW-ES for emacs-devel@gnu.org; Mon, 06 Oct 2008 10:08:41 -0400 Original-Received: by gxk3 with SMTP id 3so5138175gxk.18 for ; Mon, 06 Oct 2008 07:08:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=M2GLF3KF2jV/PkA7wZNaNp9GIX70XBoynncHmlfrUV0=; b=N3gK1LVzjL9c0FrQwpgcoAU3JaIpi3p0ZCB0V0UQ/kJ84lon+PLNueXgBuJf/j2Jq6 DnWNl24EMOKK+fduD5S3LxHl7jU1KSv2jGebM8qCEJBVsrpSrzbgyJC31vKk8s3XExH+ r0Camf1NKT9a6pjwaDSMJluWJfzZujNats78U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wp2HG64TUPFpfoUjjaY6NqmdEaL1Tu3M7Z2LebrHc8NXWGjDSrzZGPjTBWEjnLH4MT BuUbBUzxgLAYTpdyDiVfPvaOr3zYvu9dk5zO/MjNCIMSKghvYapGPUTFxXAlL3mqzeAR +kxlBdWTX4TrrTeg10NA3vkiJHIz4m0yuE3v4= Original-Received: by 10.100.210.14 with SMTP id i14mr4874113ang.21.1223302120320; Mon, 06 Oct 2008 07:08:40 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Mon, 6 Oct 2008 07:08:40 -0700 (PDT) In-Reply-To: <871vytg6z9.fsf@catnip.gol.com> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104378 Archived-At: On Mon, Oct 6, 2008 at 15:59, Miles Bader wrote: > Because it's a weird thing to do on the face of it, and I've never heard > of anybody actually doing it. Perhaps I'm misunderstanding "us[ing] interactive forms in .emacs". Asking an interactive question to the user while .emacs is loaded is not weird at all. In certain cases, I ask an interactive question from site-lisp.el... Juanma