/[emacs]/emacs/lisp/x-dnd.el
ViewVC logotype

Diff of /emacs/lisp/x-dnd.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8.2.3 by miles, Sat Sep 4 09:14:25 2004 UTC revision 1.8.2.4 by miles, Thu Nov 4 08:55:37 2004 UTC
# Line 47  The function shall return nil to reject Line 47  The function shall return nil to reject
47  the wanted action as car and the wanted type as cdr.  The wanted action  the wanted action as car and the wanted type as cdr.  The wanted action
48  can be copy, move, link, ask or private.  can be copy, move, link, ask or private.
49  The default value for this variable is `x-dnd-default-test-function'."  The default value for this variable is `x-dnd-default-test-function'."
50      :version "21.4"
51    :type 'symbol    :type 'symbol
52    :group 'x)    :group 'x)
53    
# Line 69  Insertion of text is not handeled by the Line 70  Insertion of text is not handeled by the
70  for that.  for that.
71  The function shall return the action done (move, copy, link or private)  The function shall return the action done (move, copy, link or private)
72  if some action was made, or nil if the URL is ignored."  if some action was made, or nil if the URL is ignored."
73      :version "21.4"
74    :type 'alist    :type 'alist
75    :group 'x)    :group 'x)
76    
# Line 96  this drop (copy, move, link, private or Line 98  this drop (copy, move, link, private or
98  call to `x-dnd-test-function'.  DATA is the drop data.  call to `x-dnd-test-function'.  DATA is the drop data.
99  The function shall return the action used (copy, move, link or private) if drop  The function shall return the action used (copy, move, link or private) if drop
100  is successful, nil if not."  is successful, nil if not."
101      :version "21.4"
102    :type 'alist    :type 'alist
103    :group 'x)    :group 'x)
104    
105  (defcustom x-dnd-open-file-other-window nil  (defcustom x-dnd-open-file-other-window nil
106    "If non-nil, always use find-file-other-window to open dropped files."    "If non-nil, always use find-file-other-window to open dropped files."
107      :version "21.4"
108    :type 'boolean    :type 'boolean
109    :group 'x)    :group 'x)
110    
# Line 120  is successful, nil if not." Line 124  is successful, nil if not."
124      )      )
125    "The types accepted by default for dropped data.    "The types accepted by default for dropped data.
126  The types are chosen in the order they appear in the list."  The types are chosen in the order they appear in the list."
127      :version "21.4"
128    :type '(repeat string)    :type '(repeat string)
129    :group 'x    :group 'x
130  )  )

Legend:
Removed from v.1.8.2.3  
changed lines
  Added in v.1.8.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26