From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephan Ripke" Newsgroups: gmane.emacs.help Subject: switch off font lock mode with strings Date: Mon, 6 Oct 2008 02:38:54 +0200 Message-ID: <2b71abf80810051738u438acbc8q97350a6d885d6f0e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_59003_23436745.1223253534499" X-Trace: ger.gmane.org 1223303430 12134 80.91.229.12 (6 Oct 2008 14:30:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2008 14:30:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 06 16:31:28 2008 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.50) id 1Kmr2E-0006PB-7Q for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 16:26:06 +0200 Original-Received: from localhost ([127.0.0.1]:55804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kmr19-0003VD-CQ for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 10:24:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kme7m-0005pb-Fn for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 20:38:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kme7k-0005pP-2v for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 20:38:57 -0400 Original-Received: from [199.232.76.173] (port=33859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kme7j-0005pM-T8 for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 20:38:55 -0400 Original-Received: from mail-gx0-f10.google.com ([209.85.217.10]:39096) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kme7j-0002Oj-IG for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 20:38:55 -0400 Original-Received: by gxk3 with SMTP id 3so4631669gxk.18 for ; Sun, 05 Oct 2008 17:38:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=LRk1o0fy6frt8AhLWWx1SMS32WP0hOxZ7btBq1s/uyk=; b=XeZpa+/RZTKX+LMD7l1ljxvqaJZyk3BYo+B7w0uc0NJxM1rG8pPYPQnKj3Ks/LwD4a Rf2iEWPN2J8oLAz1vF/oN56qEXKzAaV4Os5vFzupvr5wHNrv03rB33MX/IaaSSZuPQ50 0FFvznXEhf8pKDThhjhSSu5b1jnG3V8Pdpcqc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=gRdoHR7+CL+cE8s+qIJHuDjADkWnUdT5LrKI9bPaAoJfLsMnxSHbEr39C5AJqxu7K9 xGljnEHBB7t1akpOMRzkG7ksuCL+WjY34ouluSbyiok9XeyfbIsS8Euh2GKhs8yBbAjS X3ImOsbH2/aA9wwD03UQT3OBymZmtQisY4La0= Original-Received: by 10.150.12.3 with SMTP id 3mr6603330ybl.17.1223253534502; Sun, 05 Oct 2008 17:38:54 -0700 (PDT) Original-Received: by 10.150.11.3 with HTTP; Sun, 5 Oct 2008 17:38:54 -0700 (PDT) X-Google-Sender-Auth: 41c9947b5d1000d8 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 06 Oct 2008 10:23:50 -0400 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:58433 Archived-At: ------=_Part_59003_23436745.1223253534499 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I really love emacs, but I am not a Pro-User, so can you please help me out of this problem: I write many shell-scripts. When there are gaps to fill between output of the one and input of the other program I use awk-scripts in between. Since the awk-scripts are enclosed in single quotes, I loose the fontification of these (sub)-scripts, because I write these scripts directly in the parent shell-script and not in another file. Since an editor like "gedit" is starting his fontification on every single line, I start to use gedit for my scripts. But I don't like it. Is there a possibility to stop emacs from seeing single quotes as a fontification-marker. Or can I ask emacs to begin the fontification on the beginnig of every line, or is ther some other way to solve this problem. Many thanks, I hope that was not too much text... Stephan -- -- Dr. med. Stephan Ripke c/o Chris Weller 160 Chestnut Str 02139 Cambridge MA USA Email: ripke@mpipsykl.mpg.de ------=_Part_59003_23436745.1223253534499 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi all,
I really love emacs, but I am not a Pro-User, so can you please help me out of this problem:
I write many shell-scripts. When there are gaps to fill between output of the one and input of the other program I use awk-scripts in between. Since the awk-scripts are enclosed in single quotes, I loose the fontification of these (sub)-scripts, because I write these scripts directly in the parent shell-script and not in another file.
Since an editor like "gedit" is starting his fontification on every single line, I start to use gedit for my scripts. But I don't like it. Is there a possibility to stop emacs from seeing single quotes as a fontification-marker. Or can I ask emacs to begin the fontification on the beginnig of every line, or is ther some other way to solve this problem.
Many thanks, I hope that was not too much text...
Stephan

--
--
Dr. med. Stephan Ripke
c/o Chris Weller
160 Chestnut Str
02139 Cambridge MA
USA
Email: ripke@mpipsykl.mpg.de
------=_Part_59003_23436745.1223253534499--