From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eike Kroemer Newsgroups: gmane.emacs.help Subject: howto suffix based fill-column? Date: Thu, 07 Aug 2003 07:48:58 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1060237026 24943 80.91.224.253 (7 Aug 2003 06:17:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2003 06:17:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 08:17:29 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 19ke5Y-00026x-00 for ; Thu, 07 Aug 2003 08:17:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19kdpF-00024t-Vm for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2003 02:00:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor-online.net!fu-berlin.de!uni-berlin.de!dsit04f.atlas.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: dsit04f.atlas.de (141.200.125.99) Original-X-Trace: news.uni-berlin.de 1060235339 29390828 141.200.125.99 (16 [16184]) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020722 X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:115710 Original-To: help-gnu-emacs@gnu.org 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:11629 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11629 Hi there, can someone kind provide me with some code for my .emacs that will do the following: if (suffix-of-file == eml) enter text mode (setq fill-column 68) else (setq fill-column 79) end Thanks in advance, Eike