unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* webkit emacs support notes
@ 2011-07-22 10:42 joakim
  2011-07-22 11:03 ` Antoine Levitt
  0 siblings, 1 reply; 6+ messages in thread
From: joakim @ 2011-07-22 10:42 UTC (permalink / raw)
  To: emacs-devel

The xwidget webkit support for embedding a webkit instance is usable now
and I use it in my primary Emacs.

I have written some docs in README.xwidgets in the xwidget emacs branch.

I would like to add more information about how Emacs interfaces with a
browser, so if you have any hints you can add that would be helpful.

the point of xwidget webkit is to let Emacs do all the grunt work and
webkit do the rendering stuff. So , bookmarks etc work out of the box.

Stuff in particular I want help with are:

- download handling
There is wget.el, but there doesnt seem to be a url.el interface to
handle downloads?  there ought to be a download interface and
implementations beneath.

- isearch
I dont really have a clue, but it ought to be possible to something like docview.el.

- history

there must already be something like firefox "awesome bar" in Emacs. In
particular there must be something implemented on top of
"anything.el". Help please?


Notes from README that Id like help with follows:

*** webkit hints
If you got webkit working, great! Please note, though, that the
current support is far from a full fledged browser. My focus is on
delivering a component that can be used to build a full emacs based
browser on. Since I implement a browse-url function you can get quite
far just by:

(setq browse-url-browser-function 'xwidget-webkit-browse-url)

then all Emacs browser interface systems work to a degree.
heres stuff I use currenly

- m-x anything-surfraw interfaces to search engines
- C-o in org mode opens links inside org
- m-x ffap opens links anywhere in a buffer
- m-x gtk-lookup-symbol searches gtk docs
- m-x bookmark-jump
etc..

I'll add more examples as I go along.

However theres lots of support missing, see TODO list for
information. Briefly:
- download handling
- keyboard field navigation
- isearch
- history
- sites that use flash. I dont really care about this issue so its
unlikely to be fixed. Just a heads up.
-- 
Joakim Verona



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

end of thread, other threads:[~2011-07-24 18:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 10:42 webkit emacs support notes joakim
2011-07-22 11:03 ` Antoine Levitt
2011-07-22 11:40   ` joakim
2011-07-22 11:55     ` Julien Danjou
2011-07-22 13:11       ` joakim
2011-07-24 18:39         ` Sander Boer

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