Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9a49a36b
Commit
9a49a36b
authored
Oct 03, 2005
by
Jan Djärv
Browse files
* frames.texi (Drag and Drop): Remove the x- from
x-dnd-open-file-other-window and xdnd-protocol-alist.
parent
1430e7f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
man/ChangeLog
man/ChangeLog
+5
-0
man/frames.texi
man/frames.texi
+4
-4
No files found.
man/ChangeLog
View file @
9a49a36b
2005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* frames.texi (Drag and Drop): Remove the x- from
x-dnd-open-file-other-window and xdnd-protocol-alist.
2005-09-30 Romain Francoise <romain@orebokech.com>
* mini.texi (Minibuffer): The default value now appears before the
...
...
man/frames.texi
View file @
9a49a36b
...
...
@@ -857,10 +857,10 @@ case, dropping the file on a Dired buffer moves or copies the file
(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 @@ or add a new type, customize @code{x-dnd-types-alist}. This requires
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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment