From: Tyler Smith <tyler.smith@mail.mcgill.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: C-u C-space
Date: 09 May 2007 23:11:39 GMT [thread overview]
Message-ID: <slrnf44opq.uf2.tyler.smith@blackbart.mynetwork> (raw)
In-Reply-To: mailman.470.1178751193.32220.help-gnu-emacs@gnu.org
On 2007-05-09, A Soare <alinsoar@voila.fr> wrote:
> Now I am trying to find out what command is associated with C-u
> C-space. I do
>
> C-h k C-u .
>
> It appears <<C-u runs the command universal-argument>> . I did not
> arrive to press C-space.
>
> Is it a bug? Or I used wrong describe-key ?
>
No, you used it right, and it's not a bug. C-u is the universal
argument command. You need to find out what happens when the universal
argument is given to C-space:
C-h k C-space
C-SPC runs the command set-mark-command
which is an interactive compiled Lisp function in `simple'.
(set-mark-command ARG)
Set mark at where point is, or jump to mark.
With no prefix argument, set mark, push old mark position on local mark
ring, and push mark on global mark ring.
With argument, jump to mark, and pop a new position for mark off the ring
(does not affect global mark ring).
The last line tells you what C-SPC does 'with argument', which means
when you prefix it with C-u.
HTH,
Tyler
next parent reply other threads:[~2007-05-09 23:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.470.1178751193.32220.help-gnu-emacs@gnu.org>
2007-05-09 23:11 ` Tyler Smith [this message]
2007-05-10 7:34 ` C-u C-space Tim X
2007-05-09 22:45 A Soare
2007-05-09 22:54 ` Maciej Katafiasz
2007-05-09 22:54 ` Drew Adams
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=slrnf44opq.uf2.tyler.smith@blackbart.mynetwork \
--to=tyler.smith@mail.mcgill.ca \
--cc=help-gnu-emacs@gnu.org \
/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.
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).