From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: OAuth2 implementation in Elisp Date: Mon, 26 Sep 2011 19:47:05 +0200 Message-ID: References: <87sjnojl7j.fsf@keller.adm.naquadah.org> <4E7BAFA4.8090800@dogan.se> <4E7BAFE2.2090102@dogan.se> <87k490jkaw.fsf@keller.adm.naquadah.org> <87d3eo984j.fsf@lifelogs.com> <87mxdsbx1n.fsf@keller.adm.naquadah.org> <87litc695c.fsf@lifelogs.com> <87vcsfmxzd.fsf@keller.adm.naquadah.org> <87y5xb4bgj.fsf@lifelogs.com> <87ehz32vm5.fsf@keller.adm.naquadah.org> <8762kf2uzg.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317059243 6726 80.91.229.12 (26 Sep 2011 17:47:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Sep 2011 17:47:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 26 19:47:18 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R8FGw-0002pH-7d for ged-emacs-devel@m.gmane.org; Mon, 26 Sep 2011 19:47:18 +0200 Original-Received: from localhost ([::1]:34274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8FGv-0000N3-Im for ged-emacs-devel@m.gmane.org; Mon, 26 Sep 2011 13:47:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8FGt-0000MX-8F for emacs-devel@gnu.org; Mon, 26 Sep 2011 13:47:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8FGr-0006cc-Vd for emacs-devel@gnu.org; Mon, 26 Sep 2011 13:47:15 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:33025 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8FGr-0006c4-JP for emacs-devel@gnu.org; Mon, 26 Sep 2011 13:47:13 -0400 Original-Received: from chopper.vpn.verona.se (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id p8QHl54Q031388; Mon, 26 Sep 2011 19:47:05 +0200 In-Reply-To: <8762kf2uzg.fsf@keller.adm.naquadah.org> (Julien Danjou's message of "Mon, 26 Sep 2011 17:17:55 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 82.115.149.64 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144333 Archived-At: Julien Danjou writes: > On Mon, Sep 26 2011, Lars Magne Ingebrigtsen wrote: > >> What you mean by "sent to an URL"? Do you mean that Emacs fetches the >> URL and displays the "[YES] [NO]"? And if not -- why not? > > No no, it does not fetch anything, it calls browse-url. > > The format of the page is not standard, so there's no way you can > display it in Emacs. Really. I know nothing about this but out of curiousity: could it in principle be done using the emacs xwidget webkit branch? There is some support to access the DOM etc. there. -- Joakim Verona