unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 25394@debbugs.gnu.org, Stefan Monnier <monnier@iro.umontreal.ca>,
	Steven Litvintchouk <sdlitvin@earthlink.net>,
	25395@debbugs.gnu.org
Subject: bug#25394: bug#25395: 25.1; Emacs/W3 crashes on every url with elisp error (void-variable w3--args)
Date: Sat, 02 Nov 2019 14:38:33 +0100	[thread overview]
Message-ID: <874kzme6ue.fsf@marxist.se> (raw)
In-Reply-To: <87lftupdbd.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 09 Oct 2019 09:50:46 +0200")

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

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Glenn Morris <rgm@gnu.org> writes:
>
>>> Still, doesn't seem actively maintained, based on
>>> http://git.savannah.gnu.org/cgit/emacs/elpa.git/?h=externals/w3
>>
>> To expand on this:
>>
>> According to the above url:
>> The package was last developed 8.5 years ago.
>> It was added to elpa.gnu.org 3 years ago, with 4 commits.
>> The error you are seeing comes from one of those commits ("try to fix
>> compiler warnings"). "M-x w3" has the same error. So I can only
>> assume this package has not been tested or used by anyone since it was
>> added to elpa.gnu.org.
>> So I have to wonder what the value of having it there is.
>>
>> I suggest you use M-x eww instead, and that if no-one wants to maintain
>> w3 it be removed from elpa.gnu.org.
>
> (This was two years ago.)
>
> I agree -- when it doesn't even start up with `M-x w3' it seems pretty
> useless to have in GNU ELPA.
>
> How does one remove something from ELPA?

Indeed, the development seems to have completely stalled.  See also:
1. https://lists.gnu.org/archive/html/w3-dev/
2. https://git.savannah.nongnu.org/cgit/w3.git

Here's a patch to remove anything that seems related to it from the
ELPA repository.  Is there anything else that needs doing?

Stefan Monnier, do you know the answer to this question?

Best regards,
Stefan Kangas


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: remove-w3.diff --]
[-- Type: text/x-diff, Size: 1308 bytes --]

diff --git a/.gitignore b/.gitignore
index be5cc5cca..ef445c38f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,7 +68,6 @@ packages/svg/
 packages/system-packages/
 packages/tramp/
 packages/verilog-mode/
-packages/w3/
 packages/webfeeder/
 packages/wisitoken-grammar-mode/
 packages/xelb/
diff --git a/copyright_exceptions b/copyright_exceptions
index e618db911..088465728 100644
--- a/copyright_exceptions
+++ b/copyright_exceptions
@@ -53,4 +53,3 @@
 ./uni-confusables/uni-confusables.el
 ./uni-confusables/uni-confusables.el:;; Copyright (C) 1991-2009, 2010 Unicode, Inc.
 ./uni-confusables/uni-confusables.el:;; for the copyright and permission notice.
-./w3/w3-cus.el:  ;; Glossary, Copyright, Chapter, Section, Subsection, Appendix,
diff --git a/externals-list b/externals-list
index 74e73c190..7e5556435 100644
--- a/externals-list
+++ b/externals-list
@@ -146,7 +146,6 @@
  ("tramp"		:external "https://git.savannah.gnu.org/cgit/tramp.git/?h=elpa")
  ;;FIXME:("vlf"		:subtree ??)
  ("verilog-mode"        :core "lisp/progmodes/verilog-mode.el")
- ("w3"			:external nil)
  ("wcheck-mode"		:subtree "https://github.com/tlikonen/wcheck-mode.git")
  ("web-server"		:subtree "https://github.com/eschulte/emacs-web-server.git")
  ("webfeeder"		:external "https://gitlab.com/ambrevar/emacs-webfeeder.git")

  reply	other threads:[~2019-11-02 13:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-08 13:35 bug#25395: 25.1; Emacs/W3 crashes on every url with elisp error (void-variable w3--args) Steven Litvintchouk
2017-01-08 18:30 ` Glenn Morris
2017-01-08 18:41   ` Glenn Morris
2017-01-11  4:26     ` Glenn Morris
2019-10-09  7:50       ` bug#25394: " Lars Ingebrigtsen
2019-11-02 13:38         ` Stefan Kangas [this message]
2019-11-02 18:15           ` Stefan Monnier
2020-01-15  1:58             ` Stefan Kangas
2020-01-15 14:00               ` Stefan Monnier
2020-01-22  7:58                 ` Stefan Kangas
2020-01-22 14:24                   ` bug#25394: " Stefan Monnier
2020-01-22 18:30                     ` 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=874kzme6ue.fsf@marxist.se \
    --to=stefan@marxist.se \
    --cc=25394@debbugs.gnu.org \
    --cc=25395@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=sdlitvin@earthlink.net \
    /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).