comparison man/frames.texi @ 65806:a9c074731be2

* frames.texi (Drag and Drop): Remove the x- from x-dnd-open-file-other-window and xdnd-protocol-alist.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 03 Oct 2005 19:31:29 +0000
parents 3723093a21fd
children 97a58f78b188 2a679c81f552 aa89c814f853
comparison
equal deleted inserted replaced
65805:fafba8524716 65806:a9c074731be2
855 Dropping a file onto an Emacs frame visits that file. As a special 855 Dropping a file onto an Emacs frame visits that file. As a special
856 case, dropping the file on a Dired buffer moves or copies the file 856 case, dropping the file on a Dired buffer moves or copies the file
857 (according to the conventions of the application it came from) into the 857 (according to the conventions of the application it came from) into the
858 directory displayed in that buffer. 858 directory displayed in that buffer.
859 859
860 @vindex x-dnd-open-file-other-window 860 @vindex dnd-open-file-other-window
861 Dropping a file normally visits it in the window you drop it on. If 861 Dropping a file normally visits it in the window you drop it on. If
862 you prefer to visit the file in a new window in such cases, customize 862 you prefer to visit the file in a new window in such cases, customize
863 the variable @code{x-dnd-open-file-other-window}. 863 the variable @code{dnd-open-file-other-window}.
864 864
865 @ignore 865 @ignore
866 @c ??? To Lisp manual 866 @c ??? To Lisp manual
867 @vindex x-dnd-test-function 867 @vindex x-dnd-test-function
868 @vindex x-dnd-known-types 868 @vindex x-dnd-known-types
879 If you want to change the way Emacs handles drop of different types 879 If you want to change the way Emacs handles drop of different types
880 or add a new type, customize @code{x-dnd-types-alist}. This requires 880 or add a new type, customize @code{x-dnd-types-alist}. This requires
881 detailed knowledge of what types other applications use for drag and 881 detailed knowledge of what types other applications use for drag and
882 drop. 882 drop.
883 883
884 @vindex x-dnd-protocol-alist 884 @vindex dnd-protocol-alist
885 When an URL is dropped on Emacs it may be a file, but it may also be 885 When an URL is dropped on Emacs it may be a file, but it may also be
886 another URL type (ftp, http, etc.). Emacs first checks 886 another URL type (ftp, http, etc.). Emacs first checks
887 @code{x-dnd-protocol-alist} to determine what to do with the URL. If 887 @code{dnd-protocol-alist} to determine what to do with the URL. If
888 there is no match there and if @code{browse-url-browser-function} is 888 there is no match there and if @code{browse-url-browser-function} is
889 an alist, Emacs looks for a match there. If no match is found the 889 an alist, Emacs looks for a match there. If no match is found the
890 text for the URL is inserted. If you want to alter Emacs behavior, 890 text for the URL is inserted. If you want to alter Emacs behavior,
891 you can customize these variables. 891 you can customize these variables.
892 @end ignore 892 @end ignore