From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: font-lock "= Date: Fri, 7 May 2010 22:25:31 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273267153 29597 80.91.229.12 (7 May 2010 21:19:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 May 2010 21:19:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Roger Mason Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 07 23:19:12 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OAUwy-0002Qz-Jf for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 23:19:12 +0200 Original-Received: from localhost ([127.0.0.1]:36562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAUwx-000611-UB for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 17:19:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAU7R-0007AM-Nm for help-gnu-emacs@gnu.org; Fri, 07 May 2010 16:25:57 -0400 Original-Received: from [140.186.70.92] (port=52660 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAU7P-00076z-LY for help-gnu-emacs@gnu.org; Fri, 07 May 2010 16:25:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAU7M-0001UM-Fm for help-gnu-emacs@gnu.org; Fri, 07 May 2010 16:25:55 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:26114) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAU7M-0001UF-7r for help-gnu-emacs@gnu.org; Fri, 07 May 2010 16:25:52 -0400 Original-Received: by fg-out-1718.google.com with SMTP id 22so44598fge.12 for ; Fri, 07 May 2010 13:25:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=sZh+E9TZZDOmx3HVV/57D9NeDTPBlwqtoKlcFqlVVnI=; b=BSoHDy4F/T+GbT9ShmQwAwUT2bFJiWZ6+VmAochF15Ke1cMGgatrpDieeDiEApCPLj yBWVgtt04QJF+r5Uc2nQUZ3T4wgh1vw5qOqcfvz72Ujb5mSwjJ5vcszi5tWWVaHvHBEL mraZNXNiXRI2QD/5xTG46OKrYZnDv6A8dGimg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=iZde9j987Og4v9HyVq8m+7ovPCg1PAWdzQdPSOJcPPxocQdkKE5HRbyW7gBmYlQQAb ND9TYzUiUU7KuC6nLpLFTamoPmqYU+rK29KqYFwdJsxAkyzf5Rq+Ok3uPKCCchf7dIBS 8Kqb9MReH+fdf8Cj3SDNwCWN9Xy57hpHZg6fw= Original-Received: by 10.239.174.70 with SMTP id i6mr53417hbf.180.1273263951113; Fri, 07 May 2010 13:25:51 -0700 (PDT) Original-Received: by 10.239.164.81 with HTTP; Fri, 7 May 2010 13:25:31 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:73567 Archived-At: On Fri, May 7, 2010 at 3:39 PM, Roger Mason wrote: > Many thanks for the replies. =C2=A0I've implemented (modify-syntax-entry = ?\" > ".") and that seems to work. > > As Lennart noted, amrita uses various programming languages. =C2=A0In the > longer term I'd like to use some kind of multi-mode to support the > various language sections that might be present in a buffer. If you send me an example I can see how it works in multi major mode.