From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: EWMH package, please review. Date: Sat, 18 Oct 2003 19:47:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3F917CB2.9000001@swipnet.se> References: <0864E46B-FD36-11D7-8B0B-00039363E640@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1066499514 1634 80.91.224.253 (18 Oct 2003 17:51:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2003 17:51:54 +0000 (UTC) Cc: storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Oct 18 19:51:51 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAvF1-0008Eq-00 for ; Sat, 18 Oct 2003 19:51:51 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAvF1-0000aX-00 for ; Sat, 18 Oct 2003 19:51:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAvBy-0002nM-Gp for emacs-devel@quimby.gnus.org; Sat, 18 Oct 2003 13:48:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAvBt-0002mv-RR for emacs-devel@gnu.org; Sat, 18 Oct 2003 13:48:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAvBN-0002fS-0U for emacs-devel@gnu.org; Sat, 18 Oct 2003 13:48:36 -0400 Original-Received: from [193.201.16.94] (helo=stubby.bodenonline.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAvBM-0002fG-HS for emacs-devel@gnu.org; Sat, 18 Oct 2003 13:48:04 -0400 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id h9IIVNxH002339; Sat, 18 Oct 2003 20:31:23 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en Original-To: ttn@glug.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17233 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17233 Thien-Thi Nguyen wrote: > From: "Jan D." > Date: Mon, 13 Oct 2003 06:30:54 +0200 > > I was told to avoid setq when I learned lisp :-). > > but whoever told you that was doing a setq on your brain, > so why would you trust that advice w/o question? It was functional programming that we used Lisp for (never reassign variables, among other things), so it kind of stuck. And there was questions asked at the time :-). Jan D.