From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: add `read-buffer-completion-ignore-case' ? Date: Sun, 8 Jun 2008 15:46:06 -0700 Message-ID: <000401c8c9b9$70b17570$0200a8c0@us.oracle.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212965250 17900 80.91.229.12 (8 Jun 2008 22:47:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2008 22:47:30 +0000 (UTC) To: "'John Paul Wallington'" , Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 09 00:48:13 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 1K5TgI-0001AW-Hb for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 00:48:10 +0200 Original-Received: from localhost ([127.0.0.1]:47833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5TfV-0002Xh-HZ for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 18:47:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5Tf9-0002Nc-HQ for emacs-devel@gnu.org; Sun, 08 Jun 2008 18:46:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5Tf8-0002Mo-3C for emacs-devel@gnu.org; Sun, 08 Jun 2008 18:46:59 -0400 Original-Received: from [199.232.76.173] (port=37431 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5Tf7-0002Mi-PR for emacs-devel@gnu.org; Sun, 08 Jun 2008 18:46:57 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:62888) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K5Tf7-0006uk-P2 for emacs-devel@gnu.org; Sun, 08 Jun 2008 18:46:58 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m58MkkOb024409; Sun, 8 Jun 2008 16:46:46 -0600 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m58LP177015874; Sun, 8 Jun 2008 16:46:45 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt350.oracle.com with ESMTP id 3688488801212965160; Sun, 08 Jun 2008 15:46:00 -0700 Original-Received: from dradamslap1 (/24.5.171.3) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 08 Jun 2008 15:46:00 -0700 X-Mailer: Microsoft Office Outlook 11 In-reply-to: Thread-Index: AcjJrrNRwxMQMGYtR6C00itLjoVfIQAAFjIQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:98735 Archived-At: > Is it okay to install the following change? I didn't try it, but if it does what you say then it's OK by me. > It adds a customizable variable, `read-buffer-completion-ignore-case', > that specifies the case-sensitivity of completion for `read-buffer'. > Its default value is nil, meaning that `read-buffer' is case-sensitive > when completing buffer names. t might be a better default value, as some others explained. t would also be my preference, but I'm OK with either t or nil. Thx.