From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Looking for a buffer-cycling library Date: Sat, 15 Nov 2014 14:56:42 +1100 Message-ID: <87sihlru6j.fsf@gmail.com> References: <20141114231146.GS22206@mail.akwebsoft.com> <87tx21s0sn.fsf@gmail.com> <20141115033202.GU22206@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416023960 614 80.91.229.3 (15 Nov 2014 03:59:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2014 03:59:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 15 04:59:14 2014 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 1XpUW1-0002Id-Sj for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Nov 2014 04:59:14 +0100 Original-Received: from localhost ([::1]:38603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpUW1-0004YT-JW for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2014 22:59:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpUVl-0004YB-R0 for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 22:59:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpUVf-0001YX-RM for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 22:58:57 -0500 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:64471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpUVf-0001YQ-K2 for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 22:58:51 -0500 Original-Received: by mail-pa0-f50.google.com with SMTP id eu11so18883645pac.9 for ; Fri, 14 Nov 2014 19:58:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:date:in-reply-to:message-id:mime-version :content-type; bh=9abhFWSm6i099Uc6bkKiWv5bib8GtYpYf7/ZHObHhwA=; b=e6hcMeOhaPYPa61+luvFW4+mFcW09/y4nBnVJyarLrNvvNUwqv9HFn3qM16soQAf5k j+a1WB3O8AnP12u2UALgVuzwg8gGKB3U6k5avtpYCzM98KDl7lg9q4hQ6UYyed9NTRiB rabg+hmstaPymkugUuC0ejYKfhNviOUzePgZd4uLIAzvqLw22IlTjBFqF7YR20I2ixr7 +NzFPmjSMnWalHW6t8lwoHHQreY8xXOVitG5iFd4GTFS+SHJQGEqs+66HBU4WFqOUgu3 tmiD3OipauuX8BFu9b/OfBQZTTV9JARHIqlP3n9ZXuOQmyaN0jQb0fkB6mUiyZNOHJhK 31dA== X-Received: by 10.66.241.202 with SMTP id wk10mr14726743pac.88.1416023930524; Fri, 14 Nov 2014 19:58:50 -0800 (PST) Original-Received: from localhost (ppp118-209-92-67.lns20.mel4.internode.on.net. [118.209.92.67]) by mx.google.com with ESMTPSA id pc8sm28889709pdb.54.2014.11.14.19.58.48 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 14 Nov 2014 19:58:49 -0800 (PST) In-reply-to: <20141115033202.GU22206@mail.akwebsoft.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 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:100929 Archived-At: Tim Johnson writes: > I will have to grok it further tomorrow. :-) > As far as a quick hack, I've seen some good stuff at > http://stackoverflow.com/questions/14323516/make-emacs-next-buffer-skip-messages-buffer *nod* > but I thought that a full-blown library might introduce me to some > other goodies I haven't thought off. Fair enough. > thanks a lot You're welcome! :-) Alexis.