unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* eww.el: autoload eww-list-bookmarks
@ 2014-10-23 17:36 Yoni Rabkin
  2014-11-03 13:23 ` Ted Zlatanov
  0 siblings, 1 reply; 3+ messages in thread
From: Yoni Rabkin @ 2014-10-23 17:36 UTC (permalink / raw)
  To: emacs-devel

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


In EWW (eww.el) `eww-list-bookmarks' should be autoloaded. It's a valid
entry point to start using EWW (it's certainly how I use it) and
shouldn't depend on someone calling M-x eww beforehand.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-net-eww.el-autoload-eww-list-bookmarks.patch --]
[-- Type: text/x-diff, Size: 714 bytes --]

From 58f2d46499b1e598cb47cca4ae4b7c5d836a1a09 Mon Sep 17 00:00:00 2001
From: Yoni Rabkin <yrk@gnu.org>
Date: Wed, 22 Oct 2014 21:06:56 -0400
Subject: [PATCH] * lisp/net/eww.el: autoload eww-list-bookmarks.

eww-list-bookmarks is a valid entry point and shouldn't depend on eww
being called.
---
 lisp/net/eww.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 3329c32..e6a3028 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -1135,6 +1135,7 @@ Differences in #targets are ignored."
 	      (insert-file-contents file)
 	      (read (current-buffer)))))))
 
+;;;###autoload
 (defun eww-list-bookmarks ()
   "Display the bookmarks."
   (interactive)
-- 
1.7.9.5


[-- Attachment #3: Type: text/plain, Size: 56 bytes --]



-- 
   "Cut your own wood and it will warm you twice"

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

* Re: eww.el: autoload eww-list-bookmarks
  2014-10-23 17:36 eww.el: autoload eww-list-bookmarks Yoni Rabkin
@ 2014-11-03 13:23 ` Ted Zlatanov
  2014-11-03 13:31   ` Yoni Rabkin
  0 siblings, 1 reply; 3+ messages in thread
From: Ted Zlatanov @ 2014-11-03 13:23 UTC (permalink / raw)
  To: emacs-devel

On Thu, 23 Oct 2014 13:36:12 -0400 Yoni Rabkin <yoni@rabkins.net> wrote: 

YR> +;;;###autoload
YR>  (defun eww-list-bookmarks ()

Nice, applied in your name.  Thanks!

Ted




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

* Re: eww.el: autoload eww-list-bookmarks
  2014-11-03 13:23 ` Ted Zlatanov
@ 2014-11-03 13:31   ` Yoni Rabkin
  0 siblings, 0 replies; 3+ messages in thread
From: Yoni Rabkin @ 2014-11-03 13:31 UTC (permalink / raw)
  To: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Thu, 23 Oct 2014 13:36:12 -0400 Yoni Rabkin <yoni@rabkins.net> wrote: 
>
> YR> +;;;###autoload
> YR>  (defun eww-list-bookmarks ()
>
> Nice, applied in your name.  Thanks!

thank you

-- 
   "Cut your own wood and it will warm you twice"



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

end of thread, other threads:[~2014-11-03 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-23 17:36 eww.el: autoload eww-list-bookmarks Yoni Rabkin
2014-11-03 13:23 ` Ted Zlatanov
2014-11-03 13:31   ` Yoni Rabkin

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