emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/frames.texi


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/man/frames.texi
Date: Tue, 31 Aug 2004 08:15:12 -0400

Index: emacs/man/frames.texi
diff -c emacs/man/frames.texi:1.62 emacs/man/frames.texi:1.63
*** emacs/man/frames.texi:1.62  Sat Aug 28 02:33:33 2004
--- emacs/man/frames.texi       Tue Aug 31 11:32:03 2004
***************
*** 809,814 ****
--- 809,825 ----
  copied or moved (depends on exactly how it is dragged and the application
  it was dragged from) to the directory the dired buffer is displaying.
  
+ @vindex x-dnd-test-function
+ @vindex x-dnd-known-types
+   When a user drags something from another application over Emacs, that other
+ application expects Emacs to tell it if Emacs can handle the data that is
+ dragged.  The variable @code{x-dnd-test-function} is used by Emacs to 
determine
+ what to reply.  The default value is @code{x-dnd-default-test-function}
+ which accepts drops if the type of the data to be dropped is present in
+ @code{x-dnd-known-types}.  You can customize @code{x-dnd-test-function} and/or
+ @code{x-dnd-known-types} if you want Emacs to accept or reject drops based
+ on some other criteria.
+ 
  @vindex x-dnd-open-file-other-window
    A file is normally opened in the window it is dropped on, but if you
  prefer the file to be opened in a new window you can customize the variable




reply via email to

[Prev in Thread] Current Thread [Next in Thread]