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: emacs-29 bdb0bc2b4e4: Fix tex-mode display-buffer issues Date: Mon, 12 Jun 2023 17:35:35 +0300 Message-ID: <83a5x4yci0.fsf@gnu.org> References: <168646413703.30014.174311348729871734@vcs2.savannah.gnu.org> <20230611061539.9CBD6C1925C@vcs2.savannah.gnu.org> <87352w6fd8.fsf@gmx.de> <83edmgygew.fsf@gnu.org> <87sfawhj91.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34290"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael.albinus@gmx.de, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 12 16:36:30 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 1q8iej-0008go-Nq for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Jun 2023 16:36:29 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q8idj-0000sT-2g; Mon, 12 Jun 2023 10:35:27 -0400 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 1q8idh-0000nS-AV for emacs-devel@gnu.org; Mon, 12 Jun 2023 10:35:25 -0400 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 1q8idg-0008W8-Vy; Mon, 12 Jun 2023 10:35:25 -0400 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=y0PM/ktnZZYk04n9RMKqzmiI5kBxXZXVlwURGZV2yQg=; b=UW6msijnyFuE 5nTAK5C2fuVGlOADuxj8O5sXrHbq2WzlVShLWX7/m3DDabfArEPl2UBP+KaVxBqaqZ/XErPb0vnMo Tjp/aC1H0Kxz4Ob7BB2HoG7bBAbX2qw7V70mfIpPhJxvF0b96lfRt6PDH2MprAc39d1nI7NYpFwYg YR1q8N11gQGwjJ932JkuNJE6lBmZzjJoYOR9fYM0e4o+THFSmpSlO9hPEyIRjRciB/htecePeoUYg cXe88zu5AdD7O1M/tWhOrxoGhutr/BW6xJ73rHrhXOgG+Pp/1yoZVYngRld+NE2nXdwY60CEVuFS5 /KNfYxepQsT+Q2Jn/JIxBQ==; 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 1q8idc-0008UT-Fl; Mon, 12 Jun 2023 10:35:24 -0400 In-Reply-To: <87sfawhj91.fsf@gmail.com> (message from Robert Pluim on Mon, 12 Jun 2023 16:01:46 +0200) 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:306751 Archived-At: > From: Robert Pluim > Cc: Michael Albinus , emacs-devel@gnu.org > Date: Mon, 12 Jun 2023 16:01:46 +0200 > > Eli> Sorry, I have no idea what this failure means. In particular, the > Eli> value is correct for the defcustom, and works in practice, and also > Eli> fits the type of the defcustom (AFAICT). > > Are you sure? Sure about which part? Once again, if you see the problem, feel free to fix it, and thanks.