From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: fontification of .emacs.bmk? Date: Tue, 26 May 2009 13:00:33 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243368053 1069 80.91.229.12 (26 May 2009 20:00:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 20:00:53 +0000 (UTC) To: "'Emacs-Devel devel'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 26 22:00:49 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M92pK-0007lX-Hu for ged-emacs-devel@m.gmane.org; Tue, 26 May 2009 22:00:46 +0200 Original-Received: from localhost ([127.0.0.1]:42313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M92pK-0004xG-1e for ged-emacs-devel@m.gmane.org; Tue, 26 May 2009 16:00:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M92ov-0004mj-48 for emacs-devel@gnu.org; Tue, 26 May 2009 16:00:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M92oq-0004kE-7C for emacs-devel@gnu.org; Tue, 26 May 2009 16:00:20 -0400 Original-Received: from [199.232.76.173] (port=53035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M92op-0004k1-HB for emacs-devel@gnu.org; Tue, 26 May 2009 16:00:15 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:49558) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M92on-0007Gy-WE for emacs-devel@gnu.org; Tue, 26 May 2009 16:00:14 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n4QJxrIU010493 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 26 May 2009 19:59:55 GMT Original-Received: from abhmt005.oracle.com (abhmt005.oracle.com [141.146.116.14]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n4QK0BkF016743 for ; Tue, 26 May 2009 20:00:12 GMT Original-Received: from dradamslap1 (/141.144.90.50) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 26 May 2009 13:00:07 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcnePKECzEjpupBsRViSKGz7C3X0sw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt005.oracle.com [141.146.116.14] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010205.4A1C4A48.008F:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:111126 Archived-At: I noticed this in bug report #3391, in passing: Loading bookmark...done Fontifying .emacs.bmk... (regexps...) string-match: Wrong type argument: symbolp, ... Why would we need to fontify .emacs.bmk? Couldn't we skip that (and possibly speed things up a bit)?