From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mario Lang Newsgroups: gmane.emacs.devel Subject: Re: blink-matching-paren jump-offscreen Date: Fri, 30 Dec 2022 10:20:36 +0100 Message-ID: <87sfgx4597.fsf@blind.guru> References: <877cy95qwf.fsf@blind.guru> <83cz816zn2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25420"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 30 10:21:25 2022 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 1pBBZo-0006Bl-RM for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Dec 2022 10:21:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pBBZG-00054w-W8; Fri, 30 Dec 2022 04:20:47 -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 1pBBZD-00054o-U8 for emacs-devel@gnu.org; Fri, 30 Dec 2022 04:20:44 -0500 Original-Received: from familiekainz.at ([37.252.188.71]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBBZB-00052W-LC; Fri, 30 Dec 2022 04:20:43 -0500 Original-Received: from x1.blind.guru (zidpc777.tugraz.at [129.27.7.77]) by familiekainz.at (Postfix) with ESMTPSA id 0B9BF40C968E; Fri, 30 Dec 2022 10:20:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=blind.guru; s=mail; t=1672392037; bh=z0B4s6teL+vP+A47FGgCXQFe7xGwyGdNjPO3wYDLW6Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=LNO+3xbH5LbsmUH0Ql/2tPt1XeWYOoOSGavGDy+VCZQhWWIaEuSbRtk3xTNZRunsC VjnK2XDULNe+BJX9f+mXcQSX9qRNUe2U8XmiqbDOjViC3LjSWIQ2uS4MCB0aOCaf7W BEh3eumW1TA/9QOi0lnxc2KmCZ671kHwuqaSehk8= Original-Received: by x1.blind.guru (Postfix, from userid 1000) id E251DE80172; Fri, 30 Dec 2022 10:20:36 +0100 (CET) In-Reply-To: <83cz816zn2.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 30 Dec 2022 10:53:37 +0200") Received-SPF: pass client-ip=37.252.188.71; envelope-from=mlang@blind.guru; helo=familiekainz.at X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:302088 Archived-At: Eli Zaretskii writes: >> From: Mario Lang >> Date: Fri, 30 Dec 2022 07:47:44 +0100 >>=20 >> Updating to Emacs 29, I see that my setting of >>=20 >> blink-matching-paren >>=20 >> is apparently not honored. > > What is "your setting", and how is it not honored by Emacs 29? Sorry, I was assuming you would be able to infer this from the subject: My blink-matching-paren is set to 'jump-offscreen, and I expect it to behave like it used to do before. IOW, if I type a matching closing paren, I want point to briefly jump to the matching paren, and go back again. Basically the same as if I manually typed ) M-b M-f This is how blink-matching-paren always behaved, before someone decided to make it "better" around Emacs 28 development phase. I rely on point jumping around, because I basically dont see any color changes at all. I am using Emacs with a braille display in emacs -nw. --=20 CYa, =E2=A1=8D=E2=A0=81=E2=A0=97=E2=A0=8A=E2=A0=95