From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Patch ok for release branch? Date: Thu, 12 Jan 2023 09:45:29 +0200 Message-ID: <83sfggkxgm.fsf@gnu.org> References: <87sfggegc7.fsf.ref@yahoo.com> <87sfggegc7.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27352"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 12 08:45:51 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pFsHW-0006qo-UT for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Jan 2023 08:45:51 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pFsGl-0003vH-HX; Thu, 12 Jan 2023 02:45:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFsGg-0003uq-QJ for emacs-devel@gnu.org; Thu, 12 Jan 2023 02:44:59 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFsGg-0003NQ-HC; Thu, 12 Jan 2023 02:44:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=onOuor3uSYRQx8H6fCDoZdo+XnAIjrK6pvYpWIT0aoA=; b=M/kQKyv0UPaf HAGhRRoAkMmM78FZXHl+quhnfgqkHnZI6jIa/Q6kMTalZBgNPvGDZ2/LMu4JBuTBfaFdRWsXIsWmT UST30nD/DpM3PbHwk1BsHDuzJW6iAXNJapYzuduPEa3aLFgPVGewdbKyWdhV7L++8IEt68zg92ATY Lamcjy/83LttM4r1jjJwsnMx766VF3klg9qh+ATtk6AeggpyFyVLMfFtEzVuvcBRkgMVWU7dgML4f ge6LvPXqyHj5fttyfqdH3qwvTwybHmOLfJf550oOolv+MMav2JImEyz0cN17TCTImwBBqnqlit4Hx MtRT5M9JbVuwf1QwewGu0w==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFsGe-0005bf-7w; Thu, 12 Jan 2023 02:44:58 -0500 In-Reply-To: <87sfggegc7.fsf@yahoo.com> (message from Po Lu on Thu, 12 Jan 2023 08:39:36 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302367 Archived-At: > From: Po Lu > Date: Thu, 12 Jan 2023 08:39:36 +0800 > > Is this OK for Emacs 29? It fixes a bug where the input method popup > appears at the wrong location when a margin is enabled. Yes, OK. Thanks.