From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Window-groups Date: Mon, 23 Jun 2008 10:14:41 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1214230617 16319 80.91.229.12 (23 Jun 2008 14:16:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Jun 2008 14:16:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 23 16:17:40 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 1KAmrT-0002gV-LX for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 16:17:39 +0200 Original-Received: from localhost ([127.0.0.1]:39424 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAmqe-0006hD-Ac for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 10:16:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAmol-0005jO-Go for emacs-devel@gnu.org; Mon, 23 Jun 2008 10:14:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAmoi-0005gL-0e for emacs-devel@gnu.org; Mon, 23 Jun 2008 10:14:50 -0400 Original-Received: from [199.232.76.173] (port=40055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAmoh-0005gG-Gu for emacs-devel@gnu.org; Mon, 23 Jun 2008 10:14:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33303) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAmoh-0003ym-NK for emacs-devel@gnu.org; Mon, 23 Jun 2008 10:14:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KAmob-00067V-JR; Mon, 23 Jun 2008 10:14:41 -0400 In-reply-to: (joakim@verona.se) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:99781 Archived-At: + (let* ((name (concat "group-" (number-to-string window-group--counter))) + (group (make-symbol name))) I think the name should be given by the caller, not constructed.