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: [PATCH] set-temporary-overlay-map improvement and make windresize exit on other commands Date: Thu, 13 Jun 2013 16:44:11 -0400 Message-ID: References: <87txlts7so.fsf@mail.jurta.org> <87mwqzo5cb.fsf_-_@gmail.com> <87d2rvnr7z.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371162799 421 80.91.229.3 (13 Jun 2013 22:33:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 22:33:19 +0000 (UTC) Cc: Juri Linkov , bzg@altern.org, Gauthier =?iso-8859-1?Q?=D6stervall?= , emacs-devel@gnu.org To: Vitalie Spinu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 14 00:33:18 2013 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 1UnG4z-0001Yh-L5 for ged-emacs-devel@m.gmane.org; Fri, 14 Jun 2013 00:33:17 +0200 Original-Received: from localhost ([::1]:44067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnG4y-0002OR-VB for ged-emacs-devel@m.gmane.org; Thu, 13 Jun 2013 18:33:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnG4v-0002Lt-Nw for emacs-devel@gnu.org; Thu, 13 Jun 2013 18:33:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnG4u-0005ft-Nc for emacs-devel@gnu.org; Thu, 13 Jun 2013 18:33:13 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnG4u-0005fp-LT for emacs-devel@gnu.org; Thu, 13 Jun 2013 18:33:12 -0400 Original-Received: from [69.157.93.18] (port=51902 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1UnG4s-0004PS-LT; Thu, 13 Jun 2013 18:33:11 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id F03DB66466; Thu, 13 Jun 2013 16:44:11 -0400 (EDT) In-Reply-To: <87d2rvnr7z.fsf@gmail.com> (Vitalie Spinu's message of "Sun, 09 Jun 2013 19:12:16 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:160424 Archived-At: >> I don't think it's worth the trouble to keep the >> "windresize-exit-on-other-command==nil" option. > I agree. It also leads to a simpler code, so here it is. Right, the simplification is the main motivation. > The patch is against elpa branch. It does rely on 'on-exit argument for > set-temporary-overlay-map in my other patch. I just installed that on-exit on the trunk, thanks. > So it makes sense only if windresize becomes part of emacs proper > (thing that I infer conceivable from your previous posts). Oh, good point. Stefan