unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14624: Some suggestions for webjump.el
@ 2013-06-15 13:25 Xue Fuqiao
  2021-12-25 16:20 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Xue Fuqiao @ 2013-06-15 13:25 UTC (permalink / raw)
  To: 14624

severity wishlist

It will be great if webjump.el contains something like a bookmark
folder in modern web browsers.  I know there is a "mirrors" builtin,
but I think a "folder" is better.  Here are some suggestions for
webjump.el (some of them are not related to "folder", tho):

1. Implement a command that can open/follow all links/sites in a
folder;

2. Implement commands to create/delete a Web site from the hotlist
easily;

3. Implement tags for Web sites in the hotlist;

4. Menu-bar and tool-bar entries for this library.

--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#14624: Some suggestions for webjump.el
  2013-06-15 13:25 bug#14624: Some suggestions for webjump.el Xue Fuqiao
@ 2021-12-25 16:20 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2021-12-25 16:20 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: 14624-done

[-- Attachment #1: Type: text/plain, Size: 869 bytes --]

Xue Fuqiao <xfq.free@gmail.com> writes:

> It will be great if webjump.el contains something like a bookmark
> folder in modern web browsers.  I know there is a "mirrors" builtin,
> but I think a "folder" is better.  Here are some suggestions for
> webjump.el (some of them are not related to "folder", tho):
>
> 1. Implement a command that can open/follow all links/sites in a
> folder;
>
> 2. Implement commands to create/delete a Web site from the hotlist
> easily;
>
> 3. Implement tags for Web sites in the hotlist;
>
> 4. Menu-bar and tool-bar entries for this library.

No one has replied here in 8.5 years.  Instead of keeping this open in
the bug tracker forever, I have added a new TODO section in webjump.el
containing the above suggestions, where interested parties will be able
to find it.  See the attached patch.

With that, I'm closing this bug report.

[-- Attachment #2: 0001-lisp-net-webjump.el-Add-TODO-section.-Bug-14624.patch --]
[-- Type: text/x-diff, Size: 885 bytes --]

From 440a201f5768c30c9aa2cef076a5db65349fc94c Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Sat, 25 Dec 2021 16:36:07 +0100
Subject: [PATCH] * lisp/net/webjump.el: Add TODO section.  (Bug#14624)

---
 lisp/net/webjump.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el
index d14d382aac..7547f92d7d 100644
--- a/lisp/net/webjump.el
+++ b/lisp/net/webjump.el
@@ -61,6 +61,13 @@
 
 ;;; Code:
 
+;; TODO:
+;; - Add a menu bar and tool bar for this library.
+;; - Add commands to create/delete link from the hotlist.
+;; - Add something like a bookmark folder in modern browsers.
+;;    - Add a command that can open/follow all links in a folder.
+;; - Add tags for Web sites in the hotlist.
+
 ;;-------------------------------------------------------- Package Dependencies
 
 (require 'browse-url)
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-25 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-15 13:25 bug#14624: Some suggestions for webjump.el Xue Fuqiao
2021-12-25 16:20 ` Stefan Kangas

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).