From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Transient Mark Mode on by default Date: Mon, 24 Mar 2008 11:15:15 +0100 Message-ID: <8763vce8cs.fsf@member.fsf.org> References: <87myopnj0l.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206353744 25994 80.91.229.12 (24 Mar 2008 10:15:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2008 10:15:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 24 11:16:14 2008 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 1Jdjim-0007sF-KW for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2008 11:16:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdjiB-00055Q-Cd for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2008 06:15:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jdji5-00055G-Ja for emacs-devel@gnu.org; Mon, 24 Mar 2008 06:15:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jdji3-00054e-Vj for emacs-devel@gnu.org; Mon, 24 Mar 2008 06:15:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jdji3-00054Z-IS for emacs-devel@gnu.org; Mon, 24 Mar 2008 06:15:19 -0400 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jdji3-0006hO-5E for emacs-devel@gnu.org; Mon, 24 Mar 2008 06:15:19 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 91306E1A0C for ; Mon, 24 Mar 2008 06:15:18 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 24 Mar 2008 06:15:18 -0400 X-Sasl-enc: 0Btybyl4NDzq/B3Omwb+QBAqItHk+IImDfTgrteT5Vqz 1206353718 Original-Received: from localhost (dslb-084-063-036-053.pools.arcor-ip.net [84.63.36.53]) by mail.messagingengine.com (Postfix) with ESMTPA id CB5A1142D6 for ; Mon, 24 Mar 2008 06:15:17 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87myopnj0l.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 23 Mar 2008 19:00:10 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:93292 Archived-At: Chong Yidong writes: > Would anyone like to check the tutorial IMO there's nothing wrong in the tutorial. The only thing I would add it to mention that the region between mark and point is highlighted. --8<---------------cut here---------------start------------->8--- Index: etc/tutorials/TUTORIAL =================================================================== RCS file: /sources/emacs/emacs/etc/tutorials/TUTORIAL,v retrieving revision 1.3 diff -u -r1.3 TUTORIAL --- etc/tutorials/TUTORIAL 12 Mar 2008 13:40:40 -0000 1.3 +++ etc/tutorials/TUTORIAL 24 Mar 2008 10:14:03 -0000 @@ -374,7 +374,8 @@ >> Type C-. Emacs should display a message "Mark set" at the bottom of the screen. >> Move the cursor to the n in "end", on the second line of the - paragraph. + paragraph. The region between the Y and point should be highlighted + when doing that. >> Type C-w. This will kill the text starting from the Y, and ending just before the n. --8<---------------cut here---------------end--------------->8--- Should I check it in? If yes, I'll adjust the German tutorial accordingly. Bye, Tassilo