From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master d82e73f: Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871) Date: Wed, 02 Jan 2019 23:15:51 -0500 Message-ID: References: <20181230144831.8662.30750@vcs0.savannah.gnu.org> <20181230144832.A6B45209D7@vcs0.savannah.gnu.org> <5C2C7715.2080902@gmx.at> <5C2D12D6.4090106@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1546488898 24124 195.159.176.226 (3 Jan 2019 04:14:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2019 04:14:58 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 03 05:14:53 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1geuPD-00067L-Fu for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2019 05:14:51 +0100 Original-Received: from localhost ([127.0.0.1]:49004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1geuRJ-0000HZ-VF for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2019 23:17:01 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1geuQi-0000HH-L2 for emacs-devel@gnu.org; Wed, 02 Jan 2019 23:16:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1geuQe-0007x3-R8 for emacs-devel@gnu.org; Wed, 02 Jan 2019 23:16:24 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:59632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1geuQe-0007X4-Ek for emacs-devel@gnu.org; Wed, 02 Jan 2019 23:16:20 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id x034FpSH016485; Wed, 2 Jan 2019 23:15:52 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 5E6FDAE35F; Wed, 2 Jan 2019 23:15:51 -0500 (EST) In-Reply-To: <5C2D12D6.4090106@gmx.at> (martin rudalics's message of "Wed, 02 Jan 2019 20:36:54 +0100") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6452=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6452> : inlines <6990> : streams <1808973> : uri <2773975> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:232127 Archived-At: >> I don't understand why this var would be unbound unless someone call >> `makunbound` on it. Any idea? > I think so, meanwhile. Have a look at the definition of > Qwindow_point_insertion_type. Hmm... I can't find the source of the problem... Please tell us, Stefan