From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: put goto-line on modeline Date: Mon, 17 Jan 2005 18:43:09 -0500 Message-ID: References: <16875.6801.853047.943117@farnswood.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1106005729 4746 80.91.229.6 (17 Jan 2005 23:48:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2005 23:48:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 18 00:48:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cqgbz-0003Yi-00 for ; Tue, 18 Jan 2005 00:48:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cqgnr-0002ur-G6 for ged-emacs-devel@m.gmane.org; Mon, 17 Jan 2005 19:00:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqgmS-0002hY-WD for emacs-devel@gnu.org; Mon, 17 Jan 2005 18:59:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqgmE-0002Yi-T7 for emacs-devel@gnu.org; Mon, 17 Jan 2005 18:59:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqgmE-0002Xi-OW for emacs-devel@gnu.org; Mon, 17 Jan 2005 18:59:18 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqgXg-0008By-QN for emacs-devel@gnu.org; Mon, 17 Jan 2005 18:44:16 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CqgWb-0000pb-Nh; Mon, 17 Jan 2005 18:43:09 -0500 Original-To: Nick Roberts In-reply-to: <16875.6801.853047.943117@farnswood.snap.net.nz> (message from Nick Roberts on Mon, 17 Jan 2005 14:53:21 +1300) 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:32304 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32304 This patch allows the user to invoke goto-line by clicking on the line number in the modeline. This isn't the time for new features. Anyway, this is not a good feature. The user has to enter the line number with the keyboard. Mixing mouse clicks and keyboard input is rather inconvenient. So I think that few people would use this intentionally. Please don't install it.