all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* interactive spec with reasonable numbers for c-u
@ 2022-09-08  0:47 Samuel Wales
  2022-09-08  1:03 ` Emanuel Berg
  2022-09-08  5:45 ` Eli Zaretskii
  0 siblings, 2 replies; 10+ messages in thread
From: Samuel Wales @ 2022-09-08  0:47 UTC (permalink / raw)
  To: help-gnu-emacs, emacs-devel

not on these lists.

some commands use c-u a few times, and the code does some stuff with
interactive p or P that works with base 4 artithmetic and navigation
commands.

e.g. you will get number slike 1 for c-u, then 4 for c-u c-u.

or you will get a list with base 4 artithmetic.

then the programmer uses those to make a decision of what the command
should do.  iirc (64) i ssomething like c-u c-u c-u.

our bodies are constructed and maintained by base 4 arithmentic.  it
is great stuff.  but i think programmers migh want things like 1, 2, 3
for, respectively, c-u, c-u c-u.  so, idk,  if a number really is
provided, then it an be in a list.

but most of the time i am not talking about entering a number using m-
or using c-u, but merely going c-u c-u c-u m-x ....
so i was wondering if there exists an interactie spec that returns 0 1
2 3 for the number of c-u gien to the command.



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

end of thread, other threads:[~2022-09-19 22:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08  0:47 interactive spec with reasonable numbers for c-u Samuel Wales
2022-09-08  1:03 ` Emanuel Berg
2022-09-08  5:45 ` Eli Zaretskii
2022-09-08  9:39   ` Emanuel Berg
     [not found]     ` <CAJcAo8vg6_Ej-0TtdKQdKDTJ32f=-UJExeyS0Wd-0SCSQyY2jw@mail.gmail.com>
2022-09-10  2:03       ` Emanuel Berg
2022-09-17  6:19         ` Samuel Wales
2022-09-09  0:49   ` Samuel Wales
2022-09-09  3:36     ` Emanuel Berg
     [not found]       ` <CAJcAo8v1ygssXWXHN2yu7OCk9UagSG48-DEPvU7bnZg691JjRg@mail.gmail.com>
     [not found]         ` <CAJcAo8v9XaoT8c8f=9_a=8LOh3euerW5mnfjfNGjDfGjsvPvSg@mail.gmail.com>
2022-09-19  7:10           ` Emanuel Berg
     [not found]             ` <CAJcAo8v1zKzp1A8s=16V=k3G94naPMhiSEjDoA8hP+qFq5oXsQ@mail.gmail.com>
2022-09-19 22:43               ` Emanuel Berg

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.