[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: copying and pasting in emacs
|
From: |
lore |
|
Subject: |
Re: copying and pasting in emacs |
|
Date: |
Sun, 05 Apr 2009 16:57:56 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) |
luca pamparana wrote:
> For example, one thing I normally need to do is select from the
> current position upto the next few words. Normally, I just press shift
> + ctrl and the left or right arrow key and the editor would highlight
> one word at a time. I have so far been unable to figure out how to
> highlight text in emacs using the keyboard.
,----
| C-@ runs the command set-mark-command, which is an interactive
| compiled Lisp function.
|
| It is bound to C-SPC, address@hidden
`----
Then you can move (M-b, M-f, C-p, C-n or so...)
Do not forget transient-mark-mode.
--
Systems.Administrators.like.things.automated.
- copying and pasting in emacs, luca . pamparana, 2009/04/05
- Re: copying and pasting in emacs, Richard Riley, 2009/04/05
- Re: copying and pasting in emacs,
lore <=
- Re: copying and pasting in emacs, Nurullah Akkaya, 2009/04/05
- Re: copying and pasting in emacs, rustom, 2009/04/05
- Re: copying and pasting in emacs, Peter Finn, 2009/04/05
- Message not available
- Re: copying and pasting in emacs, Nikolaj Schumacher, 2009/04/06