unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19445: eww-up-url: no-op, due to a typo in eww-handle-link
       [not found] <87fvcrlppo.fsf_-_@violet.siamics.net>
@ 2014-12-26 17:40 ` Ivan Shmakov
  2014-12-27  2:07   ` Stefan Monnier
  2014-12-28 13:55   ` Lars Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Ivan Shmakov @ 2014-12-26 17:40 UTC (permalink / raw)
  To: 19445

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

Package:  emacs
Severity: minor

	Please consider the following patch.

	* lisp/net/eww.el (eww-handle-link): Fix a typo in the "up" rel
	handling.

-- 
FSF associate member #7257  http://boycottsystemd.org/  … 3013 B6A0 230E 334A

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/diff, Size: 284 bytes --]

--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -427,7 +427,7 @@ defun eww-handle-link (dom)
 		   ("start" . :start)
 		   ("home" . :home)
 		   ("contents" . :contents)
-		   ("up" . up)))))
+		   ("up" . :up)))))
     (and href
 	 where
 	 (plist-put eww-data (cdr where) href))))

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

* bug#19445: eww-up-url: no-op, due to a typo in eww-handle-link
  2014-12-26 17:40 ` bug#19445: eww-up-url: no-op, due to a typo in eww-handle-link Ivan Shmakov
@ 2014-12-27  2:07   ` Stefan Monnier
  2014-12-28 13:55   ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2014-12-27  2:07 UTC (permalink / raw)
  To: Ivan Shmakov; +Cc: 19445

> 	Please consider the following patch.

> 	* lisp/net/eww.el (eww-handle-link): Fix a typo in the "up" rel
> 	handling.

Feel free to install it, thanks,


        Stefan





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

* bug#19445: eww-up-url: no-op, due to a typo in eww-handle-link
  2014-12-26 17:40 ` bug#19445: eww-up-url: no-op, due to a typo in eww-handle-link Ivan Shmakov
  2014-12-27  2:07   ` Stefan Monnier
@ 2014-12-28 13:55   ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2014-12-28 13:55 UTC (permalink / raw)
  To: Ivan Shmakov; +Cc: 19445

Ivan Shmakov <ivan@siamics.net> writes:

> 	Please consider the following patch.
>
> 	* lisp/net/eww.el (eww-handle-link): Fix a typo in the "up" rel
> 	handling.

Thanks; applied.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

end of thread, other threads:[~2014-12-28 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87fvcrlppo.fsf_-_@violet.siamics.net>
2014-12-26 17:40 ` bug#19445: eww-up-url: no-op, due to a typo in eww-handle-link Ivan Shmakov
2014-12-27  2:07   ` Stefan Monnier
2014-12-28 13:55   ` Lars Ingebrigtsen

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