From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: position on changing defaults? Date: Wed, 5 Mar 2008 15:54:43 +0100 Message-ID: References: <200803050637.m256bXL3008361@sallyv1.ics.uci.edu> <87r6epnvmh.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204728919 11606 80.91.229.12 (5 Mar 2008 14:55:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2008 14:55:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Miles Bader" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 05 15:55:46 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JWv1g-0007Tg-2e for ged-emacs-devel@m.gmane.org; Wed, 05 Mar 2008 15:55:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWv18-0008FW-NO for ged-emacs-devel@m.gmane.org; Wed, 05 Mar 2008 09:54:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWv15-0008FJ-Cq for emacs-devel@gnu.org; Wed, 05 Mar 2008 09:54:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWv13-0008F7-S7 for emacs-devel@gnu.org; Wed, 05 Mar 2008 09:54:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWv13-0008F4-LG for emacs-devel@gnu.org; Wed, 05 Mar 2008 09:54:45 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWv13-0001jh-Fs for emacs-devel@gnu.org; Wed, 05 Mar 2008 09:54:45 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1808000wah.10 for ; Wed, 05 Mar 2008 06:54:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=xgTXOHu+7I4PhautZTSzCSSCDNNdjys5/UidA/pteP0=; b=as6PEz/2pizqDUASheFhpOODyznBBkW8DS8uDuNP8cnFpigcQGEVUTuyYoNs7gjEwIJue5q1N0iz5QVuIzPwTMBctsygaOY8UEpdeQ67G1Mf0zr5s6H5rP/EuC+x0ZbYEG4xvGqEwYMQCThrAG2tyHKvhbymOkWKF6mgdbvxfbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bnxRXWRJh7cX6D8TPKZ4j0Dtf1e0PCFMzgKD17TQ+7l+Q+ckPV1bylfOzPUoCyLI+Eoa6pSuoNhpOB/IJJo9PZsLRMDpPf1/XCM3Yt/tgZcoqFgwneM960ufwBPSKdcrDlw2bkIKk2O/ltJPu0ri+os9YOjf/sHIMxwgh5GolZg= Original-Received: by 10.114.149.2 with SMTP id w2mr4632629wad.5.1204728883990; Wed, 05 Mar 2008 06:54:43 -0800 (PST) Original-Received: by 10.114.166.20 with HTTP; Wed, 5 Mar 2008 06:54:43 -0800 (PST) In-Reply-To: <87r6epnvmh.fsf@catnip.gol.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91380 Archived-At: > There are a few random interface tweaks that might be done to ibuffer, > e.g. using a header-line for the column headings, but I suspect they're > almost trivial. ibuffer already uses the header line to show the active filters; try M-x ibuffer / m (though I agree it would make more sense to use it for column headings). Juanma