From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Suggestion: Mapping of M-g should be goto-line Date: 25 Mar 2004 14:35:53 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <861xnhfee8.fsf@avet.kvota.net> <86brmldvbd.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 1080227223 30792 80.91.224.253 (25 Mar 2004 15:07:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Mar 2004 15:07:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 25 16:06:56 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 1B6WRc-0008Ag-00 for ; Thu, 25 Mar 2004 16:06:56 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6WRc-0008Js-00 for ; Thu, 25 Mar 2004 16:06:56 +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 1B6ViY-0004oK-C5 for emacs-devel@quimby.gnus.org; Thu, 25 Mar 2004 09:20:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6VHG-0000xd-91 for emacs-devel@gnu.org; Thu, 25 Mar 2004 08:52:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6Uj3-00038L-1Q for emacs-devel@gnu.org; Thu, 25 Mar 2004 08:17:20 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.30) id 1B6U5t-00076M-Ag for emacs-devel@gnu.org; Thu, 25 Mar 2004 07:36:21 -0500 Original-Received: (qmail 6802 invoked from network); 25 Mar 2004 12:36:13 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 25 Mar 2004 12:36:13 -0000 Original-To: Danilo Segan In-Reply-To: <86brmldvbd.fsf@avet.kvota.net> Original-Lines: 37 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:20905 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20905 Danilo Segan writes: > Hi Jari, Lucas, Juanma, > > And, ` is on AltGR 7 here, so basically absolutely unusable on French > > keyboard layouts. Of course next-error is bound to something else > > Which would only go so far to recommend assigning M-g to next-error, > perhaps? ;) This brings me to another pet of mine ... M-x compile and M-x recompile What about using a new "compile prefix" C-x c with bindings like: C-x c c => compile C-x c r => recompile C-x c n => next error C-x c p => prev error C-x c g => grep and: C-x c l => goto-line .. Unfortunately, using C-x c has a high danger of someone typing C-x C-c which is probably why it isn't used :-( But C-x C-c has always been too risky for my fingers, so I moved that to C-x C-c C-x a LOOOOOONG time ago. -- Kim F. Storm http://www.cua.dk