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: add `read-buffer-completion-ignore-case' ? Date: Mon, 9 Jun 2008 11:10:52 +0200 Message-ID: References: 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 1213002767 2134 80.91.229.12 (9 Jun 2008 09:12:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2008 09:12:47 +0000 (UTC) Cc: jpw@pobox.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, Miles Bader To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 09 11:13:29 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 1K5dRL-0000uM-SY for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 11:13:24 +0200 Original-Received: from localhost ([127.0.0.1]:45840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5dQY-0000wd-Iv for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 05:12:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5dOy-000840-IO for emacs-devel@gnu.org; Mon, 09 Jun 2008 05:10:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5dOw-000825-OH for emacs-devel@gnu.org; Mon, 09 Jun 2008 05:10:56 -0400 Original-Received: from [199.232.76.173] (port=44353 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5dOw-00081w-Ik for emacs-devel@gnu.org; Mon, 09 Jun 2008 05:10:54 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.176]:47124) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5dOw-0003IO-8O for emacs-devel@gnu.org; Mon, 09 Jun 2008 05:10:54 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so1776124wag.10 for ; Mon, 09 Jun 2008 02:10:52 -0700 (PDT) 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=VedFWoxsZCe3Ccue075L/IQzytT/LfKv27KtPutqDt4=; b=FDdXOP7MSZ/8qtYkvDNQJnCv9CwHw/F4YU5q+CNToOi7C3zxRjkATENsE+aT8MNKve 7lD0y/QvZiK8/RngPH7wONiZSE6t9ZDMYAU619ff7DiOuh/YIYi70cxK5OhqN9pYyJy3 R48LpGw7QuU3cjm2kHYi3nTr86+r9do5HFs8w= 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=VypdVO1uj98BfHiI3CczGx3vZy64n8INTnqo07YxKgpXuP1H85HS++xQdrOSPlEc+F kgpouBsstKefDO8ssgdRmrGFT/4Bj4rSm8WIGY0fqLlkaDGtyA4JB0X0mQJlmLTmQpjK DCACFPj9cfz4SbjIPIdGpELbI2oIkVxDQnOD8= Original-Received: by 10.114.151.13 with SMTP id y13mr2942448wad.134.1213002652340; Mon, 09 Jun 2008 02:10:52 -0700 (PDT) Original-Received: by 10.114.167.12 with HTTP; Mon, 9 Jun 2008 02:10:52 -0700 (PDT) In-Reply-To: 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:98785 Archived-At: On Mon, Jun 9, 2008 at 10:45, Eli Zaretskii wrote: > I don't necessarily disagree, but we do know which buffers are > associated with a file and which aren't. So we could DWIM in each > case as appropriate. If we want that, of course. I like switching buffers in a case-insensitive way, even when the buffer is not visiting a file. It's not that often that I have *Messages* and *messages* and *Scratch* and *scratch*, etc... Like, never, really. So it's better IMO not to tie buffer-selection casefolding with filename casefolding (I'd set both to case-insensitivity at once, but it's clear some people would prefer otherwise). Juanma