From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: Compilation buffer Date: Thu, 25 Nov 2010 08:12:18 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1290670863 715 80.91.229.12 (25 Nov 2010 07:41:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2010 07:41:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Burton Samograd Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 25 08:40:59 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PLWRs-0007fp-VO for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Nov 2010 08:40:57 +0100 Original-Received: from localhost ([127.0.0.1]:43887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLWRs-0008VF-8M for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Nov 2010 02:40:56 -0500 Original-Received: from [140.186.70.92] (port=57576 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLW0h-0007Se-T2 for help-gnu-emacs@gnu.org; Thu, 25 Nov 2010 02:12:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLW0f-0004V6-SR for help-gnu-emacs@gnu.org; Thu, 25 Nov 2010 02:12:51 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:38841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLW0f-0004Ui-JL for help-gnu-emacs@gnu.org; Thu, 25 Nov 2010 02:12:49 -0500 Original-Received: by iwn36 with SMTP id 36so767739iwn.0 for ; Wed, 24 Nov 2010 23:12:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=psy+mVPQLxb2p6TA/OROQ5O20x9boHZ+/E/9TdnZ9wM=; b=UvTwSh+DKjJnUk/fB67UW8ovITdzZ+ki/UtckNJTvFL4Hmy4Df44K+prgsmzS3LK/x yHq+2ttdbSHAFkfxO+j8GZXs90fedPdLFy/SZZZXAdBw9o0ltWkBI1QKAlygZyC2ElpR Dh43P6KCW1qZ5vRzyagfjNhyEM5Uu/pty4QHY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=cj20gh8Cb5QT9anHFrxbvNjMr5hl06M765Ce95v8rwwF4j/5cLUUVZzVeeMdWV1IgU ApLpSZEl6q2mA1RhhHNaXLkQUMa4vZ39But/hALQ0JmdMYO/0kMHigeER2EXYPP09rR8 UQQVe5peKIZ/UX4HocJVb7icVWz+mhL+T15zE= Original-Received: by 10.231.17.11 with SMTP id q11mr291112iba.102.1290669168405; Wed, 24 Nov 2010 23:12:48 -0800 (PST) Original-Received: by 10.231.30.66 with HTTP; Wed, 24 Nov 2010 23:12:18 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75428 Archived-At: 2010/11/25 Burton Samograd : > Andrea Crotti writes: > >> Another thing it would be nice is a way to jump, from everywhere, to the >> next error/warning. >> >> Now I have to >> - go to the compilation buffer >> - go to the next error >> - press Enter >> >> Is there some function already to automate it or should I create a macro= /function? > > C-x ` > > This is bound to 'next-error'. =A0There is also 'previous-error' but I'm > not sure what that is bound to. > It's easier to remember with M-g M-n and M-g M-p. previous-error is only bound to M-g p and M-g M-p. To find out what keys a command is bound to, do e.g. C-h f previous-error. --=20 Deniz Dogan