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: blink-matching-paren jump-offscreen Date: Fri, 30 Dec 2022 15:54:59 +0200 Message-ID: <83a6356los.fsf@gnu.org> References: <877cy95qwf.fsf@blind.guru> <83cz816zn2.fsf@gnu.org> <87sfgx4597.fsf@blind.guru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5595"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Mario Lang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 30 14:55:51 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 1pBFrT-0001F2-MT for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Dec 2022 14:55:51 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pBFqi-0007EF-Of; Fri, 30 Dec 2022 08:55:04 -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 1pBFqg-0007E2-OW for emacs-devel@gnu.org; Fri, 30 Dec 2022 08:55:02 -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 1pBFqf-0003eC-De; Fri, 30 Dec 2022 08:55:01 -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=dDMkaqQzNgqDZmd+k9USX1Hl0m/XrkQv4jtVYLcNTDg=; b=l1+q0+zSo2P8 Ejn03T6itB6zzibgij+Smc9lWrD2aRPJyyDrRY0idEeD1MfsrUy0d5QXY4jGM1bb+GpTxUoev3vZz 2ML7dSK/k55sB5TCpMv/VUXl/eJfnO3oQTXmkGlHrjlR8qOCriVbU3yg/wWxOpHC3mciXc02RYCfV qMov9E+Pp0YvtTXkTonrAzR8phpVwOKYPhJLqqntAlv8kQeF6CU03Ys8C5Gj0H4sM8fdY7qpvdrqJ 8s7LQarpXvePTIwDRb7V7TMCfXt6ypKKJmWGfaQbtbUEWqqHe3RAWaeU7WMviT91ItmheT2sRVtpm BHqLiQ94k/BGdiwQdNbJxA==; 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 1pBFqe-0000rN-Oz; Fri, 30 Dec 2022 08:55:01 -0500 In-Reply-To: <87sfgx4597.fsf@blind.guru> (message from Mario Lang on Fri, 30 Dec 2022 10:20:36 +0100) 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:302104 Archived-At: > From: Mario Lang > Cc: emacs-devel@gnu.org > Date: Fri, 30 Dec 2022 10:20:36 +0100 > > 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. It still does do that for me, if I turn off show-paren-mode (which is now ON by default). > This is how blink-matching-paren always behaved, before > someone decided to make it "better" around Emacs 28 development phase. I don't think blink-matching-paren have changed in what it does, except when show-paren-mode is turned ON, which serves a similar purpose.