From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lucas Newsgroups: gmane.emacs.devel Subject: Re: Suggestion: Mapping of M-g should be goto-line Date: Thu, 25 Mar 2004 10:54:25 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87y8ppl0a6.fsf@nerv.eva.lan> References: <861xnhfee8.fsf@avet.kvota.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080209040 14543 80.91.224.253 (25 Mar 2004 10:04:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Mar 2004 10:04:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 25 11:03:54 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6RiL-00061o-00 for ; Thu, 25 Mar 2004 11:03:53 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6RiL-0006YI-00 for ; Thu, 25 Mar 2004 11:03:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6Rh2-0006Pi-Ek for emacs-devel@quimby.gnus.org; Thu, 25 Mar 2004 05:02:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6Rgw-0006Nz-4K for emacs-devel@gnu.org; Thu, 25 Mar 2004 05:02:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6RgN-0006Ba-NK for emacs-devel@gnu.org; Thu, 25 Mar 2004 05:02:22 -0500 Original-Received: from [193.252.22.28] (helo=mwinf0303.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6RZL-0003ut-AN for emacs-devel@gnu.org; Thu, 25 Mar 2004 04:54:35 -0500 Original-Received: from nerv.eva.lan (ALyon-110-1-29-9.w81-53.abo.wanadoo.fr [81.53.223.9]) by mwinf0303.wanadoo.fr (SMTP Server) with ESMTP id 3E9875000878 for ; Thu, 25 Mar 2004 10:54:20 +0100 (CET) Original-Received: from nerv.eva.lan (localhost [127.0.0.1]) by nerv.eva.lan (8.12.11/8.12.11/Debian-3) with ESMTP id i2P9sPaZ007675 for ; Thu, 25 Mar 2004 10:54:25 +0100 Original-Received: (from lucas@localhost) by nerv.eva.lan (8.12.11/8.12.11/Debian-3) id i2P9sPKR007672; Thu, 25 Mar 2004 10:54:25 +0100 X-Authentication-Warning: nerv.eva.lan: lucas set sender to lukhas@free.fr using -f Original-To: emacs-devel@gnu.org In-Reply-To: <861xnhfee8.fsf@avet.kvota.net> (Danilo Segan's message of "Thu, 25 Mar 2004 10:46:07 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20885 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20885 Danilo Segan writes: > > FWIW, C-x ` is bound to next-error, and it's a big win in situations > like this. > And, ` is on AltGR 7 here, so basically absolutely unusable on French keyboard layouts. Of course next-error is bound to something else But anyway, going to a specified line is still useful in some cases. Like : "I found a bug on line 25 and 26 ...". Unless you could provide a function to read Gnus mails, and open the specified file to the desired line ;). -- Lucas