all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Bretfeld <sven.bretfeld@gmx.ch>
To: help-gnu-emacs@gnu.org
Subject: Re: mouse-less emacs
Date: Sat, 26 Jan 2008 00:52:48 +0100	[thread overview]
Message-ID: <87r6g54g4v.fsf@kamaloka.dhatu> (raw)
In-Reply-To: <d110d5e6-075e-4ecc-b5bc-61fcc34898bb@i29g2000prf.googlegroups.com> (sahteaccount@gmail.com's message of "Thu, 24 Jan 2008 21:01:29 -0800 (PST)")


[-- Attachment #1.1: Type: text/plain, Size: 2722 bytes --]

sahteaccount@gmail.com writes:

> I am a fairly new linux and emacs user. When I was using a text editor
> under windows, I rarely used the mouse. I used ctrl+shift+arrow keys
> to select text and ctrl+c and ctrl+v to do copy paste stuff.

In Emacs you don't need a mouse at all. That's one of the (many)
reasons why I use Emacs for everything. You should read at least a
minimal amount of documentation, for example one of the many Emacs
tutorials on the web.

> So far in linux (and emacs) whenever I need to copy/paste something, I
> highlight the text with mouse and then middle-click the mouse to paste
> it. What would be the shortcuts to do same things in emacs with
> keyboard? Especially equivalent of ctrl+shift+arrow key in emacs?

- C-SPC to set the mark (i.e. to start selecting text, C-SPC means
  Ctrl and Space pressed together), arrow-keys to select the text.
  After some time in Emacs you may find it easier to use Emacs' innate
  key-bindings for cursor-movements instead of arrow keys.

- M-w to copy (M means Meta and corresponds to your Alt-key)

- C-y to yank (i.e. paste, C means Ctrl)

I don't know what ctrl+shift+arrow does in Windows, so I can't tell
you the Emacs equivalent. 

> Also ctrl+c and ctrl+v are conveniently located on the keyboard. To my
> despair ctrl+c has a different meaning (kill!) for linux.

I don't think that's true. What's your desktop? In Gnome and KDE these
key-bindings are the same as in Windows. In Linux, Ctrl-c kills
commands in the bash (i.e. in a terminal or without a graphical
desktop); but I don't think that this is what you have in mind. Apart
From that (and apart from Emacs which has its own system of
key-bindings), you can use Ctrl-x -c -v just like you are used to.

> Finally... Undo is simply ctrl+z in windows, while linux uses that
> combination to suspend the process. Emacs's ctrl+_ is difficult

Is it possible that you are mixing up Linux and Emacs? C-z is suspend
(iconify) in Emacs, not in Linux. This misunderstanding might also be
the explanation for your Copy-Paste problem above.

You can use undo in Emacs if you type C-x u (Ctrl and x together, then
release these keys and press u). This might be easier to type on your
keyboard.

You should take some half an hour and work through the Emacs tutorial
which is available if you type C-h t. It's self-explaining and you
will make your first step into a greater world, Luke.

Anyway, you should also read a little about using Linux. It's not
Windows and many concepts and approaches are different. You are a
Linuxer now, and you are welcome (if you don't continue to post to
mailing-lists anonymously ;-) ).

Greetings,

Sven

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

      parent reply	other threads:[~2008-01-25 23:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-25  5:01 mouse-less emacs sahteaccount
2008-01-25  6:36 ` Vyazovoi Pavel
2008-01-25  6:53 ` David Kastrup
2008-01-25 12:57   ` Sebastian Tennant
2008-01-25 20:22 ` Peter Dyballa
2008-01-25 22:06 ` Xah Lee
2008-01-28 16:37   ` Joel J. Adamson
2008-01-25 23:52 ` Sven Bretfeld [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r6g54g4v.fsf@kamaloka.dhatu \
    --to=sven.bretfeld@gmx.ch \
    --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.
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.