From: Philip K <philip@warpmail.net>
To: 41030@debbugs.gnu.org
Subject: bug#41030: [PATCH] Make EWW respect XDG download directory by default
Date: Sat, 2 May 2020 18:58:42 +0200 [thread overview]
Message-ID: <20200502165842.8564-1-philip@warpmail.net> (raw)
---
lisp/net/eww.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index c83884fd25..0d0aa9f3bc 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -32,6 +32,7 @@
(require 'thingatpt)
(require 'mm-url)
(require 'puny)
+(require 'xdg)
(eval-when-compile (require 'subr-x)) ;; for string-trim
(defgroup eww nil
@@ -55,7 +56,8 @@ eww-search-prefix
:group 'eww
:type 'string)
-(defcustom eww-download-directory "~/Downloads/"
+(defcustom eww-download-directory (or (xdg-user-dir "DOWNLOAD")
+ "~/Downloads/")
"Directory where files will downloaded."
:version "24.4"
:group 'eww
--
2.20.1
next reply other threads:[~2020-05-02 16:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-02 16:58 Philip K [this message]
2020-05-03 22:52 ` bug#41030: [PATCH] Make EWW respect XDG download directory by default Stefan Kangas
2020-05-03 23:28 ` Basil L. Contovounesios
2020-05-05 8:02 ` Lars Ingebrigtsen
2020-05-05 8:20 ` Philip K.
2020-07-17 13:09 ` Lars Ingebrigtsen
2020-07-29 5:14 ` Lars Ingebrigtsen
2020-05-05 21:32 ` Stefan Kangas
2020-05-06 0:04 ` Noam Postavsky
2020-05-06 0:17 ` Stefan Kangas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200502165842.8564-1-philip@warpmail.net \
--to=philip@warpmail.net \
--cc=41030@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).