From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#13992: 24.3; New command compilation-display-error Date: Mon, 18 Mar 2013 19:30:54 +0200 Message-ID: <83txo81upd.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1363628004 4605 80.91.229.3 (18 Mar 2013 17:33:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Mar 2013 17:33:24 +0000 (UTC) Cc: 13992@debbugs.gnu.org To: Leo Liu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Mar 18 18:33:45 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 1UHdwN-0008Qp-KY for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Mar 2013 18:33:43 +0100 Original-Received: from localhost ([::1]:53633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHdw0-0000fK-Mj for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Mar 2013 13:33:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHdvB-000841-PG for bug-gnu-emacs@gnu.org; Mon, 18 Mar 2013 13:32:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHdvA-0008G3-3e for bug-gnu-emacs@gnu.org; Mon, 18 Mar 2013 13:32:29 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHdv9-0008Fq-UW for bug-gnu-emacs@gnu.org; Mon, 18 Mar 2013 13:32:27 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UHdwg-0002S1-Co for bug-gnu-emacs@gnu.org; Mon, 18 Mar 2013 13:34:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Mar 2013 17:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13992 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13992-submit@debbugs.gnu.org id=B13992.13636279819327 (code B ref 13992); Mon, 18 Mar 2013 17:34:02 +0000 Original-Received: (at 13992) by debbugs.gnu.org; 18 Mar 2013 17:33:01 +0000 Original-Received: from localhost ([127.0.0.1]:33880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UHdvh-0002QN-Aj for submit@debbugs.gnu.org; Mon, 18 Mar 2013 13:33:01 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:38739) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UHdvg-0002Q2-0T for 13992@debbugs.gnu.org; Mon, 18 Mar 2013 13:33:00 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MJV00F009YST600@a-mtaout22.012.net.il> for 13992@debbugs.gnu.org; Mon, 18 Mar 2013 19:30:46 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJV00FZN9ZADF90@a-mtaout22.012.net.il>; Mon, 18 Mar 2013 19:30:46 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.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:72681 Archived-At: > From: Leo Liu > Date: Mon, 18 Mar 2013 21:00:08 +0800 > > The attached patch looks like a good addition to compile.el. Bind it to > C-o as in occur-mode. -- Leo Thanks. The name of the command could have more mnemonic payload, though. How about compilation-msg-locus-other-window?