From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Case insensitive search Date: Sun, 24 Jun 2012 22:17:06 +0200 Message-ID: <4FE775C2.4070209@gmx.de> References: <2012-06-22T22-00-43@devnull.Karl-Voit.at> <2012-06-23T11-19-19@devnull.Karl-Voit.at> <4FE71998.7050803@gmx.de> <2012-06-24T17-18-36@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SitF9-0006EQ-Ha for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 16:17:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SitF7-0008GH-LV for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 16:17:11 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:35794) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SitF7-0008G3-9u for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 16:17:09 -0400 In-Reply-To: <2012-06-24T17-18-36@devnull.Karl-Voit.at> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: news1142@Karl-Voit.at Cc: Karl Voit , emacs-orgmode@gnu.org On 06/24/2012 05:21 PM, Karl Voit wrote: > * Simon Thum wrote: >> Hi, >> >> thanks for sharing your setup. Piggybacking on this thread, I'm just >> starting with org-contacts and wonder how I could get it to perform >> case-insensitive searches? (This would make it easier to search for >> parts of names) > > http://sunsite.ualberta.ca/Documentation/Gnu/emacs-21.1/html_chapter/faq_5.html#SEC42 > (setq case-fold-search t) ; make searches case insensitive I ran across that already but figured it's a bit harsh for all of emacs or org-mode, i.e. I am worried about unintended side-effects. The trouble I'm having stems from the fact that org-contact search is (AFAICT) an agenda search, which is case insensitive in my setup. So why is org contacts case sensitive in the first place? Thanks anyway, I'll dig deeper some time (but probably not today). Cheers, Simon