* [PATCH] autoload eww-browse-url
@ 2013-06-28 7:08 Ivan Kanis
2013-06-28 7:56 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Ivan Kanis @ 2013-06-28 7:08 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: Emacs Development List
[-- Attachment #1: Type: text/plain, Size: 99 bytes --]
Lars,
Trivial patch. I get the error when clicking on a link in gnus before
eww is loaded.
Ivan
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-autoload-eww-browse-url.patch --]
[-- Type: text/x-diff, Size: 659 bytes --]
From 51e8af8df21b0888f118cd962a971ed530a7a2e9 Mon Sep 17 00:00:00 2001
From: Ivan Kanis <ivan@tao>
Date: Fri, 28 Jun 2013 09:05:59 +0200
Subject: [PATCH] autoload eww-browse-url
---
emacs/misc/eww.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/emacs/misc/eww.el b/emacs/misc/eww.el
index 63fe930..d832aa7 100644
--- a/emacs/misc/eww.el
+++ b/emacs/misc/eww.el
@@ -378,6 +378,7 @@ word(s) will be searched for via `eww-search-prefix'."
:text (buffer-string))
eww-history))
+;;;###autoload
(defun eww-browse-url (url &optional new-window)
(when (and (equal major-mode 'eww-mode)
eww-current-url)
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] autoload eww-browse-url
2013-06-28 7:08 [PATCH] autoload eww-browse-url Ivan Kanis
@ 2013-06-28 7:56 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2013-06-28 7:56 UTC (permalink / raw)
To: Ivan Kanis; +Cc: Emacs Development List
Ivan Kanis <ivan@kanis.fr> writes:
> Trivial patch. I get the error when clicking on a link in gnus before
> eww is loaded.
Thanks; applied.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-28 7:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-28 7:08 [PATCH] autoload eww-browse-url Ivan Kanis
2013-06-28 7:56 ` Lars Magne 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).