From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Degutis Newsgroups: gmane.emacs.help Subject: Re: [ANN] project-buffers.el Date: Mon, 1 Apr 2013 19:36:01 -0500 Message-ID: References: <170D2FD52E2E43AA8ED0BEBE8EF74B15@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bf16288009c1304d955ec2a X-Trace: ger.gmane.org 1364862987 9936 80.91.229.3 (2 Apr 2013 00:36:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Apr 2013 00:36:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 02 02:36:55 2013 Return-path: Envelope-to: geh-help-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 1UMpDa-0000hD-02 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Apr 2013 02:36:54 +0200 Original-Received: from localhost ([::1]:57812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMpDB-0005Iw-Ew for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Apr 2013 20:36:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMpCp-0005Go-7d for help-gnu-emacs@gnu.org; Mon, 01 Apr 2013 20:36:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMpCk-0004xl-KA for help-gnu-emacs@gnu.org; Mon, 01 Apr 2013 20:36:07 -0400 Original-Received: from mail-pb0-f44.google.com ([209.85.160.44]:36481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMpCk-0004x7-E0 for help-gnu-emacs@gnu.org; Mon, 01 Apr 2013 20:36:02 -0400 Original-Received: by mail-pb0-f44.google.com with SMTP id wz12so39555pbc.31 for ; Mon, 01 Apr 2013 17:36:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=OJUWJoL5jXdmrMSKq4OmUAg9pSL6XSb2XroT8CLCVIg=; b=ZfLtF1erdup6kEy4uZ8FvbiLhpa65tuhV36JyTZ9y0y/y4t7W8lJM98hBdLAJbc6Cw 94AqVyd6w52IH3t3oK6k4IBn2vSvQHA4V42lYsNU7k7hhbNynb1pdAhYEHMZzQmPAITt CSzG0EnHGiUd3q7di5ceVp2Ib6Hm4x/7olbgDVrF0mnVd0KKwyn0GthFlgR9Q7JQZ59C txBhgw1pJMkbavXc+FoLv5scf52pLn5QJZ4lyBVLpG2qrKeYTSHKe07Yzhf5Vh87vs3q y+ARVMZt9PklTeSBK3+0uSdJeWkCd7DW7nkLzyS6/Rw7UMBGZZoHnSiPf73HE7HxQgGM bSng== X-Received: by 10.66.183.10 with SMTP id ei10mr21621809pac.39.1364862961751; Mon, 01 Apr 2013 17:36:01 -0700 (PDT) Original-Received: by 10.70.30.35 with HTTP; Mon, 1 Apr 2013 17:36:01 -0700 (PDT) In-Reply-To: <170D2FD52E2E43AA8ED0BEBE8EF74B15@us.oracle.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.44 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89873 Archived-At: --047d7bf16288009c1304d955ec2a Content-Type: text/plain; charset=ISO-8859-1 Thanks for the link, haven't seen that page before. Most packages on that page don't do what project-buffers.el does. Projectile almost does, but it doesn't have a per-project version of next-buffer and previous-buffer, which was probably the main reason I wrote project-buffers.el. -Steven On Mon, Apr 1, 2013 at 5:17 PM, Drew Adams wrote: > > Basically, gives you `next-buffer`, `previous-buffer`, > > `switch-to-buffer` and more, but limited to buffers that > > are in the "current project" (defined as an ancestor dir > > containing one of a defcustomizable list of files, like > > ".git", "Makefile", etc). > > > > Why didn't something like this already exist? > > Something like that does exist. Several such somethings. > > http://www.emacswiki.org/emacs/CategoryProject > > --047d7bf16288009c1304d955ec2a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks for the link, haven't seen that page before.
Most packages on that page don't do what project-buffe= rs.el does.

Projectile almost does, but it doesn&#= 39;t have a per-project version of next-buffer and previous-buffer, which w= as probably the main reason I wrote project-buffers.el.

-Steven


On Mon, Apr 1, 2013 at 5:17 PM, = Drew Adams <drew.adams@oracle.com> wrote:
> Basically, gives you = `next-buffer`, `previous-buffer`,
> `switch-to-buffer` and more, but limited to buffers that
> are in the "current project" (defined as an ancestor dir
> containing one of a defcustomizable list of files, like
> ".git", "Makefile", etc).
>
> Why didn't something like this already exi= st?

Something like that does exist. =A0Several such somethings.

http://www.emacswiki.org/emacs/CategoryProject


--047d7bf16288009c1304d955ec2a--