all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sandip Chitale" <sandipchitale@attbi.com>
Subject: Drag and drop editing in emacs...
Date: Sun, 09 Feb 2003 16:47:06 GMT	[thread overview]
Message-ID: <eCv1a.45260$iG3.5585@sccrnsc02> (raw)


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

Folks,

    GNU Emacs alllows draggin mouse to create selection.
I was wondering why is isn't there a drag and drop editing support also.

Could something like the following be done ?


(defun drag-cut-copy-paste (start-event)
"Drag and drop editing."
  (interactive "e")  (if mark-active
    (progn
; track mouse and inert cut/copied text at the mouse up location
    )
        (progn          (mouse-drag-region start-event)      )    )  )
(global-set-key [(down-mouse-1)] drag-cut-copy-paste)
   


[-- Attachment #1.2: Type: text/html, Size: 1422 bytes --]

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

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

             reply	other threads:[~2003-02-09 16:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-09 16:47 Sandip Chitale [this message]
2003-02-09 21:49 ` Drag and drop editing in emacs Christopher J. White

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='eCv1a.45260$iG3.5585@sccrnsc02' \
    --to=sandipchitale@attbi.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.