From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?=22O=2E_W=F6lfelschneider=22?= Newsgroups: gmane.emacs.help Subject: Re: generic-mode: Keywords also highlight with an underscore Date: Thu, 25 Aug 2005 07:54:40 +0200 Organization: T-Online Message-ID: References: <1124923952.784406.294620@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1124949868 18228 80.91.229.2 (25 Aug 2005 06:04:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2005 06:04:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 25 08:04:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E8Apq-0004aE-3n for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Aug 2005 08:03:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8Ath-0004X4-2h for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Aug 2005 02:07:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: news.t-online.com 1124949280 02 10093 QXSpJng6Z6Y7Nur 050825 05:54:40 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: G5ne-4ZrZeeaz1n5Zf5GlocHBUJJtvgLGYsaPoXzBUNr9m5DoLylZW User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en In-Reply-To: <1124923952.784406.294620@z14g2000cwz.googlegroups.com> Original-Xref: shelby.stanford.edu gnu.emacs.help:133445 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28976 Archived-At: rgb wrote: > (modify-syntax-entry ?\_ "w" st) Great, that works. Since I didn't know what to put in for st, I defined (defun syntax-table-for-fnord() (modify-syntax-entry ?\_ "w")) and have this called on start of fnord-mode. However, I'd rather have this fix globally. Is there a global syntax table that I can use for st in my .emacs? Thanks a lot! Olav