GNU bug report logs - #44391
"c-u 7 c-a" same as "c-u 7 c-n" EMACS 27.1

Previous Next

Package: emacs;

Reported by: Rafael Gramoschi <gramoschi.rafael <at> gmail.com>

Date: Mon, 2 Nov 2020 15:25:01 UTC

Severity: normal

Tags: notabug

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44391 in the body.
You can then email your comments to 44391 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#44391; Package emacs. (Mon, 02 Nov 2020 15:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rafael Gramoschi <gramoschi.rafael <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 02 Nov 2020 15:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rafael Gramoschi <gramoschi.rafael <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: "c-u 7 c-a" same as "c-u 7 c-n" EMACS 27.1
Date: Mon, 2 Nov 2020 08:19:46 +0100
[Message part 1 (text/plain, inline)]
EMACS 27.1 WINDOWS 10
Is this normal behaviour?

if I type C-u and then I type 7 in the box and then I press the combo C-a
it should go for 7 times to the same start of line, but it does what "c-u 7
c-n" does.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44391; Package emacs. (Mon, 02 Nov 2020 15:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 44391 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Rafael Gramoschi <gramoschi.rafael <at> gmail.com>
Cc: 44391 <at> debbugs.gnu.org
Subject: Re: bug#44391: "c-u 7 c-a" same as "c-u 7 c-n" EMACS 27.1
Date: Mon, 02 Nov 2020 16:32:03 +0100
Rafael Gramoschi <gramoschi.rafael <at> gmail.com> writes:

> EMACS 27.1 WINDOWS 10
> Is this normal behaviour?
>
> if I type C-u and then I type 7 in the box and then I press the combo C-a it should
> go for 7 times to the same start of line, but it does what "c-u 7 c-n" does.

If you wonder what a command does, look at the command's doc string
(via, for instance, `C-h k C-a').  It usually explains most things:

-----

C-a runs the command move-beginning-of-line (found in global-map),
which is an interactive compiled Lisp function in ‘simple.el’.

It is bound to C-a, <home>.

(move-beginning-of-line ARG)

Move point to visible beginning of current logical line.
This disregards any invisible newline characters.

With argument ARG not nil or 1, move forward ARG - 1 lines first.
If point reaches the beginning or end of buffer, it stops there.
(But if the buffer doesn’t end in a newline, it stops at the
beginning of the last line.)

-----

There doesn't seem to be a bug here, so I'm closing this report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) notabug. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 02 Nov 2020 15:33:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 44391 <at> debbugs.gnu.org and Rafael Gramoschi <gramoschi.rafael <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 02 Nov 2020 15:33:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 01 Dec 2020 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 239 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.