2020-09-09 17:33:15 +00:00
|
|
|
|
;;; dnd.el --- drag and drop support -*- lexical-binding: t; -*-
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
2023-01-01 10:31:12 +00:00
|
|
|
|
;; Copyright (C) 2005-2023 Free Software Foundation, Inc.
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
2010-06-22 07:10:16 +00:00
|
|
|
|
;; Author: Jan Djärv <jan.h.d@swipnet.se>
|
2019-05-25 20:43:06 +00:00
|
|
|
|
;; Maintainer: emacs-devel@gnu.org
|
2005-04-11 19:29:10 +00:00
|
|
|
|
;; Keywords: window, drag, drop
|
2010-08-29 16:17:13 +00:00
|
|
|
|
;; Package: emacs
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
|
2008-05-06 08:06:51 +00:00
|
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
2005-04-11 19:29:10 +00:00
|
|
|
|
;; it under the terms of the GNU General Public License as published by
|
2008-05-06 08:06:51 +00:00
|
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
;; (at your option) any later version.
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;; GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
2017-09-13 22:52:52 +00:00
|
|
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
|
|
|
|
;;; Commentary:
|
|
|
|
|
|
|
|
|
|
;; This file provides the generic handling of the drop part only.
|
|
|
|
|
;; Different DND backends (X11, W32, etc.) that handle the platform
|
|
|
|
|
;; specific DND parts call the functions here to do final delivery of
|
|
|
|
|
;; a drop.
|
|
|
|
|
|
|
|
|
|
;;; Code:
|
|
|
|
|
|
|
|
|
|
;;; Customizable variables
|
|
|
|
|
|
2022-06-03 04:32:17 +00:00
|
|
|
|
(eval-when-compile
|
|
|
|
|
(require 'cl-lib))
|
|
|
|
|
|
2020-09-09 17:33:15 +00:00
|
|
|
|
(defgroup dnd nil
|
|
|
|
|
"Handling data from drag and drop."
|
|
|
|
|
:group 'environment)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
2005-05-14 11:24:17 +00:00
|
|
|
|
;;;###autoload
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(defcustom dnd-protocol-alist
|
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
(tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
(tex-start-options, slitex-run-command, latex-run-command)
(tex-run-command, tex-directory):
* textmodes/ispell.el (ispell-html-skip-alists)
(ispell-tex-skip-alists, ispell-tex-skip-alists):
* textmodes/fill.el (adaptive-fill-first-line-regexp):
(adaptive-fill-regexp):
* textmodes/dns-mode.el (auto-mode-alist):
* progmodes/python.el (interpreter-mode-alist):
* progmodes/etags.el (tags-compression-info-list):
* progmodes/etags.el (tags-file-name):
* net/browse-url.el (browse-url-galeon-program)
(browse-url-firefox-program):
* mail/sendmail.el (mail-signature-file)
(mail-citation-prefix-regexp):
* international/mule-conf.el (eight-bit):
* international/latexenc.el (latex-inputenc-coding-alist):
* international/fontset.el (x-pixel-size-width-font-regexp):
* emacs-lisp/warnings.el (warning-type-format):
* emacs-lisp/trace.el (trace-buffer):
* emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
(emacs-lisp-mode-map):
* calendar/holidays.el (holiday-solar-holidays)
(holiday-bahai-holidays, holiday-islamic-holidays)
(holiday-christian-holidays, holiday-hebrew-holidays)
(hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
(hebrew-holidays-1, holiday-oriental-holidays)
(holiday-general-holidays):
* x-dnd.el (x-dnd-known-types):
* tool-bar.el (tool-bar):
* startup.el (site-run-file):
* shell.el (shell-dumb-shell-regexp):
* rfn-eshadow.el (file-name-shadow-tty-properties)
(file-name-shadow-properties):
* paths.el (remote-shell-program, news-directory):
* mouse.el ([C-down-mouse-3]):
* menu-bar.el (menu-bar-tools-menu):
* jka-cmpr-hook.el (jka-compr-load-suffixes)
(jka-compr-mode-alist-additions, jka-compr-compression-info-list)
(jka-compr-compression-info-list):
* isearch.el (search-whitespace-regexp):
* image-file.el (image-file-name-extensions):
* find-dired.el (find-ls-option):
* files.el (directory-listing-before-filename-regexp)
(directory-free-space-args, insert-directory-program)
(list-directory-brief-switches, magic-fallback-mode-alist)
(magic-fallback-mode-alist, auto-mode-interpreter-regexp)
(automount-dir-prefix):
* faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
(x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
(face-font-registry-alternatives, face-font-registry-alternatives)
(face-font-family-alternatives):
* facemenu.el (facemenu-add-new-face, facemenu-background-menu)
(facemenu-foreground-menu, facemenu-face-menu):
* epa-hook.el (epa-file-name-regexp):
* dnd.el (dnd-protocol-alist):
* textmodes/rst.el (auto-mode-alist):
* button.el (default-button): Purecopy strings.
2009-11-06 05:16:23 +00:00
|
|
|
|
`((,(purecopy "^file:///") . dnd-open-local-file) ; XDND format.
|
|
|
|
|
(,(purecopy "^file://") . dnd-open-file) ; URL with host
|
|
|
|
|
(,(purecopy "^file:") . dnd-open-local-file) ; Old KDE, Motif, Sun
|
2022-04-03 01:14:24 +00:00
|
|
|
|
(,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file))
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
|
|
|
|
"The functions to call for different protocols when a drop is made.
|
|
|
|
|
This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
|
|
|
|
|
The list contains of (REGEXP . FUNCTION) pairs.
|
|
|
|
|
The functions shall take two arguments, URL, which is the URL dropped and
|
|
|
|
|
ACTION which is the action to be performed for the drop (move, copy, link,
|
|
|
|
|
private or ask).
|
|
|
|
|
If no match is found here, and the value of `browse-url-browser-function'
|
|
|
|
|
is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
|
|
|
|
|
If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
|
|
|
|
|
The function shall return the action done (move, copy, link or private)
|
|
|
|
|
if some action was made, or nil if the URL is ignored."
|
|
|
|
|
:version "22.1"
|
2022-04-03 01:14:24 +00:00
|
|
|
|
:type '(repeat (cons (regexp) (function)))
|
|
|
|
|
:group 'dnd)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
|
|
|
|
|
2006-09-07 07:44:33 +00:00
|
|
|
|
(defcustom dnd-open-remote-file-function
|
|
|
|
|
(if (eq system-type 'windows-nt)
|
2020-09-09 17:33:15 +00:00
|
|
|
|
#'dnd-open-local-file
|
|
|
|
|
#'dnd-open-remote-url)
|
2006-09-07 07:44:33 +00:00
|
|
|
|
"The function to call when opening a file on a remote machine.
|
lisp/*.el, src/*.c: Fix typos in docstrings
* lisp/apropos.el (apropos-do-all):
* lisp/auth-source-pass.el (auth-source-pass--select-from-entries):
* lisp/auth-source.el (auth-source-user-or-password):
* lisp/calc/calc-forms.el (math-tzone-names):
* lisp/calendar/diary-lib.el (diary-face-attrs)
(diary-mark-entries-1):
* lisp/cedet/cedet-files.el (cedet-files-list-recursively):
* lisp/cedet/ede.el (ede-constructing, ede-deep-rescan):
* lisp/cedet/ede/cpp-root.el (ede-cpp-root-header-file-p):
* lisp/cedet/ede/proj.el (ede-proj-target-makefile):
* lisp/cedet/inversion.el (inversion-check-version)
(inversion-test):
* lisp/cedet/mode-local.el (mode-local-map-file-buffers):
* lisp/cedet/semantic/complete.el (semantic-displayer-ghost):
* lisp/cedet/semantic/db-find.el (semanticdb-find-translate-path-default):
* lisp/cedet/semantic/db.el (semanticdb-table)
(semanticdb-search-system-databases):
* lisp/cedet/semantic/imenu.el (semantic-imenu-index-directory):
* lisp/cedet/semantic/java.el (semantic-java-doc-keywords-map):
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-use-headers-flag):
* lisp/cedet/semantic/lex.el (semantic-lex-make-keyword-table)
(semantic-lex-make-type-table, semantic-lex-debug-analyzers):
* lisp/cedet/semantic/tag-ls.el (semantic-tag-abstract-p)
(semantic-tag-leaf-p, semantic-tag-static-p)
(semantic-tag-prototype-p):
* lisp/dnd.el (dnd-open-remote-file-function, dnd-open-local-file):
* lisp/emacs-lisp/eieio-opt.el (eieio-build-class-alist)
(eieio-read-class, eieio-read-subclass):
* lisp/emacs-lisp/generator.el (cps--replace-variable-references)
(cps--handle-loop-for):
* lisp/erc/erc-dcc.el (erc-dcc-list, erc-dcc-member, erc-dcc-server)
(erc-dcc-auto-mask-p, erc-dcc-get-file, erc-dcc-chat-accept):
* lisp/eshell/em-pred.el (eshell-pred-file-type):
* lisp/faces.el (defined-colors-with-face-attributes):
* lisp/font-core.el (font-lock-mode):
* lisp/frame.el (frame-restack):
* lisp/net/shr.el (shr-image-animate):
* lisp/org/org-agenda.el (org-agenda-change-all-lines)
(org-agenda-today-p):
* lisp/org/org-id.el (org-id-get):
* lisp/org/org.el (org-highlight-latex-and-related)
(org--valid-property-p):
* lisp/org/ox-beamer.el (org-beamer--get-label):
* lisp/org/ox-latex.el (org-latex--caption-above-p):
* lisp/org/ox-odt.el (org-odt--copy-image-file)
(org-odt--copy-formula-file):
* lisp/org/ox.el (org-export-with-timestamps):
* lisp/progmodes/verilog-mode.el (verilog-indent-declaration-macros):
* lisp/ses.el (ses-file-format-extend-parameter-list):
* lisp/term.el (ansi-term):
* lisp/textmodes/bibtex.el (bibtex-no-opt-remove-re)
(bibtex-beginning-of-first-entry, bibtex-autokey-get-title)
(bibtex-read-key, bibtex-initialize):
* lisp/textmodes/flyspell.el (flyspell-word):
* lisp/view.el (view-mode-exit):
* src/composite.c:
* src/floatfns.c (Fisnan): Fix typos in docstrings.
2019-09-19 02:32:25 +00:00
|
|
|
|
The function will be called with two arguments, URI and ACTION.
|
|
|
|
|
See `dnd-open-file' for details.
|
2006-09-07 07:44:33 +00:00
|
|
|
|
If nil, then dragging remote files into Emacs will result in an error.
|
2006-09-15 23:53:48 +00:00
|
|
|
|
Predefined functions are `dnd-open-local-file' and `dnd-open-remote-url'.
|
|
|
|
|
`dnd-open-local-file' attempts to open a remote file using its UNC name and
|
lisp/*.el, src/*.c: Fix typos in docstrings
* lisp/apropos.el (apropos-do-all):
* lisp/auth-source-pass.el (auth-source-pass--select-from-entries):
* lisp/auth-source.el (auth-source-user-or-password):
* lisp/calc/calc-forms.el (math-tzone-names):
* lisp/calendar/diary-lib.el (diary-face-attrs)
(diary-mark-entries-1):
* lisp/cedet/cedet-files.el (cedet-files-list-recursively):
* lisp/cedet/ede.el (ede-constructing, ede-deep-rescan):
* lisp/cedet/ede/cpp-root.el (ede-cpp-root-header-file-p):
* lisp/cedet/ede/proj.el (ede-proj-target-makefile):
* lisp/cedet/inversion.el (inversion-check-version)
(inversion-test):
* lisp/cedet/mode-local.el (mode-local-map-file-buffers):
* lisp/cedet/semantic/complete.el (semantic-displayer-ghost):
* lisp/cedet/semantic/db-find.el (semanticdb-find-translate-path-default):
* lisp/cedet/semantic/db.el (semanticdb-table)
(semanticdb-search-system-databases):
* lisp/cedet/semantic/imenu.el (semantic-imenu-index-directory):
* lisp/cedet/semantic/java.el (semantic-java-doc-keywords-map):
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-use-headers-flag):
* lisp/cedet/semantic/lex.el (semantic-lex-make-keyword-table)
(semantic-lex-make-type-table, semantic-lex-debug-analyzers):
* lisp/cedet/semantic/tag-ls.el (semantic-tag-abstract-p)
(semantic-tag-leaf-p, semantic-tag-static-p)
(semantic-tag-prototype-p):
* lisp/dnd.el (dnd-open-remote-file-function, dnd-open-local-file):
* lisp/emacs-lisp/eieio-opt.el (eieio-build-class-alist)
(eieio-read-class, eieio-read-subclass):
* lisp/emacs-lisp/generator.el (cps--replace-variable-references)
(cps--handle-loop-for):
* lisp/erc/erc-dcc.el (erc-dcc-list, erc-dcc-member, erc-dcc-server)
(erc-dcc-auto-mask-p, erc-dcc-get-file, erc-dcc-chat-accept):
* lisp/eshell/em-pred.el (eshell-pred-file-type):
* lisp/faces.el (defined-colors-with-face-attributes):
* lisp/font-core.el (font-lock-mode):
* lisp/frame.el (frame-restack):
* lisp/net/shr.el (shr-image-animate):
* lisp/org/org-agenda.el (org-agenda-change-all-lines)
(org-agenda-today-p):
* lisp/org/org-id.el (org-id-get):
* lisp/org/org.el (org-highlight-latex-and-related)
(org--valid-property-p):
* lisp/org/ox-beamer.el (org-beamer--get-label):
* lisp/org/ox-latex.el (org-latex--caption-above-p):
* lisp/org/ox-odt.el (org-odt--copy-image-file)
(org-odt--copy-formula-file):
* lisp/org/ox.el (org-export-with-timestamps):
* lisp/progmodes/verilog-mode.el (verilog-indent-declaration-macros):
* lisp/ses.el (ses-file-format-extend-parameter-list):
* lisp/term.el (ansi-term):
* lisp/textmodes/bibtex.el (bibtex-no-opt-remove-re)
(bibtex-beginning-of-first-entry, bibtex-autokey-get-title)
(bibtex-read-key, bibtex-initialize):
* lisp/textmodes/flyspell.el (flyspell-word):
* lisp/view.el (view-mode-exit):
* src/composite.c:
* src/floatfns.c (Fisnan): Fix typos in docstrings.
2019-09-19 02:32:25 +00:00
|
|
|
|
is the default on MS-Windows. `dnd-open-remote-url' uses `url-handler-mode'
|
2006-09-15 23:53:48 +00:00
|
|
|
|
and is the default except for MS-Windows."
|
2006-09-07 07:44:33 +00:00
|
|
|
|
:version "22.1"
|
2022-04-03 01:14:24 +00:00
|
|
|
|
:type 'function
|
|
|
|
|
:group 'dnd)
|
2006-09-07 07:44:33 +00:00
|
|
|
|
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
|
|
|
|
(defcustom dnd-open-file-other-window nil
|
2021-09-13 04:04:32 +00:00
|
|
|
|
"If non-nil, always use `find-file-other-window' to open dropped files."
|
2005-04-11 19:29:10 +00:00
|
|
|
|
:version "22.1"
|
2022-04-03 01:14:24 +00:00
|
|
|
|
:type 'boolean
|
|
|
|
|
:group 'dnd)
|
|
|
|
|
|
|
|
|
|
(defcustom dnd-scroll-margin nil
|
|
|
|
|
"The scroll margin inside a window underneath the cursor during drag-and-drop.
|
|
|
|
|
If the mouse moves this many lines close to the top or bottom of
|
|
|
|
|
a window while dragging text, then that window will be scrolled
|
|
|
|
|
down and up respectively."
|
|
|
|
|
:type '(choice (const :tag "Don't scroll during mouse movement")
|
|
|
|
|
(integer :tag "This many lines from window top or bottom"))
|
|
|
|
|
:version "29.1"
|
|
|
|
|
:group 'dnd)
|
|
|
|
|
|
|
|
|
|
(defcustom dnd-indicate-insertion-point nil
|
|
|
|
|
"Whether or not point should follow the position of the mouse.
|
|
|
|
|
If non-nil, the point of the window underneath the mouse will be
|
|
|
|
|
adjusted to reflect where any text will be inserted upon drop
|
|
|
|
|
when the mouse moves while receiving a drop from another
|
|
|
|
|
program."
|
|
|
|
|
:type 'boolean
|
|
|
|
|
:version "29.1"
|
|
|
|
|
:group 'dnd)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
2022-06-29 12:10:25 +00:00
|
|
|
|
(defcustom dnd-direct-save-remote-files 'x
|
|
|
|
|
"Whether or not to perform a direct save of remote files.
|
2023-02-21 15:55:21 +00:00
|
|
|
|
This is compatible with fewer programs, but means dropped files
|
2022-06-29 12:10:25 +00:00
|
|
|
|
will be saved with their actual file names, and not a temporary
|
|
|
|
|
file name provided by TRAMP.
|
|
|
|
|
|
2023-02-21 15:55:21 +00:00
|
|
|
|
This defaults to `x', which means to save that way only on X
|
2022-06-29 12:10:25 +00:00
|
|
|
|
Windows."
|
|
|
|
|
:type '(choice (const :tag "Only use direct save on X Windows" x)
|
|
|
|
|
(const :tag "Use direct save everywhere" t)
|
|
|
|
|
(const :tag "Don't use direct save")))
|
|
|
|
|
|
2005-04-11 19:29:10 +00:00
|
|
|
|
;; Functions
|
|
|
|
|
|
2022-04-03 01:14:24 +00:00
|
|
|
|
(defun dnd-handle-movement (posn)
|
|
|
|
|
"Handle mouse movement to POSN when receiving a drop from another program."
|
2022-04-04 12:32:46 +00:00
|
|
|
|
(when (windowp (posn-window posn))
|
|
|
|
|
(with-selected-window (posn-window posn)
|
2022-06-14 09:43:08 +00:00
|
|
|
|
(when (and dnd-scroll-margin
|
|
|
|
|
;; TODO: handle scroll bars reasonably.
|
|
|
|
|
(not (posn-area posn)))
|
2022-04-04 12:32:46 +00:00
|
|
|
|
(ignore-errors
|
|
|
|
|
(let* ((row (cdr (posn-col-row posn)))
|
|
|
|
|
(window (when (windowp (posn-window posn))
|
|
|
|
|
(posn-window posn)))
|
|
|
|
|
(text-height (window-text-height window))
|
|
|
|
|
;; Make sure it's possible to scroll both up
|
|
|
|
|
;; and down if the margin is too large for the
|
|
|
|
|
;; window.
|
|
|
|
|
(margin (min (/ text-height 3) dnd-scroll-margin)))
|
|
|
|
|
;; At 2 lines, the window becomes too small for any
|
|
|
|
|
;; meaningful scrolling.
|
|
|
|
|
(unless (<= text-height 2)
|
|
|
|
|
(cond
|
|
|
|
|
;; Inside the bottom scroll margin, scroll up.
|
|
|
|
|
((> row (- text-height margin))
|
|
|
|
|
(with-selected-window window
|
|
|
|
|
(scroll-up 1)))
|
|
|
|
|
;; Inside the top scroll margin, scroll down.
|
|
|
|
|
((< row margin)
|
|
|
|
|
(with-selected-window window
|
|
|
|
|
(scroll-down 1))))))))
|
|
|
|
|
(when dnd-indicate-insertion-point
|
|
|
|
|
(ignore-errors
|
|
|
|
|
(goto-char (posn-point posn)))))))
|
2022-04-03 01:14:24 +00:00
|
|
|
|
|
2006-05-20 04:28:48 +00:00
|
|
|
|
(defun dnd-handle-one-url (window action url)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
"Handle one dropped url by calling the appropriate handler.
|
|
|
|
|
The handler is first located by looking at `dnd-protocol-alist'.
|
2020-05-06 14:48:57 +00:00
|
|
|
|
If no match is found here, `browse-url-handlers' and
|
|
|
|
|
`browse-url-default-handlers' are searched for a match.
|
|
|
|
|
If no match is found, just call `dnd-insert-text'. WINDOW is
|
|
|
|
|
where the drop happened, ACTION is the action for the drop, URL
|
|
|
|
|
is what has been dropped. Returns ACTION."
|
2006-05-20 04:28:48 +00:00
|
|
|
|
(let (ret)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(or
|
|
|
|
|
(catch 'done
|
|
|
|
|
(dolist (bf dnd-protocol-alist)
|
2006-05-20 04:28:48 +00:00
|
|
|
|
(when (string-match (car bf) url)
|
|
|
|
|
(setq ret (funcall (cdr bf) url action))
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(throw 'done t)))
|
|
|
|
|
nil)
|
2020-05-06 14:48:57 +00:00
|
|
|
|
(catch 'done
|
2020-05-07 11:02:13 +00:00
|
|
|
|
(let ((browser (browse-url-select-handler url 'internal)))
|
2020-05-07 07:53:54 +00:00
|
|
|
|
(when browser
|
|
|
|
|
(setq ret 'private)
|
|
|
|
|
(funcall browser url action)
|
|
|
|
|
(throw 'done t)))
|
2020-05-06 14:48:57 +00:00
|
|
|
|
nil)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(progn
|
2006-05-20 04:28:48 +00:00
|
|
|
|
(dnd-insert-text window action url)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(setq ret 'private)))
|
|
|
|
|
ret))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(defun dnd-get-local-file-uri (uri)
|
|
|
|
|
"Return an uri converted to file:/// syntax if uri is a local file.
|
|
|
|
|
Return nil if URI is not a local file."
|
|
|
|
|
|
|
|
|
|
;; The hostname may be our hostname, in that case, convert to a local
|
|
|
|
|
;; file. Otherwise return nil. TODO: How about an IP-address as hostname?
|
2014-12-29 20:39:58 +00:00
|
|
|
|
(let ((sysname (system-name)))
|
2014-12-29 20:37:53 +00:00
|
|
|
|
(let ((hostname (when (string-match "^file://\\([^/]*\\)" uri)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(downcase (match-string 1 uri))))
|
2014-12-29 20:39:58 +00:00
|
|
|
|
(sysname-no-dot
|
|
|
|
|
(downcase (if (string-match "^[^\\.]+" sysname)
|
|
|
|
|
(match-string 0 sysname)
|
|
|
|
|
sysname))))
|
2014-12-29 20:37:53 +00:00
|
|
|
|
(when (and hostname
|
2019-03-02 18:07:36 +00:00
|
|
|
|
(not (eq system-type 'windows-nt))
|
2014-12-29 20:37:53 +00:00
|
|
|
|
(or (string-equal "localhost" hostname)
|
2014-12-29 20:39:58 +00:00
|
|
|
|
(string-equal (downcase sysname) hostname)
|
|
|
|
|
(string-equal sysname-no-dot hostname)))
|
2014-12-29 20:37:53 +00:00
|
|
|
|
(concat "file://" (substring uri (+ 7 (length hostname))))))))
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
2020-09-09 17:33:15 +00:00
|
|
|
|
(defun dnd--unescape-uri (uri)
|
|
|
|
|
;; Merge with corresponding code in URL library.
|
2010-12-20 20:11:01 +00:00
|
|
|
|
(replace-regexp-in-string
|
Replace manually crafted hex regexes with [:xdigit:]
* admin/charsets/mapconv:
* build-aux/gitlog-to-changelog (parse_amend_file, git_dir_option):
* lisp/progmodes/verilog-mode.el (verilog-delay-re):
(verilog-type-font-keywords, verilog-read-always-signals-recurse):
(verilog-is-number):
* lisp/progmodes/vera-mode.el (vera-font-lock-keywords):
* test/src/emacs-module-tests.el (mod-test-sum-test):
* lisp/xml.el: (xml--entity-replacement-text):
* lisp/version.el (emacs-repository-version-git):
* lisp/textmodes/sgml-mode.el (sgml-quote):
* lisp/textmodes/css-mode.el (css-escapes-re)
(css--colors-regexp):
* lisp/progmodes/prolog.el (prolog-syntax-propertize-function):
* lisp/progmodes/hideif.el (hif-token-regexp, hif-tokenize):
* lisp/progmodes/ebnf-dtd.el: (ebnf-dtd-attlistdecl)
(ebnf-dtd-entitydecl, ebnf-dtd-lex):
* lisp/progmodes/ebnf-ebx.el (ebnf-ebx-hex-character):
* lisp/progmodes/ebnf-abn.el (ebnf-abn-character):
* lisp/progmodes/cperl-mode.el (cperl-highlight-charclass)
(cperl-find-pods-heres):
* lisp/progmodes/cc-mode.el (c-maybe-quoted-number-head)
(c-maybe-quoted-number, c-parse-quotes-before-change)
(c-parse-quotes-after-change, c-quoted-number-head-before-point)
(c-quoted-number-straddling-point):
* lisp/progmodes/ada-mode.el (featurep, ada-in-numeric-literal-p)
(ada-font-lock-keywords):
* lisp/org/org-mobile.el (org-mobile-copy-agenda-files)
* lisp/org/org-table.el (org-table-number-regexp):
(org-mobile-update-checksum-for-capture-file):
* lisp/nxml/xsd-regexp.el (xsdre-gen-categories):
* lisp/nxml/xmltok.el (let*):
* lisp/nxml/rng-xsd.el (rng-xsd-convert-hex-binary)
(rng-xsd-convert-any-uri):
* lisp/nxml/rng-uri.el (rng-uri-file-name-1)
(rng-uri-unescape-multibyte, rng-uri-unescape-unibyte)
(rng-uri-unescape-unibyte-match)
(rng-uri-unescape-unibyte-replace):
* lisp/nxml/rng-cmpct.el (rng-c-process-escapes):
* lisp/nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
* lisp/net/shr-color.el (shr-color->hexadecimal):
* lisp/mail/rfc2231.el (rfc2231-decode-encoded-string):
* lisp/international/mule-cmds.el (read-char-by-name):
* lisp/htmlfontify.el (hfy-hex-regex):
* lisp/gnus/nneething.el (nneething-decode-file-name):
* lisp/gnus/mml-sec.el (mml-secure-find-usable-keys):
* lisp/gnus/gnus-art.el (gnus-button-mid-or-mail-heuristic-alist):
* lisp/faces.el (read-color):
* lisp/epg.el (epg--status-ERRSIG, epg--status-VALIDSIG)
(epg--status-SIG_CREATED, epg--decode-percent-escape)
(epg--decode-hexstring, epg--decode-quotedstring)
(epg-dn-from-string):
* lisp/emulation/cua-rect.el (cua-incr-rectangle):
* lisp/dnd.el (dnd-unescape-uri):
* lisp/cedet/semantic/lex.el (semantic-lex-number-expression):
* lisp/cedet/semantic/java.el (semantic-java-number-regexp):
* lisp/calc/calc-lang.el (pascal):
* lisp/calc/calc-ext.el (math-read-number-fancy):
* lisp/calc/calc-aent.el (math-read-token):
Replace various combinations of [0-9a-fA-F] with [[:xdigit:]].
(Bug#36167)
2019-06-13 00:18:43 +00:00
|
|
|
|
"%[[:xdigit:]][[:xdigit:]]"
|
2010-12-20 20:11:01 +00:00
|
|
|
|
(lambda (arg)
|
|
|
|
|
(let ((str (make-string 1 0)))
|
|
|
|
|
(aset str 0 (string-to-number (substring arg 1) 16))
|
|
|
|
|
str))
|
|
|
|
|
uri t t))
|
|
|
|
|
|
2017-11-26 06:45:41 +00:00
|
|
|
|
;; https://lists.gnu.org/r/emacs-devel/2006-05/msg01060.html
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(defun dnd-get-local-file-name (uri &optional must-exist)
|
|
|
|
|
"Return file name converted from file:/// or file: syntax.
|
|
|
|
|
URI is the uri for the file. If MUST-EXIST is given and non-nil,
|
|
|
|
|
only return non-nil if the file exists.
|
|
|
|
|
Return nil if URI is not a local file."
|
|
|
|
|
(let ((f (cond ((string-match "^file:///" uri) ; XDND format.
|
|
|
|
|
(substring uri (1- (match-end 0))))
|
|
|
|
|
((string-match "^file:" uri) ; Old KDE, Motif, Sun
|
2013-12-03 12:21:13 +00:00
|
|
|
|
(substring uri (match-end 0)))))
|
|
|
|
|
(coding (if (equal system-type 'windows-nt)
|
|
|
|
|
;; W32 pretends that file names are UTF-8 encoded.
|
|
|
|
|
'utf-8
|
|
|
|
|
(or file-name-coding-system
|
|
|
|
|
default-file-name-coding-system))))
|
2020-09-09 17:33:15 +00:00
|
|
|
|
(and f (setq f (decode-coding-string (dnd--unescape-uri f) coding)))
|
2010-12-20 20:11:01 +00:00
|
|
|
|
(when (and f must-exist (not (file-readable-p f)))
|
|
|
|
|
(setq f nil))
|
2010-10-03 01:27:39 +00:00
|
|
|
|
f))
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
2011-04-19 13:44:55 +00:00
|
|
|
|
(defun dnd-open-local-file (uri _action)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
"Open a local file.
|
|
|
|
|
The file is opened in the current window, or a new window if
|
|
|
|
|
`dnd-open-file-other-window' is set. URI is the url for the file,
|
|
|
|
|
and must have the format file:file-name or file:///file-name.
|
2006-09-15 23:53:48 +00:00
|
|
|
|
The last / in file:/// is part of the file name. If the system
|
|
|
|
|
natively supports unc file names, then remote urls of the form
|
|
|
|
|
file://server-name/file-name will also be handled by this function.
|
|
|
|
|
An alternative for systems that do not support unc file names is
|
lisp/*.el, src/*.c: Fix typos in docstrings
* lisp/apropos.el (apropos-do-all):
* lisp/auth-source-pass.el (auth-source-pass--select-from-entries):
* lisp/auth-source.el (auth-source-user-or-password):
* lisp/calc/calc-forms.el (math-tzone-names):
* lisp/calendar/diary-lib.el (diary-face-attrs)
(diary-mark-entries-1):
* lisp/cedet/cedet-files.el (cedet-files-list-recursively):
* lisp/cedet/ede.el (ede-constructing, ede-deep-rescan):
* lisp/cedet/ede/cpp-root.el (ede-cpp-root-header-file-p):
* lisp/cedet/ede/proj.el (ede-proj-target-makefile):
* lisp/cedet/inversion.el (inversion-check-version)
(inversion-test):
* lisp/cedet/mode-local.el (mode-local-map-file-buffers):
* lisp/cedet/semantic/complete.el (semantic-displayer-ghost):
* lisp/cedet/semantic/db-find.el (semanticdb-find-translate-path-default):
* lisp/cedet/semantic/db.el (semanticdb-table)
(semanticdb-search-system-databases):
* lisp/cedet/semantic/imenu.el (semantic-imenu-index-directory):
* lisp/cedet/semantic/java.el (semantic-java-doc-keywords-map):
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-use-headers-flag):
* lisp/cedet/semantic/lex.el (semantic-lex-make-keyword-table)
(semantic-lex-make-type-table, semantic-lex-debug-analyzers):
* lisp/cedet/semantic/tag-ls.el (semantic-tag-abstract-p)
(semantic-tag-leaf-p, semantic-tag-static-p)
(semantic-tag-prototype-p):
* lisp/dnd.el (dnd-open-remote-file-function, dnd-open-local-file):
* lisp/emacs-lisp/eieio-opt.el (eieio-build-class-alist)
(eieio-read-class, eieio-read-subclass):
* lisp/emacs-lisp/generator.el (cps--replace-variable-references)
(cps--handle-loop-for):
* lisp/erc/erc-dcc.el (erc-dcc-list, erc-dcc-member, erc-dcc-server)
(erc-dcc-auto-mask-p, erc-dcc-get-file, erc-dcc-chat-accept):
* lisp/eshell/em-pred.el (eshell-pred-file-type):
* lisp/faces.el (defined-colors-with-face-attributes):
* lisp/font-core.el (font-lock-mode):
* lisp/frame.el (frame-restack):
* lisp/net/shr.el (shr-image-animate):
* lisp/org/org-agenda.el (org-agenda-change-all-lines)
(org-agenda-today-p):
* lisp/org/org-id.el (org-id-get):
* lisp/org/org.el (org-highlight-latex-and-related)
(org--valid-property-p):
* lisp/org/ox-beamer.el (org-beamer--get-label):
* lisp/org/ox-latex.el (org-latex--caption-above-p):
* lisp/org/ox-odt.el (org-odt--copy-image-file)
(org-odt--copy-formula-file):
* lisp/org/ox.el (org-export-with-timestamps):
* lisp/progmodes/verilog-mode.el (verilog-indent-declaration-macros):
* lisp/ses.el (ses-file-format-extend-parameter-list):
* lisp/term.el (ansi-term):
* lisp/textmodes/bibtex.el (bibtex-no-opt-remove-re)
(bibtex-beginning-of-first-entry, bibtex-autokey-get-title)
(bibtex-read-key, bibtex-initialize):
* lisp/textmodes/flyspell.el (flyspell-word):
* lisp/view.el (view-mode-exit):
* src/composite.c:
* src/floatfns.c (Fisnan): Fix typos in docstrings.
2019-09-19 02:32:25 +00:00
|
|
|
|
`dnd-open-remote-url'. ACTION is ignored."
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
|
|
|
|
(let* ((f (dnd-get-local-file-name uri t)))
|
|
|
|
|
(if (and f (file-readable-p f))
|
|
|
|
|
(progn
|
|
|
|
|
(if dnd-open-file-other-window
|
|
|
|
|
(find-file-other-window f)
|
|
|
|
|
(find-file f))
|
2021-07-20 11:48:10 +00:00
|
|
|
|
(file-name-history--add f)
|
2005-04-11 19:29:10 +00:00
|
|
|
|
'private)
|
|
|
|
|
(error "Can not read %s" uri))))
|
|
|
|
|
|
2011-04-19 13:44:55 +00:00
|
|
|
|
(defun dnd-open-remote-url (uri _action)
|
2006-09-07 07:44:33 +00:00
|
|
|
|
"Open a remote file with `find-file' and `url-handler-mode'.
|
|
|
|
|
Turns `url-handler-mode' on if not on before. The file is opened in the
|
|
|
|
|
current window, or a new window if `dnd-open-file-other-window' is set.
|
|
|
|
|
URI is the url for the file. ACTION is ignored."
|
|
|
|
|
(progn
|
2006-09-07 10:12:51 +00:00
|
|
|
|
(require 'url-handlers)
|
2006-09-07 07:44:33 +00:00
|
|
|
|
(or url-handler-mode (url-handler-mode))
|
|
|
|
|
(if dnd-open-file-other-window
|
|
|
|
|
(find-file-other-window uri)
|
|
|
|
|
(find-file uri))
|
|
|
|
|
'private))
|
|
|
|
|
|
|
|
|
|
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(defun dnd-open-file (uri action)
|
|
|
|
|
"Open a local or remote file.
|
|
|
|
|
The file is opened in the current window, or a new window if
|
|
|
|
|
`dnd-open-file-other-window' is set. URI is the url for the file,
|
|
|
|
|
and must have the format file://hostname/file-name. ACTION is ignored.
|
|
|
|
|
The last / in file://hostname/ is part of the file name."
|
|
|
|
|
|
|
|
|
|
;; The hostname may be our hostname, in that case, convert to a local
|
|
|
|
|
;; file. Otherwise return nil.
|
|
|
|
|
(let ((local-file (dnd-get-local-file-uri uri)))
|
|
|
|
|
(if local-file (dnd-open-local-file local-file action)
|
2006-09-07 07:44:33 +00:00
|
|
|
|
(if dnd-open-remote-file-function
|
|
|
|
|
(funcall dnd-open-remote-file-function uri action)
|
|
|
|
|
(error "Remote files not supported")))))
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(defun dnd-insert-text (window action text)
|
|
|
|
|
"Insert text at point or push to the kill ring if buffer is read only.
|
|
|
|
|
TEXT is the text as a string, WINDOW is the window where the drop happened."
|
|
|
|
|
(if (or buffer-read-only
|
|
|
|
|
(not (windowp window)))
|
|
|
|
|
(progn
|
|
|
|
|
(kill-new text)
|
2005-09-18 12:25:02 +00:00
|
|
|
|
(message "%s"
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(substitute-command-keys
|
|
|
|
|
"The dropped text can be accessed with \\[yank]")))
|
|
|
|
|
(insert text))
|
|
|
|
|
action)
|
|
|
|
|
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
|
|
|
|
;;; Functions for dragging stuff to other programs. These build upon
|
|
|
|
|
;;; the lower-level `x-begin-drag' interface, but take care of data
|
|
|
|
|
;;; types and abstracting around the different return values.
|
|
|
|
|
|
|
|
|
|
(defvar dnd-last-dragged-remote-file nil
|
|
|
|
|
"If non-nil, the name of a local copy of the last remote file that was dragged.
|
2022-06-03 11:43:06 +00:00
|
|
|
|
This may also be a list of files, if multiple files were dragged.
|
2022-06-03 04:32:17 +00:00
|
|
|
|
It can't be removed immediately after the drag-and-drop operation
|
|
|
|
|
completes, since there is no way to determine when the drop
|
|
|
|
|
target has finished opening it. So instead, this file is removed
|
|
|
|
|
when Emacs exits or the user drags another file.")
|
|
|
|
|
|
|
|
|
|
(defun dnd-remove-last-dragged-remote-file ()
|
2022-06-03 11:43:06 +00:00
|
|
|
|
"Remove the local copy of the last remote file to be dragged.
|
|
|
|
|
If `dnd-last-dragged-remote-file' is a list, remove all the files
|
|
|
|
|
in that list instead."
|
2022-06-03 04:32:17 +00:00
|
|
|
|
(when dnd-last-dragged-remote-file
|
|
|
|
|
(unwind-protect
|
2022-06-03 11:43:06 +00:00
|
|
|
|
(if (consp dnd-last-dragged-remote-file)
|
|
|
|
|
(mapc #'delete-file dnd-last-dragged-remote-file)
|
|
|
|
|
(delete-file dnd-last-dragged-remote-file))
|
2022-06-03 04:32:17 +00:00
|
|
|
|
(setq dnd-last-dragged-remote-file nil)))
|
2022-06-03 11:43:06 +00:00
|
|
|
|
(remove-hook 'kill-emacs-hook
|
|
|
|
|
#'dnd-remove-last-dragged-remote-file))
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
|
|
|
|
(declare-function x-begin-drag "xfns.c")
|
|
|
|
|
|
|
|
|
|
(defun dnd-begin-text-drag (text &optional frame action allow-same-frame)
|
|
|
|
|
"Begin dragging TEXT from FRAME.
|
2022-11-18 14:48:22 +00:00
|
|
|
|
Initiate a drag-and-drop operation allowing the user to drag text
|
2022-06-03 04:32:17 +00:00
|
|
|
|
from Emacs to another program (the drop target), then block until
|
2022-07-14 09:55:52 +00:00
|
|
|
|
the drop is completed or is canceled.
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
2022-06-03 11:50:11 +00:00
|
|
|
|
If the drop completed, return the action that the drop target
|
|
|
|
|
actually performed, which can be one of the following symbols:
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
|
|
|
|
- `copy', which means TEXT was inserted by the drop target.
|
|
|
|
|
|
|
|
|
|
- `move', which means TEXT was inserted, and the caller should
|
|
|
|
|
additionally delete TEXT from its source (such as the buffer
|
|
|
|
|
where it originated).
|
|
|
|
|
|
|
|
|
|
- `private', which means the drop target chose to perform an
|
|
|
|
|
unspecified action.
|
|
|
|
|
|
2022-07-14 09:55:52 +00:00
|
|
|
|
Return nil if the drop was canceled.
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
|
|
|
|
TEXT is a string containing text that will be inserted by the
|
|
|
|
|
program where the drop happened. FRAME is the frame where the
|
2022-06-03 11:50:11 +00:00
|
|
|
|
mouse is currently held down, or nil, which stands for the
|
|
|
|
|
current frame. ACTION is one of the symbols `copy' or `move',
|
2022-06-03 04:32:17 +00:00
|
|
|
|
where `copy' means that the text should be inserted by the drop
|
2022-07-01 16:03:57 +00:00
|
|
|
|
target, and `move' means the same as `copy', but in addition
|
2022-06-03 04:32:17 +00:00
|
|
|
|
the caller might have to delete TEXT from its source after this
|
2022-06-03 11:50:11 +00:00
|
|
|
|
function returns. If ALLOW-SAME-FRAME is nil, ignore any drops
|
|
|
|
|
on FRAME itself.
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
|
|
|
|
This function might return immediately if no mouse buttons are
|
|
|
|
|
currently being held down. It should only be called upon a
|
|
|
|
|
`down-mouse-1' (or similar) event."
|
|
|
|
|
(unless (fboundp 'x-begin-drag)
|
|
|
|
|
(error "Dragging text from Emacs is not supported by this window system"))
|
|
|
|
|
(gui-set-selection 'XdndSelection text)
|
|
|
|
|
(unless action
|
|
|
|
|
(setq action 'copy))
|
|
|
|
|
(let ((return-value
|
|
|
|
|
(x-begin-drag '(;; Traditional X selection targets used by GTK, the
|
|
|
|
|
;; Motif drag-and-drop protocols, and programs like
|
|
|
|
|
;; Xterm. `STRING' is also used on NS and Haiku.
|
|
|
|
|
"STRING" "TEXT" "COMPOUND_TEXT" "UTF8_STRING"
|
|
|
|
|
;; Used by Xdnd clients that strictly comply with
|
|
|
|
|
;; the standard (i.e. Qt programs).
|
|
|
|
|
"text/plain" "text/plain;charset=utf-8")
|
|
|
|
|
(cl-ecase action
|
2022-09-13 16:19:26 +00:00
|
|
|
|
(copy 'XdndActionCopy)
|
|
|
|
|
(move 'XdndActionMove))
|
2022-06-03 04:32:17 +00:00
|
|
|
|
frame nil allow-same-frame)))
|
|
|
|
|
(cond
|
|
|
|
|
((eq return-value 'XdndActionCopy) 'copy)
|
|
|
|
|
((eq return-value 'XdndActionMove) 'move)
|
|
|
|
|
((not return-value) nil)
|
|
|
|
|
(t 'private))))
|
|
|
|
|
|
|
|
|
|
(defun dnd-begin-file-drag (file &optional frame action allow-same-frame)
|
|
|
|
|
"Begin dragging FILE from FRAME.
|
2022-11-18 14:48:22 +00:00
|
|
|
|
Initiate a drag-and-drop operation allowing the user to drag a file
|
2022-06-03 04:32:17 +00:00
|
|
|
|
from Emacs to another program (the drop target), then block until
|
2022-07-14 09:55:52 +00:00
|
|
|
|
the drop happens or is canceled.
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
|
|
|
|
Return the action that the drop target actually performed, which
|
|
|
|
|
can be one of the following symbols:
|
|
|
|
|
|
|
|
|
|
- `copy', which means FILE was opened by the drop target.
|
|
|
|
|
|
|
|
|
|
- `move', which means FILE was moved to another location by the
|
|
|
|
|
drop target.
|
|
|
|
|
|
|
|
|
|
- `link', which means a symbolic link was created to FILE by
|
|
|
|
|
the drop target, usually a file manager.
|
|
|
|
|
|
|
|
|
|
- `private', which means the drop target chose to perform an
|
|
|
|
|
unspecified action.
|
|
|
|
|
|
2022-07-14 09:55:52 +00:00
|
|
|
|
Return nil if the drop was canceled.
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
2022-06-03 11:50:11 +00:00
|
|
|
|
FILE is the file name that will be sent to the program where the
|
|
|
|
|
drop happened. If it is a remote file, Emacs will make a
|
|
|
|
|
temporary copy and pass that. FRAME is the frame where the mouse
|
|
|
|
|
is currently held down, or nil (which means to use the current
|
|
|
|
|
frame). ACTION is one of the symbols `copy', `move' or `link',
|
|
|
|
|
where `copy' means that the file should be opened or copied by
|
|
|
|
|
the drop target, `move' means the drop target should move the
|
|
|
|
|
file to another location, and `link' means the drop target should
|
|
|
|
|
create a symbolic link to FILE. It is an error to specify `link'
|
|
|
|
|
as the action if FILE is a remote file. If ALLOW-SAME-FRAME is
|
|
|
|
|
nil, any drops on FRAME itself will be ignored.
|
2022-06-03 04:32:17 +00:00
|
|
|
|
|
|
|
|
|
This function might return immediately if no mouse buttons are
|
|
|
|
|
currently being held down. It should only be called upon a
|
|
|
|
|
`down-mouse-1' (or similar) event."
|
|
|
|
|
(unless (fboundp 'x-begin-drag)
|
|
|
|
|
(error "Dragging files from Emacs is not supported by this window system"))
|
|
|
|
|
(dnd-remove-last-dragged-remote-file)
|
|
|
|
|
(unless action
|
|
|
|
|
(setq action 'copy))
|
2022-06-29 12:10:25 +00:00
|
|
|
|
(if (and (or (and (eq dnd-direct-save-remote-files 'x)
|
|
|
|
|
(eq (framep (or frame
|
|
|
|
|
(selected-frame)))
|
|
|
|
|
'x))
|
|
|
|
|
(and dnd-direct-save-remote-files
|
|
|
|
|
(not (eq dnd-direct-save-remote-files 'x))))
|
|
|
|
|
(eq action 'copy)
|
|
|
|
|
(file-remote-p file))
|
|
|
|
|
(dnd-direct-save file (file-name-nondirectory file)
|
|
|
|
|
frame allow-same-frame)
|
|
|
|
|
(let ((original-file file))
|
|
|
|
|
(when (file-remote-p file)
|
|
|
|
|
(if (eq action 'link)
|
|
|
|
|
(error "Cannot create symbolic link to remote file")
|
|
|
|
|
(setq file (file-local-copy file))
|
|
|
|
|
(setq dnd-last-dragged-remote-file file)
|
|
|
|
|
(add-hook 'kill-emacs-hook
|
|
|
|
|
#'dnd-remove-last-dragged-remote-file)))
|
|
|
|
|
(gui-set-selection 'XdndSelection
|
|
|
|
|
(propertize (expand-file-name file) 'text/uri-list
|
|
|
|
|
(concat "file://"
|
|
|
|
|
(expand-file-name file))))
|
|
|
|
|
(let ((return-value
|
|
|
|
|
(x-begin-drag '(;; Xdnd types used by GTK, Qt, and most other
|
|
|
|
|
;; modern programs that expect filenames to
|
|
|
|
|
;; be supplied as URIs.
|
|
|
|
|
"text/uri-list" "text/x-xdnd-username"
|
|
|
|
|
;; Traditional X selection targets used by
|
|
|
|
|
;; programs supporting the Motif
|
|
|
|
|
;; drag-and-drop protocols. Also used by NS
|
|
|
|
|
;; and Haiku.
|
|
|
|
|
"FILE_NAME" "FILE" "HOST_NAME"
|
|
|
|
|
;; ToolTalk filename. Mostly used by CDE
|
|
|
|
|
;; programs.
|
|
|
|
|
"_DT_NETFILE")
|
|
|
|
|
(cl-ecase action
|
2022-09-13 16:19:26 +00:00
|
|
|
|
(copy 'XdndActionCopy)
|
|
|
|
|
(move 'XdndActionMove)
|
|
|
|
|
(link 'XdndActionLink))
|
2022-06-29 12:10:25 +00:00
|
|
|
|
frame nil allow-same-frame)))
|
|
|
|
|
(cond
|
|
|
|
|
((eq return-value 'XdndActionCopy) 'copy)
|
|
|
|
|
((eq return-value 'XdndActionMove)
|
|
|
|
|
(prog1 'move
|
|
|
|
|
;; If original-file is a remote file, delete it from the
|
|
|
|
|
;; remote as well.
|
|
|
|
|
(when (file-remote-p original-file)
|
|
|
|
|
(ignore-errors
|
|
|
|
|
(delete-file original-file)))))
|
|
|
|
|
((eq return-value 'XdndActionLink) 'link)
|
|
|
|
|
((not return-value) nil)
|
|
|
|
|
(t 'private))))))
|
2005-04-11 19:29:10 +00:00
|
|
|
|
|
2022-06-03 11:43:06 +00:00
|
|
|
|
(defun dnd-begin-drag-files (files &optional frame action allow-same-frame)
|
|
|
|
|
"Begin dragging FILES from FRAME.
|
|
|
|
|
This is like `dnd-begin-file-drag', except with multiple files.
|
|
|
|
|
FRAME, ACTION and ALLOW-SAME-FRAME mean the same as in
|
|
|
|
|
`dnd-begin-file-drag'.
|
|
|
|
|
|
|
|
|
|
FILES is a list of files that will be dragged. If the drop
|
|
|
|
|
target doesn't support dropping multiple files, the first file in
|
|
|
|
|
FILES will be dragged."
|
|
|
|
|
(unless (fboundp 'x-begin-drag)
|
|
|
|
|
(error "Dragging files from Emacs is not supported by this window system"))
|
|
|
|
|
(dnd-remove-last-dragged-remote-file)
|
|
|
|
|
(let* ((new-files (copy-sequence files))
|
|
|
|
|
(tem new-files))
|
|
|
|
|
(while tem
|
|
|
|
|
(setcar tem (expand-file-name (car tem)))
|
|
|
|
|
(when (file-remote-p (car tem))
|
|
|
|
|
(when (eq action 'link)
|
|
|
|
|
(error "Cannot create symbolic link to remote file"))
|
2022-06-06 11:05:36 +00:00
|
|
|
|
(condition-case error
|
|
|
|
|
(progn (setcar tem (file-local-copy (car tem)))
|
|
|
|
|
(push (car tem) dnd-last-dragged-remote-file))
|
|
|
|
|
(error (message "Failed to download file: %s" error)
|
|
|
|
|
(setcar tem nil))))
|
2022-06-03 11:43:06 +00:00
|
|
|
|
(setq tem (cdr tem)))
|
2022-06-29 12:10:25 +00:00
|
|
|
|
(when dnd-last-dragged-remote-file
|
|
|
|
|
(add-hook 'kill-emacs-hook
|
|
|
|
|
#'dnd-remove-last-dragged-remote-file))
|
2022-06-06 11:05:36 +00:00
|
|
|
|
;; Remove any files that failed to download from a remote host.
|
|
|
|
|
(setq new-files (delq nil new-files))
|
|
|
|
|
(unless new-files
|
|
|
|
|
(error "No files were specified or no remote file could be downloaded"))
|
2022-06-03 11:43:06 +00:00
|
|
|
|
(unless action
|
|
|
|
|
(setq action 'copy))
|
|
|
|
|
(gui-set-selection 'XdndSelection
|
|
|
|
|
(propertize (car new-files)
|
|
|
|
|
'text/uri-list
|
|
|
|
|
(cl-loop for file in new-files
|
|
|
|
|
collect (concat "file://" file)
|
|
|
|
|
into targets finally return
|
|
|
|
|
(apply #'vector targets))
|
|
|
|
|
'FILE_NAME (apply #'vector new-files)))
|
|
|
|
|
(let ((return-value
|
|
|
|
|
(x-begin-drag '(;; Xdnd types used by GTK, Qt, and most other
|
|
|
|
|
;; modern programs that expect filenames to
|
|
|
|
|
;; be supplied as URIs.
|
2022-06-08 02:40:20 +00:00
|
|
|
|
"text/uri-list" "text/x-xdnd-username"
|
2022-06-03 11:43:06 +00:00
|
|
|
|
;; Traditional X selection targets used by
|
|
|
|
|
;; programs supporting the Motif
|
|
|
|
|
;; drag-and-drop protocols. Also used by NS
|
|
|
|
|
;; and Haiku.
|
|
|
|
|
"FILE_NAME" "HOST_NAME")
|
|
|
|
|
(cl-ecase action
|
2022-09-13 16:19:26 +00:00
|
|
|
|
(copy 'XdndActionCopy)
|
|
|
|
|
(move 'XdndActionMove)
|
|
|
|
|
(link 'XdndActionLink))
|
2022-06-03 11:43:06 +00:00
|
|
|
|
frame nil allow-same-frame)))
|
|
|
|
|
(cond
|
|
|
|
|
((eq return-value 'XdndActionCopy) 'copy)
|
|
|
|
|
((eq return-value 'XdndActionMove)
|
|
|
|
|
(prog1 'move
|
|
|
|
|
;; If original-file is a remote file, delete it from the
|
|
|
|
|
;; remote as well.
|
|
|
|
|
(dolist (original-file files)
|
|
|
|
|
(when (file-remote-p original-file)
|
|
|
|
|
(ignore-errors
|
|
|
|
|
(delete-file original-file))))))
|
|
|
|
|
((eq return-value 'XdndActionLink) 'link)
|
|
|
|
|
((not return-value) nil)
|
|
|
|
|
(t 'private)))))
|
|
|
|
|
|
2022-06-29 12:10:25 +00:00
|
|
|
|
(declare-function x-dnd-do-direct-save "x-dnd.el")
|
|
|
|
|
|
|
|
|
|
(defun dnd-direct-save (file name &optional frame allow-same-frame)
|
|
|
|
|
"Drag FILE from FRAME, but do not treat it as an actual file.
|
|
|
|
|
Instead, ask the target window to insert the file with NAME.
|
|
|
|
|
File managers will create a file in the displayed directory with
|
|
|
|
|
the contents of FILE and the name NAME, while text editors will
|
|
|
|
|
insert the contents of FILE in a new document named
|
|
|
|
|
NAME.
|
|
|
|
|
|
|
|
|
|
ALLOW-SAME-FRAME means the same as in `dnd-begin-file-drag'.
|
|
|
|
|
Return `copy' if the drop was successful, else nil."
|
|
|
|
|
(setq file (expand-file-name file))
|
|
|
|
|
(cond ((eq window-system 'x)
|
|
|
|
|
(when (x-dnd-do-direct-save file name frame
|
|
|
|
|
allow-same-frame)
|
|
|
|
|
'copy))
|
|
|
|
|
;; Avoid infinite recursion.
|
|
|
|
|
(t (let ((dnd-direct-save-remote-files nil))
|
|
|
|
|
(dnd-begin-file-drag file frame nil allow-same-frame)))))
|
|
|
|
|
|
2005-04-11 19:29:10 +00:00
|
|
|
|
(provide 'dnd)
|
|
|
|
|
|
|
|
|
|
;;; dnd.el ends here
|