From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: On-the-fly validation of (X)HTML5 using the v.Nu REST API Date: Fri, 01 Apr 2016 09:10:00 -0400 Message-ID: References: <87mvpey1lg.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1459516232 5964 80.91.229.3 (1 Apr 2016 13:10:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Apr 2016 13:10:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Graham Hannington" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 01 15:10:23 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1alyqE-0001Ye-0H for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Apr 2016 15:10:22 +0200 Original-Received: from localhost ([::1]:44284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alyqD-0004fp-DX for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Apr 2016 09:10:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alypy-0004e6-Tf for help-gnu-emacs@gnu.org; Fri, 01 Apr 2016 09:10:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alypt-0007dq-4m for help-gnu-emacs@gnu.org; Fri, 01 Apr 2016 09:10:06 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:15189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alypt-0007dj-1B for help-gnu-emacs@gnu.org; Fri, 01 Apr 2016 09:10:01 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0BKFgA731xV/0+KpUVcgxBUXoJQhVW9EoV5BAICgTw9EAEBAQEBAQGBCkEFg10BAQRWIxALNBIUGA0kiD/PIwEBAQcCAR+LOoUFB4QtBbM/gUUjYYMzIjGBBSWBHQEBAQ X-IPAS-Result: A0BKFgA731xV/0+KpUVcgxBUXoJQhVW9EoV5BAICgTw9EAEBAQEBAQGBCkEFg10BAQRWIxALNBIUGA0kiD/PIwEBAQcCAR+LOoUFB4QtBbM/gUUjYYMzIjGBBSWBHQEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="204415844" Original-Received: from 69-165-138-79.dsl.teksavvy.com (HELO pastel.home) ([69.165.138.79]) by ironport2-out.teksavvy.com with ESMTP; 01 Apr 2016 09:10:00 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 40CA564043; Fri, 1 Apr 2016 09:10:00 -0400 (EDT) In-Reply-To: (Graham Hannington's message of "Fri, 1 Apr 2016 17:22:10 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109700 Archived-At: >> - It provides the data for completion, which I find very handy. > I'm working up the courage to create an issue for v.Nu that asks for > completion candidates via its REST API. I can anticipate one (reasonable) > response might be "show me the code" (patch) :-). Another (polite) > response might be "out of scope". Depending on how the REST API works, it might be easy to write a bit of Elisp which provides a hypothetical completion command using an extension of the REST API. Stefan