From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fellswalker@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Any way to make Alt key like X-windows in UTF-8 terminal? Date: Sat, 25 Jan 2014 14:08:09 -0800 (PST) Message-ID: <077bba13-8e96-42e1-9a57-1aacc7564db3@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1390687945 23646 80.91.229.3 (25 Jan 2014 22:12:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Jan 2014 22:12:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 25 23:12:34 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W7BSr-0002g2-0J for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Jan 2014 23:12:33 +0100 Original-Received: from localhost ([::1]:52680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7BSq-0006Co-Cg for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Jan 2014 17:12:32 -0500 X-Received: by 10.58.171.135 with SMTP id au7mr8097550vec.22.1390687689564; Sat, 25 Jan 2014 14:08:09 -0800 (PST) X-Received: by 10.140.38.9 with SMTP id s9mr5063qgs.33.1390687689494; Sat, 25 Jan 2014 14:08:09 -0800 (PST) Original-Path: usenet.stanford.edu!k15no4566240qaq.0!news-out.google.com!y18ni1295qap.1!nntp.google.com!f11no4585743qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.7.213.75; posting-account=uzBSoQoAAAD0ajScCA6WI1prQxBkMBv1 Original-NNTP-Posting-Host: 108.7.213.75 User-Agent: G2/1.0 Injection-Date: Sat, 25 Jan 2014 22:08:09 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203389 X-Mailman-Approved-At: Sat, 25 Jan 2014 17:12:22 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95657 Archived-At: David, It's a horrible hack, but at http://pastebin.com/NU6En97C I have put some code which binds ?\M-C to a function that looks up the appropriate key and executes its command. Let me know how it works for you. Norman