unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44391: "c-u 7 c-a" same as "c-u 7 c-n" EMACS 27.1
@ 2020-11-02  7:19 Rafael Gramoschi
  2020-11-02 15:32 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael Gramoschi @ 2020-11-02  7:19 UTC (permalink / raw)
  To: 44391

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 257 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#44391: "c-u 7 c-a" same as "c-u 7 c-n" EMACS 27.1
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-11-02 15:32 UTC (permalink / raw)
  To: Rafael Gramoschi; +Cc: 44391

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-02 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).