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: Thu, 03 Jan 2019 10:25:30 -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> <5C2DBCE9.2020107@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1546529054 22614 195.159.176.226 (3 Jan 2019 15:24:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2019 15:24:14 +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 16:24:10 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 1gf4qv-0005ll-Qb for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2019 16:24:09 +0100 Original-Received: from localhost ([127.0.0.1]:55394 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gf4t2-0000ne-LZ for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2019 10:26:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:35459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gf4sR-0000nA-OO for emacs-devel@gnu.org; Thu, 03 Jan 2019 10:25:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gf4sO-0002m3-MR for emacs-devel@gnu.org; Thu, 03 Jan 2019 10:25:43 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:55121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gf4sO-0002k0-HW for emacs-devel@gnu.org; Thu, 03 Jan 2019 10:25:40 -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 x03FPU78017692; Thu, 3 Jan 2019 10:25:31 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 16403AE360; Thu, 3 Jan 2019 10:25:30 -0500 (EST) In-Reply-To: <5C2DBCE9.2020107@gmx.at> (martin rudalics's message of "Thu, 03 Jan 2019 08:42:33 +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, RV6453=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6453> : inlines <6991> : streams <1809017> : uri <2774225> 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:232139 Archived-At: >>> Have a look at the definition of >>> Qwindow_point_insertion_type. >> Hmm... I can't find the source of the problem... >> Please tell us, > DEFSYM (Qwindow_point_insertion_type, "window_point_insertion_type"); > ^ ^ ^ Duh! Stefan