From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: html editing Date: Sat, 27 Feb 2010 15:09:45 +0100 Message-ID: References: <20100226084632.GC25195@debian-eeepc> <20100226120023.GA752@mimosa.garydjones.name> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1267279916 8362 80.91.229.12 (27 Feb 2010 14:11:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2010 14:11:56 +0000 (UTC) To: Help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 27 15:11:51 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NlNOT-0003Zd-E6 for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 15:11:45 +0100 Original-Received: from localhost ([127.0.0.1]:56006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlNOS-0003rR-NT for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 09:11:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlNMu-00039R-Ui for help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 09:10:09 -0500 Original-Received: from [140.186.70.92] (port=55597 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlNMu-000394-0g for Help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 09:10:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NlNMt-0005FS-3m for Help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 09:10:07 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.158]:52875) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NlNMs-0005FJ-UX for Help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 09:10:07 -0500 Original-Received: by fg-out-1718.google.com with SMTP id d23so130640fga.12 for ; Sat, 27 Feb 2010 06:10:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=wCeqt+L6FGZD2g60/oD7WgrHqd/QZpF4jLq9acWzGCI=; b=s0x40B00evNrqz/c6JsYw64mRAMzVuhNzT1vmR5xBnJXHUW+EZCiOl4/3S4+eRWI53 klJf4AWAQd23Pt0+ft00Pea0UyUIpibRcWK+K07g54WEhYXyO5rm0KsmmbzDzvgO/nUR QpGwPAZuxrLzwNujj9dBpxYJv5GwFSTP9nOR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=cSljOTQUvLrm+qYr3o0SVv7hNcKFAc7YVi+wm6Ibccw5f6gCjDkcWxCHfasGIWiTHp uKifh/ry6mSk7AhycBHiHuCCK9AmNqenY1iCZIcgjGxIH0oFy5sfvgmi2JNGwKwF6KUn 1y7B9f6KnhAPvsJtJk8/GYeegJSqZ8n4+TlhI= Original-Received: by 10.239.188.19 with SMTP id n19mr172120hbh.170.1267279805188; Sat, 27 Feb 2010 06:10:05 -0800 (PST) In-Reply-To: <20100226120023.GA752@mimosa.garydjones.name> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72201 Archived-At: On Fri, Feb 26, 2010 at 1:00 PM, Gary wrote: > > Predictive mode also has support for completing HTML tags, and > maybe other things you want as well - > http://www.dr-qubit.org/predictive/predictive-user-manual/html/HTML-Support.html#HTML-Support > I haven't use it myself yet, but it looks pretty flexible. I wonder how that works if you are blind. The overlays used for menus in predictive mode (and in the interface used by company mode) are perhaps difficult for blind people, I do not know. I think the authors of predictive mode and company mode are thinking about dividing the GUI part and the completion part better. They both have frame works for this and mixing the best of them is in my opinion what is needed now to get something like this into Emacs. So anyone who is interested in this could perhaps help. (This is probably much more valuable than spawning new similar GUI:s.)