unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* drag and drop support status
@ 2006-02-05 17:35 Richard M. Stallman
  2006-02-05 18:14 ` Mathias Dahl
  2006-02-06  7:53 ` YAMAMOTO Mitsuharu
  0 siblings, 2 replies; 6+ messages in thread
From: Richard M. Stallman @ 2006-02-05 17:35 UTC (permalink / raw)


In man/dired.texi:

    @cindex drag and drop, Dired
      On the X window system, Emacs supports the ``drag and drop''
    protocol.

And in man/files.texi:

      Secondly, Emacs supports the ``drag and drop'' protocol on the X
    window system.  Dropping a file into an ordinary Emacs window visits
    the file using that window.  However, dropping a file into a window
    displaying a Dired buffer moves or copies the file into the displayed
    directory.  For details, see @ref{Drag and Drop}, @ref{Misc Dired
    Features}.

Does this now work on MS Windows and MacOS?

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

* Re: drag and drop support status
  2006-02-05 17:35 drag and drop support status Richard M. Stallman
@ 2006-02-05 18:14 ` Mathias Dahl
  2006-02-06  4:58   ` Richard M. Stallman
  2006-02-06  7:53 ` YAMAMOTO Mitsuharu
  1 sibling, 1 reply; 6+ messages in thread
From: Mathias Dahl @ 2006-02-05 18:14 UTC (permalink / raw)


"Richard M. Stallman" <rms@gnu.org> writes:

>       Secondly, Emacs supports the ``drag and drop'' protocol on the
>     X window system.  Dropping a file into an ordinary Emacs window
>     visits the file using that window.  However, dropping a file
>     into a window displaying a Dired buffer moves or copies the file
>     into the displayed directory.  For details, see @ref{Drag and
>     Drop}, @ref{Misc Dired Features}.
>
> Does this now work on MS Windows and MacOS?

Yes. I use Emacs on Windows XP all week at work and uses drag and drop
to open files many times per day.

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

* Re: drag and drop support status
  2006-02-05 18:14 ` Mathias Dahl
@ 2006-02-06  4:58   ` Richard M. Stallman
  0 siblings, 0 replies; 6+ messages in thread
From: Richard M. Stallman @ 2006-02-06  4:58 UTC (permalink / raw)
  Cc: emacs-devel

Thanks.

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

* Re: drag and drop support status
  2006-02-05 17:35 drag and drop support status Richard M. Stallman
  2006-02-05 18:14 ` Mathias Dahl
@ 2006-02-06  7:53 ` YAMAMOTO Mitsuharu
  2006-02-07  6:06   ` Richard M. Stallman
  1 sibling, 1 reply; 6+ messages in thread
From: YAMAMOTO Mitsuharu @ 2006-02-06  7:53 UTC (permalink / raw)
  Cc: emacs-devel

>>>>> On Sun, 05 Feb 2006 12:35:23 -0500, "Richard M. Stallman" <rms@gnu.org> said:

> In man/dired.texi:
>     @cindex drag and drop, Dired
>       On the X window system, Emacs supports the ``drag and drop''
>     protocol.

> And in man/files.texi:

>       Secondly, Emacs supports the ``drag and drop'' protocol on the X
>     window system.  Dropping a file into an ordinary Emacs window visits
>     the file using that window.  However, dropping a file into a window
>     displaying a Dired buffer moves or copies the file into the displayed
>     directory.  For details, see @ref{Drag and Drop}, @ref{Misc Dired
>     Features}.

> Does this now work on MS Windows and MacOS?

Strictly speaking, this works on Mac OS X/Carbon and Mac OS
Classic/Carbon builds, but doesn't work on Mac OS Classic/non-Carbon
build.  But I think it is OK to say "This also works on Mac OS"
because this distinction is too detailed to mention in
platform-independent sections and the Mac OS Classic/non-Carbon build
is really minor.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

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

* Re: drag and drop support status
  2006-02-06  7:53 ` YAMAMOTO Mitsuharu
@ 2006-02-07  6:06   ` Richard M. Stallman
  2006-02-08  7:50     ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 6+ messages in thread
From: Richard M. Stallman @ 2006-02-07  6:06 UTC (permalink / raw)
  Cc: emacs-devel

    Strictly speaking, this works on Mac OS X/Carbon and Mac OS
    Classic/Carbon builds, but doesn't work on Mac OS Classic/non-Carbon
    build.  But I think it is OK to say "This also works on Mac OS"
    because this distinction is too detailed to mention in
    platform-independent sections and the Mac OS Classic/non-Carbon build
    is really minor.

Would someone please mention this point in the MacOS chapter
(if it isn't already)?

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

* Re: drag and drop support status
  2006-02-07  6:06   ` Richard M. Stallman
@ 2006-02-08  7:50     ` YAMAMOTO Mitsuharu
  0 siblings, 0 replies; 6+ messages in thread
From: YAMAMOTO Mitsuharu @ 2006-02-08  7:50 UTC (permalink / raw)
  Cc: emacs-devel

>>>>> On Tue, 07 Feb 2006 01:06:11 -0500, "Richard M. Stallman" <rms@gnu.org> said:

>     Strictly speaking, this works on Mac OS X/Carbon and Mac OS
>     Classic/Carbon builds, but doesn't work on Mac OS
>     Classic/non-Carbon build.  But I think it is OK to say "This
>     also works on Mac OS" because this distinction is too detailed
>     to mention in platform-independent sections and the Mac OS
>     Classic/non-Carbon build is really minor.

> Would someone please mention this point in the MacOS chapter (if it
> isn't already)?

It already has the following description at the end of the "Mac OS"
node:

  Non-Carbon build on Mac OS Classic does not support some features
  such as file dialogs, drag-and-drop, and Unicode menus.

					YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

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

end of thread, other threads:[~2006-02-08  7:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-05 17:35 drag and drop support status Richard M. Stallman
2006-02-05 18:14 ` Mathias Dahl
2006-02-06  4:58   ` Richard M. Stallman
2006-02-06  7:53 ` YAMAMOTO Mitsuharu
2006-02-07  6:06   ` Richard M. Stallman
2006-02-08  7:50     ` YAMAMOTO Mitsuharu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).