From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: ucs-insert in query-replace? Date: Fri, 03 Feb 2012 22:28:34 +0530 Message-ID: <81pqdvzwed.fsf@gmail.com> References: <87mx8z26z6.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328288350 8702 80.91.229.3 (3 Feb 2012 16:59:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2012 16:59:10 +0000 (UTC) Cc: Tom Roche To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 03 17:59:09 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtMTa-0000w4-1m for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 17:59:06 +0100 Original-Received: from localhost ([::1]:35885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMTZ-0007bF-Gd for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 11:59:05 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:60000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMTU-0007b8-4X for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 11:59:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtMTO-0003zv-Eo for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 11:59:00 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:60870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMTO-0003zH-84 for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 11:58:54 -0500 Original-Received: by dadv6 with SMTP id v6so3276723dad.0 for ; Fri, 03 Feb 2012 08:58:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=62xp7CImsmh0O+c0BPgNT7lN+GlADNfMV9mxVjyIR4Q=; b=VuB9BREF79Kmbly2YgsfIj8ajjdByszuApwfrHYbomYx9LCJdtWmatlOryOh+pvGTI xcnk9783gK3KPJiBss+YmufHz0iK8irI6MlniJPEo3mMXsh2Dtl/S/qpQYbjiUAHF7+j 8h/BSvVot1LtshbgjBP3Y2GA5+dAFOoWUZMrA= Original-Received: by 10.68.125.227 with SMTP id mt3mr19040496pbb.1.1328288332501; Fri, 03 Feb 2012 08:58:52 -0800 (PST) Original-Received: from JAMBU-NETBOOK ([115.184.114.7]) by mx.google.com with ESMTPS id x8sm14258882pbr.11.2012.02.03.08.58.44 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Feb 2012 08:58:49 -0800 (PST) In-Reply-To: <87mx8z26z6.fsf@pobox.com> (Tom Roche's message of "Fri, 03 Feb 2012 11:54:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.41 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:83625 Archived-At: Tom Roche writes: > Just now I was trying to unencode some email with lines like > >> * =3DE2=3D88=3D80 target values v: (v > 0) || is.na(v) > > I know that '=3DE2=3D88=3D80' =3D=3D '=E2=88=80', so I did (the keyboard = equivalent of) > >> M-x query-replace '=3DE2=3D88=3D80' > > and attempted to then do ucs-insert (C-x 8 RET 'for all'), but got > >> Command attempted to use minibuffer while in minibuffer (setq enable-recursive-minibuffers t) > > How to do this correctly, or to do what I want some other way? > > TIA, Tom Roche > > --=20