all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim X <timx@spamto.devnul.com>
Subject: Re: set mark and point around current line
Date: 24 Jul 2005 15:35:58 +1000	[thread overview]
Message-ID: <87k6jgwytd.fsf@tiger.rapttech.com.au> (raw)
In-Reply-To: 42e29218$1_1@news.iprimus.com.au

Baloff <vddr2u@bi.edu.gr> writes:

> Hello
> how can I find out what is the command to do somthing.
> say I want to select "highlight" the current line to copy it to
> another window.
> do I (Set the mark and point around the current line) > M-w > change
> window > C-y?
> and btw, when you have many windows open, aren't they numbered so that
> you can issue a command to go to a spacific window instead of what I
> am doing C-x o and watch the pointer move randomly till it gets to the
> window of my choice.
> 

to find out about what commands are available try apropos. You have a
few variants -

M-x apropos
M-x apropos-command
M-x apropos-variable 
C-h a apropos (simple)

The help facility has a lot of useful information. For example, to ind
out what you can do with C-x o command, try C-h k, which calls the
describe-key command e.g. 

,----[ C-h k C-x o ]
| C-x o runs the command other-window
| (other-window ARG &optional ALL-FRAMES)
|    which is an interactive built-in function.
| 
| Select the ARG'th different window on this frame.
| All windows on current frame are arranged in a cyclic order.
| This command selects the window ARG steps away in that order.
| A negative ARG moves in the opposite order.  If the optional second
| argument ALL_FRAMES is non-nil, cycle through all frames.
`----


-- 
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you 
really need to send mail, you should be able to work it out!

  parent reply	other threads:[~2005-07-24  5:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-24 12:04 set mark and point around current line Baloff
2005-07-23 23:06 ` Zephyre
2005-07-24  3:43 ` Neon Absentius
2005-07-24  5:35 ` Tim X [this message]
2005-07-25 17:46 ` Kevin Rodgers

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=87k6jgwytd.fsf@tiger.rapttech.com.au \
    --to=timx@spamto.devnul.com \
    /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.