* Insertion of decimal digits with digit-argument
@ 2007-07-05 16:20 Nordlöw
2007-07-05 17:03 ` Peter Dyballa
2007-07-06 9:35 ` Ariel Shaqed (Scolnicov)
0 siblings, 2 replies; 3+ messages in thread
From: Nordlöw @ 2007-07-05 16:20 UTC (permalink / raw)
To: help-gnu-emacs
Hey again, Hackers!
I would like to be able to insert decimal digits with digit-argument.
Therefore I would like the key combination "C-3 7" or "M-3 7" to
insert three sevens instead of becoming a digit-argument of 37. How
can I make this happen?
Thanks in advance,
Nordlöw
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Insertion of decimal digits with digit-argument
2007-07-05 16:20 Insertion of decimal digits with digit-argument Nordlöw
@ 2007-07-05 17:03 ` Peter Dyballa
2007-07-06 9:35 ` Ariel Shaqed (Scolnicov)
1 sibling, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2007-07-05 17:03 UTC (permalink / raw)
To: Nordlöw; +Cc: help-gnu-emacs
Am 05.07.2007 um 18:20 schrieb Nordlöw:
> How can I make this happen?
C-u <number> C-q <octal ASCII value of digit> RET
Digits 0-9 are in octal: 060...071.
--
Greetings
Pete
Behold the warranty ... the bold print giveth and the fine print
taketh away.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Insertion of decimal digits with digit-argument
2007-07-05 16:20 Insertion of decimal digits with digit-argument Nordlöw
2007-07-05 17:03 ` Peter Dyballa
@ 2007-07-06 9:35 ` Ariel Shaqed (Scolnicov)
1 sibling, 0 replies; 3+ messages in thread
From: Ariel Shaqed (Scolnicov) @ 2007-07-06 9:35 UTC (permalink / raw)
To: help-gnu-emacs
Nordlöw wrote:
> Hey again, Hackers!
>
> I would like to be able to insert decimal digits with digit-argument.
>
> Therefore I would like the key combination "C-3 7" or "M-3 7" to
> insert three sevens instead of becoming a digit-argument of 37. How
> can I make this happen?
>
You can use C-u inside the universal argument (try "C-h k C-u" for a full
description). "C-3 C-u 7" inserts "777", as does "M-3 C-u 7".
HTH,
--
Ariel.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-06 9:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-05 16:20 Insertion of decimal digits with digit-argument Nordlöw
2007-07-05 17:03 ` Peter Dyballa
2007-07-06 9:35 ` Ariel Shaqed (Scolnicov)
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.