From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jym Dyer Newsgroups: gmane.emacs.help Subject: Re: fixing M$ character codes Date: 15 Jul 2004 09:59:04 -0700 Organization: Brood X Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <2ko3egF4flbgU1@uni-berlin.de> <874qomvkpy.fsf@teufel.hartford-hwp.com> <87brirtuyt.fsf@teufel.hartford-hwp.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1089911277 6760 80.91.224.253 (15 Jul 2004 17:07:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jul 2004 17:07:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 15 19:07:38 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bl9hq-0001ZI-00 for ; Thu, 15 Jul 2004 19:07:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bl9kJ-000072-Ut for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Jul 2004 13:10:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs,alt.religion.emacs Original-Lines: 10 Original-X-Trace: news.uni-berlin.de tQXGxrMY5rwt9lQtlhH0Mg9KG2xx6hUmKPXrAe2ZpaHDryOF4= Original-Xref: shelby.stanford.edu gnu.emacs.help:124316 comp.emacs:85436 alt.religion.emacs:8558 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19651 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19651 > I'd also like to avoid being queried for each kind > of replacement, as happens with the ! command. =v= Edit the code to use use replace-string instead of query-replace. I use query-replace because, as I said, it's a sledgehammer approach and I'm just culling the replacements along the way, so I'm erring on the side of caution. <_Jym_>