From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: twylie Newsgroups: gmane.emacs.help Subject: help with setq for specific file types.... Date: Sun, 29 Sep 2002 15:33:49 -0500 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3D9763AD.D85247FE@charter.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033331772 26108 127.0.0.1 (29 Sep 2002 20:36:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Sep 2002 20:36:12 +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 17vknT-0006ms-00 for ; Sun, 29 Sep 2002 22:36:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vkni-0001DA-00; Sun, 29 Sep 2002 16:36:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17vklV-0000lX-00 for help-gnu-emacs@gnu.org; Sun, 29 Sep 2002 16:34:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17vklT-0000l5-00 for help-gnu-emacs@gnu.org; Sun, 29 Sep 2002 16:34:08 -0400 Original-Received: from dc-mx10.cluster1.charter.net ([209.225.8.20]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vklS-0000kt-00 for help-gnu-emacs@gnu.org; Sun, 29 Sep 2002 16:34:06 -0400 Original-Received: from [24.217.78.173] (HELO charter.net) by dc-mx10.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 11008760 for help-gnu-emacs@gnu.org; Sun, 29 Sep 2002 16:34:05 -0400 X-Mailer: Mozilla 4.75 [en]C-CCK-MCD EBM-Compaq1 (Windows NT 5.0; U) X-Accept-Language: en Original-To: help-gnu-emacs@gnu.org 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:2049 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2049 Hi- I almost have my .emacs file the way I want it ... just 2 more things I'd lke to be able to do that I have no idea how to do: 1. I want to be able to do a setq for specific file types. For example, any file that ends with .html I would like to use (setq-default line-spacing 12). I see how to add file suffixes to alist -- but not how to set setq values. Can someone help me here? 2. Also, I would like to add color syntax for anything between quotes (") in text mode. Any help would be *greatly* appreciated. Thanks- T.