From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stephan Stahl" Newsgroups: gmane.emacs.devel Subject: Re: Using gpm in emacs Date: Wed, 15 Dec 2004 10:36:11 +0100 (CET) Message-ID: <51585.217.194.34.123.1103103371.squirrel@wwws.franken.de> References: <16831.34776.189931.303836@farnswood.snap.net.nz> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1103103497 25837 80.91.229.6 (15 Dec 2004 09:38:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2004 09:38:17 +0000 (UTC) Cc: Nick Roberts , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 15 10:38:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CeVbl-0003sk-00 for ; Wed, 15 Dec 2004 10:38:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeVlx-0001FX-0A for ged-emacs-devel@m.gmane.org; Wed, 15 Dec 2004 04:48:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CeVkp-00015X-8e for emacs-devel@gnu.org; Wed, 15 Dec 2004 04:47:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CeVkn-00014g-9y for emacs-devel@gnu.org; Wed, 15 Dec 2004 04:47:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeVkm-00013Y-PS for emacs-devel@gnu.org; Wed, 15 Dec 2004 04:47:28 -0500 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CeVZu-0002XX-Nw; Wed, 15 Dec 2004 04:36:15 -0500 Original-Received: from wwws.franken.de (mail-n.franken.de [193.175.24.27]) by ilsa.franken.de (Postfix) with SMTP id 68D22245DB; Wed, 15 Dec 2004 10:36:10 +0100 (CET) Original-Received: from 217.194.34.123 (SquirrelMail authenticated user eos) by wwws.franken.de with HTTP; Wed, 15 Dec 2004 10:36:11 +0100 (CET) In-Reply-To: Original-To: "David Kastrup" User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31145 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31145 Hi. David Kastrup said: > ;;; gpm.el --- Support the mouse when emacs run on a Linux console. > > ;; Copyright (C) 1999 Free Software Foundation > > ;; Author: William Perry > ;; Keywords: mouse, terminals What about: ;;; xt-mouse.el --- support the mouse when emacs run in an xterm ;; Author: Per Abrahamsen ;; Keywords: mouse, terminals ... ;;; Commentary: ;; Enable mouse support when running inside an xterm or Linux console. Does this mean gpm.el is not really needed? BTW i can't find gpm.el in my cvs emacs here (about 4 months old..) -- Stephan Stahl