all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Rafael Gramoschi <gramoschi.rafael@gmail.com>
Cc: 44391@debbugs.gnu.org
Subject: 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	[thread overview]
Message-ID: <87mtzz6ah8.fsf@gnus.org> (raw)
In-Reply-To: <CAKv-HcG=AKgRARZtfE4ajVXvY9980YCvhqCTLwHboy0TbHmnEw@mail.gmail.com> (Rafael Gramoschi's message of "Mon, 2 Nov 2020 08:19:46 +0100")

Rafael Gramoschi <gramoschi.rafael@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





      reply	other threads:[~2020-11-02 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02  7:19 bug#44391: "c-u 7 c-a" same as "c-u 7 c-n" EMACS 27.1 Rafael Gramoschi
2020-11-02 15:32 ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mtzz6ah8.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=44391@debbugs.gnu.org \
    --cc=gramoschi.rafael@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.