From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.org!not-for-mail
From: poppyer <poppyer@gmail.com>
Newsgroups: gmane.emacs.help
Subject: Re: [help] emacs on gnome-terminal
Date: Mon, 23 Jul 2007 15:48:44 +0100
Organization: University Of Oxford, England
Message-ID: <g7r6mzdvlf.fsf@clpc78.comlab>
References: <87sl7f8e1q.fsf@solcore.sol.net> <hw1wezfcv2.fsf@clpc78.comlab>
	<87lkd78a1f.fsf@solcore.sol.net>
NNTP-Posting-Host: lo.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Trace: sea.gmane.org 1185205254 955 80.91.229.12 (23 Jul 2007 15:40:54 GMT)
X-Complaints-To: usenet@sea.gmane.org
NNTP-Posting-Date: Mon, 23 Jul 2007 15:40:54 +0000 (UTC)
To: help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 23 17:40:52 2007
Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>
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 1ID01d-0002TH-6Y
	for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Jul 2007 17:40:45 +0200
Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43)
	id 1ID01c-00045x-Ig
	for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Jul 2007 11:40:44 -0400
Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!feeder.news-service.com!dedekind.zen.co.uk!zen.net.uk!hamilton.zen.co.uk!feed4.jnfs.ja.net!jnfs.ja.net!feeds.news.ox.ac.uk!news.ox.ac.uk!not-for-mail
Original-Newsgroups: gnu.emacs.help
Original-Lines: 22
Original-NNTP-Posting-Host: clpc78.comlab.ox.ac.uk
Original-X-Trace: frank-exchange-of-views.oucs.ox.ac.uk 1185202124 15984 163.1.27.212
	(23 Jul 2007 14:48:44 GMT)
Original-X-Complaints-To: newsmaster@ox.ac.uk
Original-NNTP-Posting-Date: Mon, 23 Jul 2007 14:48:44 +0000 (UTC)
User-Agent: Emacs Gnus
Cancel-Lock: sha1:4cU3UGrKGP8w0XUA0SEOqUtUYPg=
Original-Xref: shelby.stanford.edu gnu.emacs.help:150310
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 <help-gnu-emacs.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/help-gnu-emacs>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-request@gnu.org?subject=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:45891
Archived-At: <http://permalink.gmane.org/gmane.emacs.help/45891>


Takehiko Abe <keke@solcore.sol.net> writes:

> poppyer <poppyer@gmail.com> writes:
>
>> Try a google "xterm-extras.el"
>> it will give me some clue :)
>
> Gack. That's too many define-keys for trial & error.

no, you don't have to try.
basically you can just include everything in xterm-extras.el, and it
will take care of everything
the following is what I used in my .emacs file

  (require 'xterm-extras)
  (xterm-extra-keys)


Cheers,
poppyer
--