(thing-at-point-file-name-chars): Include non-ASCII
and use documented treatment of -.
This commit is contained in:
parent
59367f5608
commit
4d61e7d513
1 changed files with 2 additions and 2 deletions
|
@ -193,9 +193,9 @@ a symbol as a valid THING."
|
|||
(put 'list 'end-op (function (lambda () (up-list 1))))
|
||||
(put 'list 'beginning-op 'backward-sexp)
|
||||
|
||||
;; Filenames and URLs
|
||||
;; Filenames and URLs www.com/foo%32bar
|
||||
|
||||
(defvar thing-at-point-file-name-chars "~/A-Za-z0-9---_.${}#%,:"
|
||||
(defvar thing-at-point-file-name-chars "-~/[:alnum:]_.${}#%,:"
|
||||
"Characters allowable in filenames.")
|
||||
|
||||
(put 'filename 'end-op
|
||||
|
|
Loading…
Add table
Reference in a new issue