# HG changeset patch # User Jan Dj¸«£rv # Date 1128367889 0 # Node ID a9c074731be2c2727b82b291b891c76fbe953af6 # Parent fafba85247164ad8d07a1f942d48c7c84c37ce52 * frames.texi (Drag and Drop): Remove the x- from x-dnd-open-file-other-window and xdnd-protocol-alist. diff -r fafba8524716 -r a9c074731be2 man/ChangeLog --- a/man/ChangeLog Mon Oct 03 18:19:45 2005 +0000 +++ b/man/ChangeLog Mon Oct 03 19:31:29 2005 +0000 @@ -1,3 +1,8 @@ +2005-10-03 Jan Dj,Ad(Brv + + * frames.texi (Drag and Drop): Remove the x- from + x-dnd-open-file-other-window and xdnd-protocol-alist. + 2005-09-30 Romain Francoise * mini.texi (Minibuffer): The default value now appears before the diff -r fafba8524716 -r a9c074731be2 man/frames.texi --- a/man/frames.texi Mon Oct 03 18:19:45 2005 +0000 +++ b/man/frames.texi Mon Oct 03 19:31:29 2005 +0000 @@ -857,10 +857,10 @@ (according to the conventions of the application it came from) into the directory displayed in that buffer. -@vindex x-dnd-open-file-other-window +@vindex dnd-open-file-other-window Dropping a file normally visits it in the window you drop it on. If you prefer to visit the file in a new window in such cases, customize -the variable @code{x-dnd-open-file-other-window}. +the variable @code{dnd-open-file-other-window}. @ignore @c ??? To Lisp manual @@ -881,10 +881,10 @@ detailed knowledge of what types other applications use for drag and drop. -@vindex x-dnd-protocol-alist +@vindex dnd-protocol-alist When an URL is dropped on Emacs it may be a file, but it may also be another URL type (ftp, http, etc.). Emacs first checks -@code{x-dnd-protocol-alist} to determine what to do with the URL. If +@code{dnd-protocol-alist} to determine what to do with the URL. If there is no match there and if @code{browse-url-browser-function} is an alist, Emacs looks for a match there. If no match is found the text for the URL is inserted. If you want to alter Emacs behavior,