From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [mhw@netris.org: etc/NEWS: set-mark-command-repeat-pop incorrectly documented] Date: Tue, 05 Jun 2007 01:17:36 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1181020773 9319 80.91.229.12 (5 Jun 2007 05:19:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2007 05:19:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 05 07:19:31 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HvRS7-0000y1-01 for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 07:19:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvRS4-0006IB-NJ for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 01:19:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvRQg-00047u-2N for emacs-devel@gnu.org; Tue, 05 Jun 2007 01:18:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvRQf-00046r-04 for emacs-devel@gnu.org; Tue, 05 Jun 2007 01:18:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvRQe-00046e-HD for emacs-devel@gnu.org; Tue, 05 Jun 2007 01:18:00 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HvRQd-0000Cv-Ni for emacs-devel@gnu.org; Tue, 05 Jun 2007 01:17:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HvRQG-0003vi-G6; Tue, 05 Jun 2007 01:17:36 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72259 Archived-At: Would someone please DTRT in the Emacs 22 branch and the trunk, then ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.0 From: "Mark H. Weaver" To: bug-gnu-emacs@gnu.org Date: Mon, 4 Jun 2007 13:02:24 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: etc/NEWS: set-mark-command-repeat-pop incorrectly documented 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. _______________________________________________ bug-gnu-emacs mailing list bug-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs ------- End of forwarded message -------