From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.help Subject: Re: How to pipe text or load a file directly into mail-mode? Date: Tue, 09 May 2006 16:30:43 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147185727 995 80.91.229.2 (9 May 2006 14:42:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 May 2006 14:42:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 09 16:41:59 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FdTOf-0007vk-18 for geh-help-gnu-emacs@m.gmane.org; Tue, 09 May 2006 16:41:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdTOe-0003dZ-F4 for geh-help-gnu-emacs@m.gmane.org; Tue, 09 May 2006 10:41:08 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 22 Original-X-Trace: individual.net HxEfJUjLagvLEGbJwbCTdQHLcFhUc01T4OxCYBKymPKJyD/iM= User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chestnut, linux) Cancel-Lock: sha1:ysQs6NuKCkOktBtFH0i6TfxbJls= Original-Xref: shelby.stanford.edu comp.emacs:92134 gnu.emacs.help:139311 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34933 Archived-At: * Adam Funk | Any idea why the expand-mail-aliases command isn't available when | emacs opens the file and goes into mail-mode? My emacs online manual contains the following under 'Mail Aliases': Normally, Emacs expands aliases when you send the message. You do not need to expand mail aliases before sending the message, but you can expand them if you want to see where the mail will actually go. To do this, use the command `M-x expand-mail-aliases'; it expands all mail aliases currently present in the mail headers that hold addresses. If you like, you can have mail aliases expand as abbrevs, as soon as you type them in (*note Abbrevs::). To enable this feature, execute the following: (add-hook 'mail-mode-hook 'mail-abbrevs-setup) Or do you mean you get 'no-such-command' when trying M-x expand-mail-aliases? R'