From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Removing mode-specific window restore code Date: Sun, 31 Aug 2014 16:05:01 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1409515551 11700 80.91.229.3 (31 Aug 2014 20:05:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Aug 2014 20:05:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 31 22:05:41 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XOBNX-0005Kg-5o for ged-emacs-devel@m.gmane.org; Sun, 31 Aug 2014 22:05:35 +0200 Original-Received: from localhost ([::1]:50904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOBNW-0004vL-H8 for ged-emacs-devel@m.gmane.org; Sun, 31 Aug 2014 16:05:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOBNL-0004v1-GT for emacs-devel@gnu.org; Sun, 31 Aug 2014 16:05:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOBND-0005pg-Uf for emacs-devel@gnu.org; Sun, 31 Aug 2014 16:05:23 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:10652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOBND-0005pc-Qs for emacs-devel@gnu.org; Sun, 31 Aug 2014 16:05:15 -0400 Original-Received: from fmsmemgm.homelinux.net ([24.37.3.82]) by VL-VM-MR001.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0NB600C9NT4N8860@VL-VM-MR001.ip.videotron.ca> for emacs-devel@gnu.org; Sun, 31 Aug 2014 16:05:15 -0400 (EDT) Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 5E51DAE171; Sun, 31 Aug 2014 16:05:01 -0400 (EDT) In-reply-to: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 24.201.245.36 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:173931 Archived-At: > First, I would like to try to remove the mode-specific window restore code > and let `quit-window' handle this. Sounds good. BTW, if you can make them derive from special-mode and inherit the `q' binding from there, that'd be even better. > Should I open bug reports for each instance to track the review or post > patches here? Better send patches as bug reports. BTW, the Ibuffer patch looks fine, Stefan