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: Sun, 09 Jun 2013 12:03:55 -0400 Message-ID: References: <87txlts7so.fsf@mail.jurta.org> <87mwqzo5cb.fsf_-_@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370793851 3419 80.91.229.3 (9 Jun 2013 16:04:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 16:04:11 +0000 (UTC) Cc: Juri Linkov , 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 Sun Jun 09 18:04:11 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 1Uli6B-0006Rc-O9 for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 18:04:07 +0200 Original-Received: from localhost ([::1]:54141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uli6A-00019r-Qn for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 12:04:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uli67-00019l-1G for emacs-devel@gnu.org; Sun, 09 Jun 2013 12:04:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uli60-000869-NJ for emacs-devel@gnu.org; Sun, 09 Jun 2013 12:04:02 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:2583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uli60-00085t-He for emacs-devel@gnu.org; Sun, 09 Jun 2013 12:03:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpYtM/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOkeoFegxOBSiQ X-IPAS-Result: Av4EABK/CFFFpYtM/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOkeoFegxOBSiQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="15980668" Original-Received: from 69-165-139-76.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.76]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 09 Jun 2013 12:03:50 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 2C0E462EE3; Sun, 9 Jun 2013 12:03:55 -0400 (EDT) In-Reply-To: <87mwqzo5cb.fsf_-_@gmail.com> (Vitalie Spinu's message of "Sun, 09 Jun 2013 14:07:16 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:160289 Archived-At: > First patch is to emacs trunk and adds ON-EXIT argument to > set-temporary-overlay-map. Irrespective of windresize I think this is a > useful addition anyhow. It opens the way for set-temporary-overlay-map > to be directly used by electric commands that need to clean up temporary > buffers, messages, window configuration etc. That looks fine, thanks. > Second patch is to windresize. Depending on the value of > windresize-exit-on-other-command, windresize will exit on any other > command than those defined in windresize-map. I set it to t by > default. It seems like a nicer default given the discussion on current > thread. I don't think it's worth the trouble to keep the "windresize-exit-on-other-command==nil" option. Stefan