From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: z0d Newsgroups: gmane.emacs.help Subject: Re: Sorting buffers with ibuffer Date: Fri, 21 Nov 2008 10:36:12 -0800 (PST) Organization: http://groups.google.com Message-ID: <80823b7e-19ca-4522-a20a-de9db9cbc3c8@j38g2000yqa.googlegroups.com> References: <868f7753-ea47-4f70-9152-ae1a4ee62a6a@r40g2000yqj.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1227301509 15156 80.91.229.12 (21 Nov 2008 21:05:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2008 21:05:09 +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 Nov 21 22:06:13 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L3dCI-0000Ij-Ad for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2008 22:05:50 +0100 Original-Received: from localhost ([127.0.0.1]:37277 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3dB9-0001Lm-0y for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2008 16:04:39 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j38g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 94.44.1.80 Original-X-Trace: posting.google.com 1227292573 26517 127.0.0.1 (21 Nov 2008 18:36:13 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 21 Nov 2008 18:36:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j38g2000yqa.googlegroups.com; posting-host=94.44.1.80; posting-account=_VxlBgoAAADZXnZrUdjWInzVVok9gw28 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.10 (intrepid) Firefox/3.0.4, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:164679 X-Mailman-Approved-At: Fri, 21 Nov 2008 16:03:45 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60010 Archived-At: On Nov 21, 7:07=A0pm, z0d wrote: > Hello, > > I'm trying to sort my buffers by major-mode with ibuffer, but it seems > like it doesn't work. Sorry, I forget to mention that I'm using CVS Emacs, updated today. If I (setq ibuffer-default-sorting-mode 'major-mode) instead of (setq- default ibuffer-default-sorting-mode 'major-mode) it doesn't work either. Regards, Peter.