From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: thanks for eval-after-load but... Date: Sat, 08 Nov 2003 15:31:57 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068327289 12326 80.91.224.253 (8 Nov 2003 21:34:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2003 21:34:49 +0000 (UTC) Cc: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 08 22:34:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AIajG-0005qv-01 for ; Sat, 08 Nov 2003 22:34:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AIbei-0008Pi-UA for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Nov 2003 17:34:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AIbeX-0008PM-6e for help-gnu-emacs@gnu.org; Sat, 08 Nov 2003 17:33:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AIbe1-0008Mz-H6 for help-gnu-emacs@gnu.org; Sat, 08 Nov 2003 17:33:56 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AIbe1-0008Mw-4C for help-gnu-emacs@gnu.org; Sat, 08 Nov 2003 17:33:25 -0500 Original-Received: from linux183.ma.utexas.edu (linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id hA8LVvm15465; Sat, 8 Nov 2003 15:31:57 -0600 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1AIagX-0005OM-00; Sat, 08 Nov 2003 15:31:57 -0600 Original-To: Henrik Enberg X-all-your-base-are-belong-to-us: You are on the way to destruction. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13960 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13960 After running this (eval-after-load "sh-script" '(put 'sh-maybe-here-document 'disabled t)) and opening a bash script with this in it grep "<<$SF>>" $HOME/.todo/$TODOLIST > $HOME/p ade=$? `ade=$?' and following text is still in sh-heredoc-face So I guessed wrong, and disabling that command is not enough. Any guess why? And how to actually change this behaviour? Joe