unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* can shr-start go away?
@ 2024-11-12  1:59 Mike Kupfer
  2024-11-12  8:44 ` Andreas Schwab
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Kupfer @ 2024-11-12  1:59 UTC (permalink / raw)
  To: emacs-devel

shr.el has

  (defvar shr-start nil)

But the only place in Emacs that checks the value of shr-start is
shr-tag-a, and shr-tag-a overrides the defvar via a "let" declaration.
shr-tag-img can set shr-start, but it doesn't use shr-start itself.

Am I missing something?  (I'm still something of a Lisp newbie.)

If shr-start can indeed go away, I can do that as part of the fix for
bug#60423.

thanks,
mike



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

end of thread, other threads:[~2024-11-12 16:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12  1:59 can shr-start go away? Mike Kupfer
2024-11-12  8:44 ` Andreas Schwab
2024-11-12 15:30   ` Mike Kupfer
2024-11-12 16:00     ` Andreas Schwab
2024-11-12 16:45       ` Mike Kupfer
2024-11-12 16:53         ` Andreas Schwab

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