From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.bugs Subject: bug#51032: 29.0.50; Choices for blink-matching-paren Date: Thu, 07 Oct 2021 11:16:46 +0200 Message-ID: <865yu9tcsh.fsf@gnu.org> References: <86o8831x7o.fsf@gnu.org> <83mtnm2w8o.fsf@gnu.org> <8335pe2es6.fsf@gnu.org> <83wnmq0y9n.fsf@gnu.org> <86czohtdgg.fsf@gnu.org> <462cea59-1b46-5b26-380f-aecec5b87a3f@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26919"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: 51032@debbugs.gnu.org, Stefan Kangas , mardani29@yahoo.es To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 07 11:18:14 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mYPXY-0006kZ-WC for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 07 Oct 2021 11:18:13 +0200 Original-Received: from localhost ([::1]:57238 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYPXX-0005yj-A9 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 07 Oct 2021 05:18:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33328) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYPXO-0005wW-4l for bug-gnu-emacs@gnu.org; Thu, 07 Oct 2021 05:18:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34517) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mYPXN-0002Xk-TS for bug-gnu-emacs@gnu.org; Thu, 07 Oct 2021 05:18:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mYPXN-0007uV-Pb for bug-gnu-emacs@gnu.org; Thu, 07 Oct 2021 05:18:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Arash Esbati Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Oct 2021 09:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51032 X-GNU-PR-Package: emacs Original-Received: via spool by 51032-submit@debbugs.gnu.org id=B51032.163359822930349 (code B ref 51032); Thu, 07 Oct 2021 09:18:01 +0000 Original-Received: (at 51032) by debbugs.gnu.org; 7 Oct 2021 09:17:09 +0000 Original-Received: from localhost ([127.0.0.1]:46063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYPWX-0007tR-FJ for submit@debbugs.gnu.org; Thu, 07 Oct 2021 05:17:09 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:59346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYPWV-0007t2-UR for 51032@debbugs.gnu.org; Thu, 07 Oct 2021 05:17:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57828) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYPWP-0001iY-4H; Thu, 07 Oct 2021 05:17:01 -0400 Original-Received: from p5b3265dc.dip0.t-ipconnect.de ([91.50.101.220]:59480 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYPWO-0006Cd-QX; Thu, 07 Oct 2021 05:17:01 -0400 In-Reply-To: <462cea59-1b46-5b26-380f-aecec5b87a3f@gmx.at> (martin rudalics's message of "Thu, 7 Oct 2021 11:08:54 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:216625 Archived-At: martin rudalics writes: >> Valid values are: >> >> nil Disable. >> t Highlight the opening paren if on screen, >> show the position in the echo area if off screen. >> `jump' Briefly move cursor to the opening paren if on screen, >> show the position in the echo area if off screen. >> `jump-offscreen' Briefly move cursor to the opening paren, >> even if the position is off screen." >> :type '(choice >> (const :tag "Disable" nil) >> (const :tag "Highlight" t) >> (const :tag "Move cursor" jump) >> (const :tag "Move cursor, even if off screen" jump-offscreen)) >> :group 'paren-blinking) > > So what about "any other non-nil value"? "any other non-nil value" will act like t -- this is at least my understanding. Best, Arash