From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10048 Path: news.gmane.org!not-for-mail From: ad@remove.the.a.in.ionicsoft.com (Arnaud Diederen (aundro)) Newsgroups: gmane.emacs.gnus.user Subject: Compilation mode; action when visiting next locus Date: 17 Dec 2007 10:54:33 +0100 Organization: [ posted via Easynet Belgium ] Message-ID: <87odcp63za.fsf@paddy.ionicsoft.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197901925 31618 80.91.229.12 (17 Dec 2007 14:32:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2007 14:32:05 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Dec 17 15:32:15 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4H0h-00023u-6T for gegu-info-gnus-english@m.gmane.org; Mon, 17 Dec 2007 15:32:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4H0M-0000ep-GD for gegu-info-gnus-english@m.gmane.org; Mon, 17 Dec 2007 09:31:38 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsfeed.news2me.com!news.skynet.be!feed1.news.be.easynet.net!reader0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Lines: 20 Original-NNTP-Posting-Date: 17 Dec 2007 09:54:33 GMT Original-NNTP-Posting-Host: 81.188.4.2 Original-X-Trace: 1197885273 reader0.news.be.easynet.net 1490 [::ffff:81.188.4.2]:40442 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80258 X-Mailman-Approved-At: Mon, 17 Dec 2007 09:29:26 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:10048 Archived-At: Hello all, I've been using the "compile" command for a very specific operation: list the files that match a given pattern, starting at the root of my project (using the unix 'find' command). When I on one of those files, emacs opens it in a buffer, for editing. That's perfect except for a little thing: I'd like the *compilation* buffer to disappear, the number of frames to be reduced to 1 (i.e., full screen), and the buffer to be opened in that frame. Actually, what I'd like is an "onvisitlocus" hook, if I may say so. ..and I have no idea how to that at all. Can anyone help? Thank you all, Arnaud.