From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: how-many/count-matches for non-interactive use Date: Sat, 23 Oct 2004 12:32:38 +0100 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <87pt3m5vqk.fsf@oak.pohoyda.family> <87zn2mh5jk.fsf-monnier+emacs@gnu.org> <87is99nznd.fsf-monnier+emacs@gnu.org> <200410172053.i9HKrdL01136@raven.dms.auburn.edu> <200410190158.i9J1wrH25523@raven.dms.auburn.edu> <200410200127.i9K1Rpp28384@raven.dms.auburn.edu> <200410210308.i9L38Dm10997@raven.dms.auburn.edu> <200410222222.i9MMMD515903@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098531631 4181 80.91.229.6 (23 Oct 2004 11:40:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Oct 2004 11:40:31 +0000 (UTC) Cc: rms@gnu.org, klm@zope.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk, alexander.pohoyda@gmx.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 23 13:40:20 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CLKFw-0003RB-00 for ; Sat, 23 Oct 2004 13:40:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLKNT-00032G-JR for ged-emacs-devel@m.gmane.org; Sat, 23 Oct 2004 07:48:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLKNL-00032A-5a for emacs-devel@gnu.org; Sat, 23 Oct 2004 07:47:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLKNK-00031y-O1 for emacs-devel@gnu.org; Sat, 23 Oct 2004 07:47:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLKNK-00031v-L0 for emacs-devel@gnu.org; Sat, 23 Oct 2004 07:47:58 -0400 Original-Received: from [208.58.1.193] (helo=boggle.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLKFe-0008Db-T5; Sat, 23 Oct 2004 07:40:03 -0400 Original-Received: from boggle (localhost [127.0.0.1]) by boggle.pobox.com (Postfix) with ESMTP id 70C74A9455; Sat, 23 Oct 2004 07:40:02 -0400 (EDT) Original-Received: from filth.shootybangbang.com (host217-44-221-101.range217-44.btcentralplus.com [217.44.221.101]) by boggle.sasl.smtp.pobox.com (Postfix) with ESMTP id 4161641971B; Sat, 23 Oct 2004 07:39:58 -0400 (EDT) Original-To: Luc Teirlinck In-reply-to: <200410222222.i9MMMD515903@raven.dms.auburn.edu> (message from Luc Teirlinck on Fri, 22 Oct 2004 17:22:13 -0500 (CDT)) X-Mailer: Norman X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n); p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28776 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28776 > Apart from that, two files _seem_ to have problems: ibuf-ext.el, in > particular the function `ibuffer-jump-to-buffer' [...] Thanks for pointing this out. I have changed `ibuffer-jump-to-buffer' in ibuf-ext.el so that reading the buffer name is done in the interactive spec and will consider removing the `interactive-p' calls from `ibuffer-find-file' in ibuffer.el and `ibuffer-kill-line' in ibuf-ext.el too.