From unknown Fri Jun 20 07:09:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#21525 <21525@debbugs.gnu.org> To: bug#21525 <21525@debbugs.gnu.org> Subject: Status: 24.5; A typo on 16.2 Transposing Text help page Reply-To: bug#21525 <21525@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:09:13 +0000 retitle 21525 24.5; A typo on 16.2 Transposing Text help page reassign 21525 emacs submitter 21525 Maxim Kashchenko severity 21525 minor tag 21525 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 20 12:19:58 2015 Received: (at submit) by debbugs.gnu.org; 20 Sep 2015 16:19:58 +0000 Received: from localhost ([127.0.0.1]:38952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZdhLJ-00049o-Mo for submit@debbugs.gnu.org; Sun, 20 Sep 2015 12:19:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41762) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZddJP-0006e4-QL for submit@debbugs.gnu.org; Sun, 20 Sep 2015 08:01:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZddJO-0005TI-Qt for submit@debbugs.gnu.org; Sun, 20 Sep 2015 08:01:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZddJO-0005TC-Od for submit@debbugs.gnu.org; Sun, 20 Sep 2015 08:01:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZddJN-0003Fq-Te for bug-gnu-emacs@gnu.org; Sun, 20 Sep 2015 08:01:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZddJK-0005R3-NN for bug-gnu-emacs@gnu.org; Sun, 20 Sep 2015 08:01:41 -0400 Received: from pv33p04im-asmtp002.me.com ([17.143.181.11]:39448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZddJK-0005PN-Ey for bug-gnu-emacs@gnu.org; Sun, 20 Sep 2015 08:01:38 -0400 Received: from [172.20.10.9] (ppp-27-55-205-176.revip3.asianet.co.th [27.55.205.176]) by pv33p04im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NUZ007PT5EGC800@pv33p04im-asmtp002.me.com> for bug-gnu-emacs@gnu.org; Sun, 20 Sep 2015 12:01:35 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-09-20_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 kscore.is_bulkscore=0 compositescore=0.654480826399008 phishscore=0 kscore.is_spamscore=0 rbsscore=0.654480826399008 recipient_to_sender_totalscore=0 spamscore=0 urlsuspectscore=0.654480826399008 adultscore=0 kscore.compositescore=0 circleOfTrustscore=0 suspectscore=1 recipient_domain_to_sender_totalscore=0 bulkscore=0 recipient_domain_to_sender_domain_totalscore=0 recipient_to_sender_domain_totalscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1412110000 definitions=main-1509200212 From: Maxim Kashchenko Content-type: text/plain; charset=utf-8 Content-transfer-encoding: quoted-printable Subject: 24.5; A typo on 16.2 Transposing Text help page Message-id: <254B53DC-CD9B-44D5-A2AC-D774683828C5@me.com> Date: Sun, 20 Sep 2015 19:01:27 +0700 To: bug-gnu-emacs@gnu.org MIME-version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 20 Sep 2015 12:19:56 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hello Emacs team, Let me quote a paragraph from the manual page first. A numeric argument to a transpose command serves as a repeat count: it tells the transpose command to move the character (word, expression, line) before or containing point across several other characters (words, expressions, lines). For example, =E2=80=98C-u 3 C-t=E2=80=99 moves the = character before point forward across three other characters. It would change =E2=80=98f=E2=98=85oobar=E2=80=99 into =E2=80=98oobf=E2=98=85ar=E2=80=99. = This is equivalent to repeating =E2=80=98C-t=E2=80=99 three times. =E2=80=98C-u - 4 M-t=E2=80=99 moves the word before point = backward across four words. =E2=80=98C-u - C-M-t=E2=80=99 would cancel the effect of plain = =E2=80=98C-M-t=E2=80=99. I think =E2=80=98f=E2=98=85oobar=E2=80=99 becomes =E2=80=98foob=E2=98=85ar= =E2=80=99 instead of =E2=80=98oobf=E2=98=85ar=E2=80=99. Have a nice day. From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 20 13:08:43 2015 Received: (at 21525) by debbugs.gnu.org; 20 Sep 2015 17:08:43 +0000 Received: from localhost ([127.0.0.1]:38990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zdi6V-0006s2-6a for submit@debbugs.gnu.org; Sun, 20 Sep 2015 13:08:43 -0400 Received: from mtaout25.012.net.il ([80.179.55.181]:38191) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zdi6S-0006rs-Gz for 21525@debbugs.gnu.org; Sun, 20 Sep 2015 13:08:41 -0400 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NUZ00C00JGCHL00@mtaout25.012.net.il> for 21525@debbugs.gnu.org; Sun, 20 Sep 2015 20:05:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUZ002OXJHF1K90@mtaout25.012.net.il>; Sun, 20 Sep 2015 20:05:39 +0300 (IDT) Date: Sun, 20 Sep 2015 20:08:47 +0300 From: Eli Zaretskii Subject: Re: bug#21525: 24.5; A typo on 16.2 Transposing Text help page In-reply-to: <254B53DC-CD9B-44D5-A2AC-D774683828C5@me.com> X-012-Sender: halo1@inter.net.il To: Maxim Kashchenko Message-id: <834mipow68.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT References: <254B53DC-CD9B-44D5-A2AC-D774683828C5@me.com> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 21525 Cc: 21525@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Maxim Kashchenko > Date: Sun, 20 Sep 2015 19:01:27 +0700 > > Hello Emacs team, > > Let me quote a paragraph from the manual page first. > > A numeric argument to a transpose command serves as a repeat count: > it tells the transpose command to move the character (word, expression, > line) before or containing point across several other characters (words, > expressions, lines). For example, ‘C-u 3 C-t’ moves the character > before point forward across three other characters. It would change > ‘f★oobar’ into ‘oobf★ar’. This is equivalent to repeating ‘C-t’ three > times. ‘C-u - 4 M-t’ moves the word before point backward across four > words. ‘C-u - C-M-t’ would cancel the effect of plain ‘C-M-t’. > > I think ‘f★oobar’ becomes ‘foob★ar’ instead of ‘oobf★ar’. No, the manual is correct. I just tried it in the current git master. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 29 12:31:00 2015 Received: (at control) by debbugs.gnu.org; 29 Sep 2015 16:31:00 +0000 Received: from localhost ([127.0.0.1]:48089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zgxnw-0002W6-A7 for submit@debbugs.gnu.org; Tue, 29 Sep 2015 12:31:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39948) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zgxnv-0002Vz-99 for control@debbugs.gnu.org; Tue, 29 Sep 2015 12:30:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zgxnu-0002GV-Il for control@debbugs.gnu.org; Tue, 29 Sep 2015 12:30:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgxnu-0002GQ-Ex for control@debbugs.gnu.org; Tue, 29 Sep 2015 12:30:58 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1Zgxnu-0002ak-6e for control@debbugs.gnu.org; Tue, 29 Sep 2015 12:30:58 -0400 Subject: control message for bug 21525 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Tue, 29 Sep 2015 12:30:58 -0400 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) tag 21525 notabug close 21525 From unknown Fri Jun 20 07:09:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 28 Oct 2015 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator