From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: Re: marking using shifted arrow keys (CUA mode) Date: Tue, 17 Jul 2007 18:36:11 +0200 Message-ID: References: <87odibs2wb.fsf@kfs-lx.testafd.dk> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184690228 12003 80.91.229.12 (17 Jul 2007 16:37:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2007 16:37:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 18:37:06 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 1IAq2p-0002xW-Ic for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 18:37:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAq2p-0005gb-09 for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 12:37:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAq2j-0005eB-Db for emacs-devel@gnu.org; Tue, 17 Jul 2007 12:36:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAq2h-0005bB-FU for emacs-devel@gnu.org; Tue, 17 Jul 2007 12:36:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAq2h-0005ar-8S for emacs-devel@gnu.org; Tue, 17 Jul 2007 12:36:55 -0400 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IAq2g-0005kz-MV for emacs-devel@gnu.org; Tue, 17 Jul 2007 12:36:55 -0400 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.14.1/8.14.1) with ESMTP id l6HGaYAl010449; Tue, 17 Jul 2007 18:36:35 +0200 (MEST) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id AD87512C00; Tue, 17 Jul 2007 18:36:34 +0200 (CEST) X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY; Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m, tWj]&}, qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi, +g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Followup-To: storm@cua.dk (Kim F. Storm), emacs-devel@gnu.org In-Reply-To: <87odibs2wb.fsf@kfs-lx.testafd.dk> (Kim F. Storm's message of "Tue, 17 Jul 2007 13:09:08 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-DCC-HP_X86_64_8CPU-Metrics: poseidon 1245; Body=2 Fuz1=2 Fuz2=2 X-Virus-Scanned: by amavisd-new X-detected-kernel: 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:74998 Archived-At: On Tue, Jul 17 2007, Kim F. Storm wrote: > Reiner Steib writes: >> - add index entry > > Go ahead. > >> - add hint and a cross reference in (info "(emacs)Marking Objects") > > Ok with me. > > And it is ok to mention cua-selection-mode too. > (It is an oversight on my part that it is missing). I will suggest a patch. >> - "movement keys" -> "arrow keys" > > Please don't. > > With cua-(selection-)mode all keys which cause cursor movement > extends the region when pressed with SHIFT. > > So "movement keys" include PgUp, PgDown, Home, End, C-f, C-b, > M-f, M->, etc. etc. etc I wasn't aware of this. Maybe the term "movement key" should be explained? How about this? ,---- | In CUA mode, using @kbd{Shift} together with the movement keys (the | arrow keys, @kbd{C-f}, etc.) activates and highlights the region over | which they move. [...] `---- >> (Should such doc fixes go into Emacs 22 or into the trunk? I'd say >> Emacs 22.) > > Emacs 22 (and merged to trunk). I didn't mention syncing to the trunk, but it's clear that this will be done as well. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/