From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#11095: 24.0.94; hi-lock-face-buffer/unhighlight-regexp': Augment? Date: Sat, 13 Oct 2012 19:10:00 +0300 Organization: JURTA Message-ID: <87vceez7ib.fsf@mail.jurta.org> References: <81d37z271c.fsf@gmail.com> <87y5jcvjsx.fsf@gmail.com> <87zk3s1vjz.fsf@mail.jurta.org> <87lifc71o0.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350144790 9300 80.91.229.3 (13 Oct 2012 16:13:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2012 16:13:10 +0000 (UTC) Cc: 11095@debbugs.gnu.org To: Jambunathan K Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 13 18:13:17 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TN4Kz-0006bU-57 for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Oct 2012 18:13:17 +0200 Original-Received: from localhost ([::1]:51418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN4Ks-0000mW-7k for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Oct 2012 12:13:10 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN4Kp-0000lM-Av for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 12:13:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TN4Ko-0005oC-9d for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 12:13:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN4Ko-0005o8-6d for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 12:13:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TN4Li-0006i4-5M for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 12:14:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 13 Oct 2012 16:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11095 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11095-submit@debbugs.gnu.org id=B11095.135014479025718 (code B ref 11095); Sat, 13 Oct 2012 16:14:01 +0000 Original-Received: (at 11095) by debbugs.gnu.org; 13 Oct 2012 16:13:10 +0000 Original-Received: from localhost ([127.0.0.1]:42733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TN4Kr-0006gl-OG for submit@debbugs.gnu.org; Sat, 13 Oct 2012 12:13:10 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:42016 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TN4Ko-0006gQ-0t for 11095@debbugs.gnu.org; Sat, 13 Oct 2012 12:13:07 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 6CF376FA011; Sat, 13 Oct 2012 09:12:08 -0700 (PDT) In-Reply-To: <87lifc71o0.fsf@gmail.com> (Jambunathan K.'s message of "Fri, 12 Oct 2012 10:00:07 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65563 Archived-At: > Have you tried the patches? I'm trying your patches now, thanks. My initial reaction was to using a symbol regexp "\\_<%s\\_>" in `read-regexp' to match a symbol at point. I think such symbol specific defaults could be specified by callers of `read-regexp' in its argument `DEFAULTS'.