From owner-freebsd-questions Fri Jan 28 0:18:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id D086B14E80 for ; Fri, 28 Jan 2000 00:18:12 -0800 (PST) (envelope-from antipode@thpoon.com) Received: from tea.thpoon.com ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <20000128081554.BCVX29189.mail.rdc3.on.home.com@tea.thpoon.com> for ; Fri, 28 Jan 2000 00:15:54 -0800 Received: from antipode by tea.thpoon.com with local (Exim 3.12 #1 (Debian)) id 12E6ba-0004v1-00 for ; Fri, 28 Jan 2000 03:18:10 -0500 To: freebsd-questions@freebsd.org Subject: Re: editors question #2 References: <20000126154230.D883@hades.hell.gr> X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Organization: Wgaf From: Arcady Genkin Date: 28 Jan 2000 03:18:10 -0500 In-Reply-To: Giorgos Keramidas's message of "Wed, 26 Jan 2000 17:47:48 -0500" Message-ID: <87g0vitxrx.fsf@tea.thpoon.com> Lines: 20 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Giorgos Keramidas writes: > Now, if I can get Emacs to quote and wrap descently my mail messages, > I'll probably stop having editor=joe in my .muttrc and change it to > something more fancy like editor=gnuclient, which I'd frankly prefer. For wrapping, add this to your .emacs: (setq default-major-mode 'text-mode) (add-hook 'text-mode-hook 'turn-on-auto-fill) I would recommend you have a look at gnus. Not only does it quote decently, but it can also re-format badly formatted messages (automatically, if you want), keeping the citation levels (and do a thousand other useful things). HTH, -- Arcady Genkin http://www.thpoon.com Nostalgia isn't what it used to be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message