From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: quit-window Date: Sun, 23 Oct 2011 09:02:46 -0600 Message-ID: <867h3vhht5.fsf@googlemail.com> References: <86mxcsvjsk.fsf@googlemail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319382181 29515 80.91.229.12 (23 Oct 2011 15:03:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2011 15:03:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 23 17:02:56 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RHzZg-0002YI-7a for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2011 17:02:56 +0200 Original-Received: from localhost ([::1]:47249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHzZf-0001NO-PE for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2011 11:02:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHzZc-0001N7-Il for emacs-devel@gnu.org; Sun, 23 Oct 2011 11:02:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHzZb-0001pr-6J for emacs-devel@gnu.org; Sun, 23 Oct 2011 11:02:52 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:45153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHzZb-0001pj-1m for emacs-devel@gnu.org; Sun, 23 Oct 2011 11:02:51 -0400 Original-Received: by ywa17 with SMTP id 17so2456153ywa.0 for ; Sun, 23 Oct 2011 08:02:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=/edfir7j5hLxQEWh3myOF/hMIwiPKotkgSdETCW+cNM=; b=ukZd9b9rylhKjnekEGVgeYp4Ze82fWDGMc2y0sGubQo+Insn1PL/Mj2m0FR5SWJHNb 9kOhaYNAjI76f/SomBnij3E+B5unX7YyU6zRl4t/vMjYK1/jSgmMcYSs/T/TV/OYOwXL r46VmBpIpaflYiUIWtpznB1lPDjWU8eA/xr/c= Original-Received: by 10.150.208.18 with SMTP id f18mr3347097ybg.80.1319382170448; Sun, 23 Oct 2011 08:02:50 -0700 (PDT) Original-Received: from MARVIN (71-212-145-34.hlrn.qwest.net. [71.212.145.34]) by mx.google.com with ESMTPS id l8sm54405261anb.1.2011.10.23.08.02.48 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Oct 2011 08:02:49 -0700 (PDT) In-Reply-To: (Chong Yidong's message of "Sun, 23 Oct 2011 03:23:31 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145436 Archived-At: Chong Yidong writes: >> Finally, if there is mode-specific cleanup to be done, could we provide >> a quit-window-hook to connect to so we can eliminate the need for >> wrappers? > > Yes, good idea. I don't think it's that urgent, though; it can wait for > post 24.1. OK. Should I add an item to the TODO or is there another place to capture items like this, i.e. a tracker item?