From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mark H. Weaver" Newsgroups: gmane.emacs.bugs Subject: etc/NEWS: set-mark-command-repeat-pop incorrectly documented Date: Mon, 4 Jun 2007 13:02:24 -0400 Message-ID: <200706041302.25478.mhw@netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180992894 2345 80.91.229.12 (4 Jun 2007 21:34:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Jun 2007 21:34:54 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 04 23:34:53 2007 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 1HvKCS-0007JQ-JP for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Jun 2007 23:34:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvKCS-0005Ud-7R for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Jun 2007 17:34:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvFx5-0004ee-9C for bug-gnu-emacs@gnu.org; Mon, 04 Jun 2007 13:02:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvFx4-0004dM-Bc for bug-gnu-emacs@gnu.org; Mon, 04 Jun 2007 13:02:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvFx4-0004dA-3p for bug-gnu-emacs@gnu.org; Mon, 04 Jun 2007 13:02:42 -0400 Original-Received: from world.peace.net ([199.201.145.156]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HvFx3-0003NL-Ke for bug-gnu-emacs@gnu.org; Mon, 04 Jun 2007 13:02:41 -0400 Original-Received: from ip70-188-131-163.ri.ri.cox.net ([70.188.131.163] helo=strings.local) by world.peace.net with esmtpa (Exim 4.50) id 1HvFx0-0002uC-Up; Mon, 04 Jun 2007 13:02:39 -0400 User-Agent: KMail/1.9.5 Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 X-Mailman-Approved-At: Mon, 04 Jun 2007 17:34:45 -0400 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:15756 Archived-At: In etc/NEWS of the Emacs 22.1 distribution, the new set-mark-command-repeat-pop feature is described twice. The second description is incorrect, because it does not mention the variable `set-mark-command-repeat-pop', but merely assumes that it's set to t, although its default value is nil. etc/NEWS lines 283-286: ** A prefix argument is no longer required to repeat a jump to a previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. etc/NEWS lines 453-455: *** A prefix argument is no longer required to repeat a jump to a previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump.