From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan@gnu.org (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.help Subject: Re: Yanking in isearch mode Date: Fri, 04 Jun 2010 20:51:44 +0200 Message-ID: <87r5km1vi7.fsf@gnu.org> References: <4C04E7EF.70109@pobox.com> <4C051B5E.6070902@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1275677788 26523 80.91.229.12 (4 Jun 2010 18:56:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Jun 2010 18:56:28 +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 Jun 04 20:56:20 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OKc42-0002aj-Mx for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jun 2010 20:56:19 +0200 Original-Received: from localhost ([127.0.0.1]:33831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKc40-0006aB-BE for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jun 2010 14:56:16 -0400 Original-Received: from [140.186.70.92] (port=50926 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKc04-0004EH-Mf for help-gnu-emacs@gnu.org; Fri, 04 Jun 2010 14:52:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKbzz-000707-QI for help-gnu-emacs@gnu.org; Fri, 04 Jun 2010 14:52:12 -0400 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:34935) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKbzz-0006zm-Kz for help-gnu-emacs@gnu.org; Fri, 04 Jun 2010 14:52:07 -0400 Original-Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id BD01BC968 for ; Fri, 4 Jun 2010 20:52:05 +0200 (CEST) X-SENDER-IP: [85.228.206.40] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au1EAKfoCExV5M4oPGdsb2JhbACHb4o7jBoMAQEBATUtv06FFwQ X-IronPort-AV: E=Sophos;i="4.53,362,1272837600"; d="scan'208";a="530351653" Original-Received: from c-28cee455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.206.40]) by ipb3.telenor.se with ESMTP; 04 Jun 2010 20:51:45 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 06A764844AF; Fri, 4 Jun 2010 20:51:44 +0200 (CEST) Mail-Copies-To: never Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Kevin Rodgers's message of "Thu, 03 Jun 2010 02:41:06 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:73830 Archived-At: Kevin Rodgers writes: > And isearch-case-fold-search has this comment: > > ; case-fold-search while searching. > ; either nil, t, or 'yes. 'yes means the same as t except that mixed > ; case in the search string is ignored. > (defvar isearch-case-fold-search nil) > > But `yes' is not treated specially in isearch.el But `t' is.