From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Seberino Newsgroups: gmane.emacs.help Subject: How modify previous-buffer and next-buffer to go to next buffer as if buffer list was in ALPHABETICAL order? Date: Fri, 10 Oct 2014 10:26:23 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1412962235 28969 80.91.229.3 (10 Oct 2014 17:30:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 17:30:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 19:30:29 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 1Xce1L-0005N2-2G for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 19:30:27 +0200 Original-Received: from localhost ([::1]:50097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xce1K-0008BF-70 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 13:30:26 -0400 X-Received: by 10.70.36.34 with SMTP id n2mr3883226pdj.5.1412961983855; Fri, 10 Oct 2014 10:26:23 -0700 (PDT) X-Received: by 10.182.196.35 with SMTP id ij3mr12960obc.37.1412961983710; Fri, 10 Oct 2014 10:26:23 -0700 (PDT) Original-Path: usenet.stanford.edu!h18no4343023igc.0!news-out.google.com!rp1ni26281igb.0!nntp.google.com!uq10no8082510igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.193.13.167; posting-account=VkuUtQkAAADKqMjRUmZTNs7a8uCSNNy2 Original-NNTP-Posting-Host: 74.193.13.167 User-Agent: G2/1.0 Injection-Date: Fri, 10 Oct 2014 17:26:23 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208108 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:100384 Archived-At: How modify previous-buffer and next-buffer to go to next buffer as if buffer list was in ALPHABETICAL order? The reason is Emacs doesn't automatically sort the buffer list. Thanks! cs