all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* primary vs. secondary selection
@ 2006-08-24 22:30 Gary Wessle
  2006-08-25 13:32 ` B. T. Raven
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Wessle @ 2006-08-24 22:30 UTC (permalink / raw)



Hi

I read somewhere a good article about the difference between C-c C-v
for windows and the mouse highlighting and pasting. also in connection
with emacs copy and yank, the need now is to read it again to attempt
to fix the following;

how can I copy a text from emacs to the browser with out using the
mouse?

thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: primary vs. secondary selection
  2006-08-24 22:30 primary vs. secondary selection Gary Wessle
@ 2006-08-25 13:32 ` B. T. Raven
  0 siblings, 0 replies; 2+ messages in thread
From: B. T. Raven @ 2006-08-25 13:32 UTC (permalink / raw)



"Gary Wessle" <phddas@yahoo.com> wrote in message
news:87mz9tpy0h.fsf@yahoo.com...
>
> Hi
>
> I read somewhere a good article about the difference between C-c C-v
> for windows and the mouse highlighting and pasting. also in connection
> with emacs copy and yank, the need now is to read it again to attempt
> to fix the following;
>
> how can I copy a text from emacs to the browser with out using the
> mouse?
>
> thanks

I assume that you mean the text of the url (i.e. what goes in the address
box of the drop down list, but same strategy works for transferring text
from emacs to any other windows app:

[in emacs]
Move to first character of text to be copy-pasted into msw...
C-<space>
move cursor to end of emacs text
M-w
Alt-<tab> ;;to windows app of interest
;; to preserve this functionality, this key combo shouldn,t
;; be overriden in w32 emacs (assuming it's possible).

[in msw]
Alt-d  ;; to highlight text in address box
C-v (i.e. paste, somewhat like emacs' C-y, but less flexible).

See also:
http://www.rnib.org.uk/xpedio/groups/public/documents/PublicWebsite/public
_rnib003593.hcsp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-25 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-24 22:30 primary vs. secondary selection Gary Wessle
2006-08-25 13:32 ` B. T. Raven

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.