From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: sylvain ferriol Newsgroups: gmane.emacs.help Subject: sh-mode Date: Wed, 06 Nov 2002 15:46:12 +0100 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3DC92B34.9080708@imag.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1036594377 30846 80.91.224.249 (6 Nov 2002 14:52:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 14:52:57 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189RY4-00080s-00 for ; Wed, 06 Nov 2002 15:52:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189RYK-0005mX-00; Wed, 06 Nov 2002 09:53:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189RRn-0003C9-00 for help-gnu-emacs@gnu.org; Wed, 06 Nov 2002 09:46:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189RRg-00037l-00 for help-gnu-emacs@gnu.org; Wed, 06 Nov 2002 09:46:19 -0500 Original-Received: from imag.imag.fr ([129.88.30.1]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189RRf-00036G-00 for help-gnu-emacs@gnu.org; Wed, 06 Nov 2002 09:46:16 -0500 Original-Received: from imag.fr (tiramisu.imag.fr [152.77.201.128]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id gA6EkD921092 for ; Wed, 6 Nov 2002 15:46:13 +0100 (MET) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: fr-fr Original-To: ListeEmacs Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3345 hello i edit my_file.sh which is a bash file and i want to put local variables for emacs in the file how can i do that??? for example #!/bin/bash #Local Variables: #mode: sh-mode #End: but this doesn't work thanks sylvain