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: How to bring previous-buffer to cycle through the full list of buffers Date: Thu, 7 May 2015 10:41:20 +0200 Message-ID: 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 1430988106 10729 80.91.229.3 (7 May 2015 08:41:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 May 2015 08:41:46 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 07 10:41:38 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 1YqHNA-0003eh-Km for geh-help-gnu-emacs@m.gmane.org; Thu, 07 May 2015 10:41:36 +0200 Original-Received: from localhost ([::1]:49485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqHNA-0003HY-3E for geh-help-gnu-emacs@m.gmane.org; Thu, 07 May 2015 04:41:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqHMy-0003HD-6l for help-gnu-emacs@gnu.org; Thu, 07 May 2015 04:41:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqHMu-0003Eu-T0 for help-gnu-emacs@gnu.org; Thu, 07 May 2015 04:41:24 -0400 Original-Received: from dub004-omc4s31.hotmail.com ([157.55.2.106]:55421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqHMu-0003Eq-Nb for help-gnu-emacs@gnu.org; Thu, 07 May 2015 04:41:20 -0400 Original-Received: from DUB124-W25 ([157.55.2.71]) by DUB004-OMC4S31.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Thu, 7 May 2015 01:41:20 -0700 X-TMN: [7Ot7OC2R2j8m8XJ6c/jyfbGRYhvDGk2h] X-Originating-Email: [juergen_hartmann_@hotmail.com] Importance: Normal X-OriginalArrivalTime: 07 May 2015 08:41:20.0204 (UTC) FILETIME=[973A58C0:01D088A1] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 157.55.2.106 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:104260 Archived-At: I know that in Emacs 24.5=2C but also earlier versions=2C there is is the= =0A= variable switch-to-visible-buffer whose default value t causes=0A= switch-to-prev-buffer=2C and hence also previous-buffer=2C to cycle through= all=0A= buffers in the given window's history even if they might be visible in othe= r=0A= windows.=0A= =0A= After the windows history is exhausted by repetitively applying=0A= previous-buffer=2C the cycling continues with all the other buffers in the= =0A= global buffer list=2C but this time unconditionally skipping those of them = that=0A= are visible in other windows--regardless of the setting in=0A= switch-to-visible-buffer.=0A= =0A= Does anyone knows a way to bring previous-buffer to cycle through the whole= =0A= list of buffers regardless of their visibility elsewhere and regardless of= =0A= windows histories?=0A= =0A= Any hint is greatly welcome.=0A= =0A= Juergen=0A= =0A= =