From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: maintaining case when pasting into emacs search Date: Tue, 4 Mar 2014 17:59:06 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1393973971 20143 80.91.229.3 (4 Mar 2014 22:59:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2014 22:59:31 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 04 23:59:40 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WKyJI-0006jB-He for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Mar 2014 23:59:40 +0100 Original-Received: from localhost ([::1]:49066 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKyJI-0007jf-4l for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Mar 2014 17:59:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKyJ8-0007ja-4w for help-gnu-emacs@gnu.org; Tue, 04 Mar 2014 17:59:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKyJ7-00033I-AA for help-gnu-emacs@gnu.org; Tue, 04 Mar 2014 17:59:30 -0500 Original-Received: from mail-vc0-x232.google.com ([2607:f8b0:400c:c03::232]:62870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKyJ7-00032m-6L for help-gnu-emacs@gnu.org; Tue, 04 Mar 2014 17:59:29 -0500 Original-Received: by mail-vc0-f178.google.com with SMTP id ik5so212935vcb.23 for ; Tue, 04 Mar 2014 14:59:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=2MaVavmdlPZPhxE/iER9roDOuGOY2UroocPxXHr9Ym8=; b=qgTR8RVaSvCoZmg01EWSX1mT9l8BX5Uo9wlC68Avg6erhrS1BPrWPBVe4AwJlfMZhj Tw98mrc9QWlycCMGnQ0YxIykSuuofoaG0uB6K7KdrjXTaFAXOtKFRDZeepM0jMSengLK 4nD8DE8la4BXBk8y9sRfTXHnCYU9xDbQJvudngWJPbrAM/C+qQwSow3JJSFGh7Te4xIm /LTI+A7ZyDNgPG+mBDjk68FzFmJfqhHqPFfnSzmaykDF6f+91KNyQDMQe6jSYztGcTwv 5XB3goQoAstGkfpLVKfsbIdkXzo75DJJI7hiR4xJ/hkUzD066LU6wFKzTpZhq2GW9iEs mQbA== X-Received: by 10.52.29.113 with SMTP id j17mr1499017vdh.22.1393973968132; Tue, 04 Mar 2014 14:59:28 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Tue, 4 Mar 2014 14:59:06 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::232 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96258 Archived-At: Hi, When I visit a file, copy something out of it, and then search for this string in another instance, I do C-s to invoke isearch, and then C-y to paste what I've copied. However, when I paste it, it comes out in all lowercase. 1:AAIAAJTJ8o3qZQAAATkCmMTN148= comes out 1:aaiaajtj..... etc etc. Surprisingly, I just pasted it in this email (outside of emacs) and it pasted with the correct case. What am I doing wrong? Jai