From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.bugs Subject: Re: replace history Date: Fri, 4 Jan 2008 00:24:43 +0100 Message-ID: <7dbe73ed0801031524t5544c58frf2e0931a3057dcb8@mail.gmail.com> References: <200712262348.lBQNmdPO013976@oogie-boogie.ics.uci.edu> <87ejd7ucj3.fsf@jurta.org> <87ejcyaavn.fsf@jurta.org> <7dbe73ed0801031415q3c8b1f76of93200dca383d0d1@mail.gmail.com> <87ve6a1q7p.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199402700 8635 80.91.229.12 (3 Jan 2008 23:25:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2008 23:25:00 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, Mathias Dahl To: "Juri Linkov" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jan 04 00:25:20 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JAZR8-0002jC-9u for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 Jan 2008 00:25:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAZQl-0003XO-QA for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jan 2008 18:24:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAZQd-0003Ts-IL for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 18:24:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAZQb-0003Pb-Q1 for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 18:24:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAZQb-0003PJ-JN for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 18:24:45 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAZQb-0003Nk-Bb for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 18:24:45 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so9903370wah.10 for ; Thu, 03 Jan 2008 15:24:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=a9Ok6e2k7TncXMAoo9t1CeDcTDU3R9wseFiN92nSprg=; b=Dy6uKTkB4DyzAzshew2wmoNY+K3gSlvdSDMqfYihbbEM16GIDzipNDUD09GylrafvvRZPYB0MF/MycZM/P4IaV7gZWGIWIEBg4ZD1FYWxNHmMq85nWmqgLM/UtOrUuKeNCx6j4+0KBvw46NYuZBduDjhyzZyZ+sYL48P3YqQ8oQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pVb2e1FJGxDirsBNRUojx44KmvBpXkpuSNFdeRjzjGu6RfrGTNw7qTZJQ3LNPbLft7v606dPoNy1uYubvVJvumYQ7+xXmVNA9YNQ7z0sJMndvkC59/DgX53OxnVEk3IzU7AfMD5bOjwWt7Za2hoypfG4M8hguloSG1hlXIuwML0= Original-Received: by 10.115.110.6 with SMTP id n6mr14423249wam.92.1199402683760; Thu, 03 Jan 2008 15:24:43 -0800 (PST) Original-Received: by 10.114.151.12 with HTTP; Thu, 3 Jan 2008 15:24:43 -0800 (PST) In-Reply-To: <87ve6a1q7p.fsf@jurta.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17297 Archived-At: > > No no, not to select a certain history item. To control the behavior of M-p > > and M-n in the command. > > Prefix arguments (both positive and negative) of M-p and M-n are too useful > to take them for something else. It seems I am still being a bit fuzzy :) I mean that a special prefix argument to `query-replace' would make M-p and M-n work differently inside `query-replace'.