From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Lewis Newsgroups: gmane.emacs.help Subject: Re: Getting back C-m instead of RET Date: Mon, 11 Nov 2002 17:37:25 -0800 Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037066057 12795 80.91.224.249 (12 Nov 2002 01:54:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Nov 2002 01:54:17 +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 18BQFp-0003Jv-00 for ; Tue, 12 Nov 2002 02:54:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BQDK-0007Z9-00; Mon, 11 Nov 2002 20:51:38 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!feed.news.nacamar.de!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: css.css.sfu.ca Original-X-Trace: quimby.gnus.org 1037065639 13698 199.60.1.20 (12 Nov 2002 01:47:19 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 12 Nov 2002 01:47:19 GMT X-Attribution: Benjamin Lewis X-Yow: Sometimes a TABOO is just a good CIGAR -- or a rare STEAK -- or a dry MARTINI! User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.1 (sparc-sun-solaris2.8) Cancel-Lock: sha1:THCV/hoiv3Z+OSfbHEUOP8n4Q2c= Original-Xref: shelby.stanford.edu gnu.emacs.help:106948 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:3500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3500 On Tue, 12 Nov 2002, Michael Slass wrote: > xxx writes: > >> Hi, >> >> The Gnus tutorial says I should type >> >> C-c C-m f >> >> to attach a file to an outgoing email, but when I type the C-m, emacs >> acts like it's a RETURN. How can I change this ? and won't changing it >> adversely affect my emacs ? >> >> Thanks, >> Joao >> > > I'm not sure where that is, but I believe the keystroke (from the > article compostion buffer) is > > M-m f > > > That's META-m followed by f M-m is bound by default to `back-to-indentation', which moves point to the first non-whitespace character on the line. If C-c C-m f or C-c RET f don't work for you, try C-c C-a -- Benjamin Lewis Pohl's law: Nothing is so good that somebody, somewhere, will not hate it.