From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?=D8ystein_Gisn=E5s?= Newsgroups: gmane.emacs.help Subject: How to invoke a major-mode on startup? Date: Mon, 18 Aug 2003 10:39:20 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030818083920.GB18162@puma.stud.ntnu.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1061196059 30447 80.91.224.253 (18 Aug 2003 08:40:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2003 08:40:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 18 10:40:57 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 19ofZR-0000nw-01 for ; Mon, 18 Aug 2003 10:40:57 +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 19ofYi-00058b-09 for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Aug 2003 04:40:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ofYP-00054A-OR for help-gnu-emacs@gnu.org; Mon, 18 Aug 2003 04:39:53 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ofXt-0004mi-Mt for help-gnu-emacs@gnu.org; Mon, 18 Aug 2003 04:39:52 -0400 Original-Received: from [129.241.56.72] (helo=flaske.stud.ntnu.no) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ofXt-0004mK-Bv for help-gnu-emacs@gnu.org; Mon, 18 Aug 2003 04:39:21 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by flaske.stud.ntnu.no (Postfix) with ESMTP id 341701769CE for ; Mon, 18 Aug 2003 10:39:21 +0200 (CEST) Original-Received: from puma.stud.ntnu.no (puma.stud.ntnu.no [129.241.56.183]) by flaske.stud.ntnu.no (Postfix) with ESMTP id 079001769E5 for ; Mon, 18 Aug 2003 10:39:21 +0200 (CEST) Original-Received: (from oysteigi@localhost) by puma.stud.ntnu.no (8.11.6p2/8.10.0.Beta12) id h7I8dK219429 for help-gnu-emacs@gnu.org; Mon, 18 Aug 2003 10:39:20 +0200 Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new 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:11875 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11875 I can't figure out how to specify a major mode to enter using command-line parameters. I'm not very familiar with lisp, so I guess that's the reason. What I want to achieve is to enter auto-fill-mode when I invoke emacs from my MUA, in my case Mutt. Thanks in advance, =D8ystein