From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14896: 24.3; mode line in text mode Date: Thu, 18 Jul 2013 11:46:46 -0400 Message-ID: References: <2525919.66251374106812837.JavaMail.defaultUser@defaultHost> <83d2qg1sq3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1374162429 13052 80.91.229.3 (18 Jul 2013 15:47:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jul 2013 15:47:09 +0000 (UTC) Cc: 14896@debbugs.gnu.org, r_mercado@o2.co.uk To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 18 17:47:10 2013 Return-path: Envelope-to: geb-bug-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 1UzqQ9-0006To-Ip for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Jul 2013 17:47:09 +0200 Original-Received: from localhost ([::1]:48999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzqQ9-0001gE-8W for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Jul 2013 11:47:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzqQ4-0001c5-Jz for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2013 11:47:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzqQ2-0003VP-Dc for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2013 11:47:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzqQ2-0003VA-Ba for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2013 11:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UzqQ1-0003q2-Sj for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2013 11:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 18 Jul 2013 15:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14896 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14896-submit@debbugs.gnu.org id=B14896.137416241114732 (code B ref 14896); Thu, 18 Jul 2013 15:47:01 +0000 Original-Received: (at 14896) by debbugs.gnu.org; 18 Jul 2013 15:46:51 +0000 Original-Received: from localhost ([127.0.0.1]:35298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UzqPr-0003pY-Ch for submit@debbugs.gnu.org; Thu, 18 Jul 2013 11:46:51 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:54695 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UzqPp-0003pP-N1 for 14896@debbugs.gnu.org; Thu, 18 Jul 2013 11:46:50 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UzqPm-00045J-Uu; Thu, 18 Jul 2013 11:46:47 -0400 X-Spook: Defcon sweep CDMA Manfurov Delta Force Mafia CIA cracking X-Ran: bhD^Ci)^<"w1x[&XGB3@Qt&0GP3:r5}`02$v[.@#O)3l8}o]aAA9%]d-3tWKd()TSN.p/V X-Hue: yellow X-Attribution: GM In-Reply-To: <83d2qg1sq3.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 18 Jul 2013 05:56:20 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76452 Archived-At: Eli Zaretskii wrote: > The mouse is not supported on a text terminal, unless you have > compiled with some specialized library, such as GPM. Isn't that only for the Linux console? For xterms, there is M-x xterm-mouse-mode.