From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?B?SvxyZ2VuIEhhcnRtYW5u?= Newsgroups: gmane.emacs.help Subject: RE: How to bring previous-buffer to cycle through the full list of buffers Date: Sun, 10 May 2015 10:47:09 +0200 Message-ID: References: , , <554B4533.5070103@easy-emacs.de>, , <554C5145.3030500@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1431247662 2131 80.91.229.3 (10 May 2015 08:47:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 May 2015 08:47:42 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 10 10:47:26 2015 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 1YrMtR-0006c4-AL for geh-help-gnu-emacs@m.gmane.org; Sun, 10 May 2015 10:47:25 +0200 Original-Received: from localhost ([::1]:33012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrMtQ-0006nc-Cu for geh-help-gnu-emacs@m.gmane.org; Sun, 10 May 2015 04:47:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrMtH-0006nW-0m for help-gnu-emacs@gnu.org; Sun, 10 May 2015 04:47:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrMtD-0001qV-1W for help-gnu-emacs@gnu.org; Sun, 10 May 2015 04:47:14 -0400 Original-Received: from dub004-omc4s19.hotmail.com ([157.55.2.94]:54914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrMtC-0001qO-SJ for help-gnu-emacs@gnu.org; Sun, 10 May 2015 04:47:10 -0400 Original-Received: from DUB124-W22 ([157.55.2.73]) by DUB004-OMC4S19.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Sun, 10 May 2015 01:47:09 -0700 X-TMN: [1FC7yFQGbwUHqtj6hLiGkQzGABN2Z2MW] X-Originating-Email: [juergen_hartmann_@hotmail.com] Importance: Normal In-Reply-To: <554C5145.3030500@easy-emacs.de> X-OriginalArrivalTime: 10 May 2015 08:47:09.0794 (UTC) FILETIME=[E6D6CC20:01D08AFD] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 157.55.2.94 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:104348 Archived-At: Thank you=2C Andreas Roehler=2C for your answer:=0A= =0A= > Hmm=2C when it is about to restore some older windows configuration=2C=0A= > previous-buffer and the like will not do it=2C as being volatile.=0A= >=0A= > You could use result of (current-window-configuration) similar to=0A= > registered positions as shown.=0A= >=0A= > Then (set-window-configuration MY-last-window-configuration)=2C now=0A= > jumping to subsequent stores.=0A= =0A= Actually=2C the intention is not to alter the windows configuration at all= =2C=0A= but to change the buffer that one of the windows shows. The latter should b= e=0A= done by a keystroke that cycles through the whole list of buffers.=0A= =0A= This can nearly be achieved by binding the command previous-buffer so some= =0A= suitable key. But this is not the complete solution=2C since previous-buffe= r=0A= typically cycles through just some of the buffers=2C not all of them.=0A= =0A= So it would be great if somebody would know of a command that does that or = if=0A= somebody could outline a way to configure=2C alter=2C or advice the command= =0A= previous-buffer to include all the buffers in its scope.=0A= =0A= Juergen=0A= =0A= =