From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Matthew.Pettis@gmail.com" Newsgroups: gmane.emacs.help Subject: Newbie: alias a function name Date: Fri, 4 Jan 2008 13:59:23 -0800 (PST) Organization: http://groups.google.com Message-ID: <5424779f-fb2e-4a06-b814-fbae934dc2e0@h11g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199486435 27826 80.91.229.12 (4 Jan 2008 22:40:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2008 22:40:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 04 23:40:54 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JAvDg-0006Uq-B6 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jan 2008 23:40:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAvDJ-0001Gu-UG for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jan 2008 17:40:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!h11g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 163.231.6.88 Original-X-Trace: posting.google.com 1199483963 24257 127.0.0.1 (4 Jan 2008 21:59:23 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 4 Jan 2008 21:59:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h11g2000prf.googlegroups.com; posting-host=163.231.6.88; posting-account=_JtuZQoAAACM58JzSWb-Qwm-3GCaNe_g User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 weyburn.int.westgroup.com:80 (squid/2.6.STABLE16) Original-Xref: shelby.stanford.edu gnu.emacs.help:155081 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:50503 Archived-At: Hi, I would like to redefine: M-x toggle-truncate-lines as M-x ww Now, I've seen how to map keys to functions, but I haven't seen how to alias a function name like toggle-truncate-lines to another name. I'm sure it's simple, but all I can find info on is key-binding. Can someone point me to help on this? thanks, matt