From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrew M. Scott" Newsgroups: gmane.emacs.devel Subject: (setq blink-matching-paren-dont-ignore-comments nil) ignored? Date: Tue, 7 Feb 2006 12:09:05 -0700 Message-ID: <200602071909.k17J95s5029362@chlr5836.ch.intel.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139342130 5282 80.91.229.2 (7 Feb 2006 19:55:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2006 19:55:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 07 20:55:23 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6YvD-0007Cj-6V for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 20:54:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6YvC-0000BF-Dq for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 14:54:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6YDH-0006lk-NS for emacs-devel@gnu.org; Tue, 07 Feb 2006 14:09:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6YDF-0006l7-P5 for emacs-devel@gnu.org; Tue, 07 Feb 2006 14:09:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6YDF-0006ko-68 for emacs-devel@gnu.org; Tue, 07 Feb 2006 14:09:17 -0500 Original-Received: from [143.182.124.5] (helo=petasus.ch.intel.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6YGO-00061I-AK for emacs-devel@gnu.org; Tue, 07 Feb 2006 14:12:32 -0500 Original-Received: from sedona.intel.com (sedona.ch.intel.com [143.182.201.200]) by petasus.ch.intel.com (8.12.9-20030918-01/8.12.10/d: small-solo.mc, v 1.2 2004/09/17 18:05:04 root Exp $) with ESMTP id k17JAmen023249 for ; Tue, 7 Feb 2006 19:10:48 GMT Original-Received: from chlr5836.ch.intel.com (chlr5836.ch.intel.com [10.2.120.162]) by sedona.intel.com (8.12.10/8.12.9/d:) with ESMTP id k17J966n012162 for ; Tue, 7 Feb 2006 12:09:06 -0700 (MST) X-Envelope-To: X-Envelope-From: amscott1@sedona.ch.intel.com Original-Received: from chlr5836.ch.intel.com (localhost [127.0.0.1]) by chlr5836.ch.intel.com (8.12.10/8.12.8/MailSET/client) with ESMTP id k17J96jM029365 for ; Tue, 7 Feb 2006 12:09:06 -0700 Original-Received: (from amscott1@localhost) by chlr5836.ch.intel.com (8.12.10/8.12.8/MailSET/Submit) id k17J95s5029362; Tue, 7 Feb 2006 12:09:05 -0700 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50165 Archived-At: I'm seeing blink-matches on parenthesese in comments with (setq blink-matching-paren-dont-ignore-comments nil) [the default, BTW] even though the docstring on blink-matching-paren-dont-ignore-comments says I shouldn't. % emacs -q & In the *scratch* buffer, type (setq debug-on-error t) ; ((setq debug-on-error nil)) The parentheses will blink-match all the close-parens in the comment. Just for completeness, comment-start's value is ";" in *scratch*. Thanks, Andy In GNU Emacs 22.0.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2006-02-06 on chlr5836 X server distributor `The XFree86 Project, Inc', version 11.0.40201000 configured using `configure '--prefix=/stor/garray/linux_2.6.5_x86-64' '--x-includes=/usr/intel/pkgs/X11/R6.7.0-64/include' '--x-libraries=/usr/intel/pkgs/X11/R6.7.0-64/lib' 'CC=gcc' 'CFLAGS=-O2 -I/usr/intel/pkgs/X11/R6.7.0-64/include -L/usr/intel/pkgs/X11/R6.7.0-64/lib -I/usr/intel/pkgs/zlib/1.2.1-64/include -L/usr/intel/pkgs/zlib/1.2.1-64/lib -I/usr/intel/pkgs/ncurses/5.4/include -L/usr/intel/pkgs/ncurses/5.4/lib -I/usr/intel/pkgs/libungif/4.1.3/include -L/usr/intel/pkgs/libungif/4.1.3/lib -I/usr/intel/pkgs/libpng/1.0.16rc1-64/include -L/usr/intel/pkgs/libpng/1.0.16rc1-64/lib -I/usr/intel/pkgs/jpeg/6b-64/include -L/usr/intel/pkgs/jpeg/6b-64/lib' 'LDFLAGS=-L/usr/intel/pkgs/X11/R6.7.0-64/lib -L/usr/intel/pkgs/zlib/1.2.1-64/lib -L/usr/intel/pkgs/ncurses/5.4/lib -L/usr/intel/pkgs/libungif/4.1.3/lib -L/usr/intel/pkgs/libpng/1.0.16rc1-64/lib -L/usr/intel/pkgs/jpeg/6b-64/lib -Wl,-rpath=/usr/ intel/pkgs/X11/R6.7.0-64/lib:/usr/intel/pkgs/zlib/1.2.1-64/lib:/usr/intel/pkgs/ncurses/5.! 4/lib:/usr/intel/pkgs/libungif/4.1.3/lib:/usr/intel/pkgs/libpng/1.0.16rc1-64/lib:/usr/intel/pkgs/jpeg/6b-64/lib'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t auto-compression-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t line-number-mode: t