all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26174: 25.1; wrong type arg for `eww-suggested-uris'
@ 2017-03-19 17:57 Drew Adams
  2017-03-20  4:46 ` Alexis
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2017-03-19 17:57 UTC (permalink / raw)
  To: 26174

I somehow ran into this error, with a session that I started with `emacs
-Q'.  I have no idea how it happened.  I grepped for "accesskey" in the
Emacs Lisp sources but I found no hits that seemed relevant.  (I also
grepped in my local Lisp directory, just in case, but I found no hits.)

eww-suggested-uris: Wrong type argument: stringp, (input ((type
. "text") (name . "search") (size . "20") (id . "search") (accesskey
. "f")))

I believe that the error was raised after `eww-render' was invoked.

Sorry, but I cannot help more than this.  If this helps, great; if not,
please feel free to close.

In GNU Emacs 25.1.1 (x86_64-w64-mingw32)
 of 2016-11-15 built on LAPHROAIG
Windowing system distributor 'Microsoft Corp.', version 6.1.7601
Configured using:
 'configure --without-dbus --without-compress-install 'CFLAGS=-O2
 -static -g3''





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

* bug#26174: 25.1; wrong type arg for `eww-suggested-uris'
  2017-03-19 17:57 bug#26174: 25.1; wrong type arg for `eww-suggested-uris' Drew Adams
@ 2017-03-20  4:46 ` Alexis
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis @ 2017-03-20  4:46 UTC (permalink / raw)
  To: Drew Adams; +Cc: 26174


Drew Adams <drew.adams@oracle.com> writes:

> I somehow ran into this error, with a session that I started with `emacs
> -Q'.  I have no idea how it happened.  I grepped for "accesskey" in the
> Emacs Lisp sources but I found no hits that seemed relevant.  (I also
> grepped in my local Lisp directory, just in case, but I found no hits.)
>
> eww-suggested-uris: Wrong type argument: stringp, (input ((type
> . "text") (name . "search") (size . "20") (id . "search") (accesskey
> . "f")))

'accesskey' is an attribute of an HTML element:

https://www.w3.org/TR/html/editing.html#assigned-access-key


Alexis.





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

end of thread, other threads:[~2017-03-20  4:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-19 17:57 bug#26174: 25.1; wrong type arg for `eww-suggested-uris' Drew Adams
2017-03-20  4:46 ` Alexis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.