From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vagn Johansen Newsgroups: gmane.emacs.devel Subject: Re: XML editing wishlist Date: Wed, 20 Jun 2007 22:49:31 +0200 Message-ID: References: <46786D61.5010707@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182591828 17697 80.91.229.12 (23 Jun 2007 09:43:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Jun 2007 09:43:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 23 11:43:47 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I229i-0002b7-Ly for ged-emacs-devel@m.gmane.org; Sat, 23 Jun 2007 11:43:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I229i-00058D-4w for ged-emacs-devel@m.gmane.org; Sat, 23 Jun 2007 05:43:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I229e-000588-MC for emacs-devel@gnu.org; Sat, 23 Jun 2007 05:43:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I229c-00057i-RK for emacs-devel@gnu.org; Sat, 23 Jun 2007 05:43:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I229c-00057f-KY for emacs-devel@gnu.org; Sat, 23 Jun 2007 05:43:40 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I229c-0003hV-6x for emacs-devel@gnu.org; Sat, 23 Jun 2007 05:43:40 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1I2266-0000QJ-Q7 for emacs-devel@gnu.org; Sat, 23 Jun 2007 11:40:03 +0200 Original-Received: from 0x5551567a.adsl.cybercity.dk ([85.81.86.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jun 2007 11:40:02 +0200 Original-Received: from gonz808 by 0x5551567a.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jun 2007 11:40:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 0x5551567a.adsl.cybercity.dk User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:OC1UU/Voxz5yZU3HnNPE7hvWX3g= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73691 Archived-At: "Lennart Borgman (gmail)" writes: > Drew Adams wrote: >> 1. Double-click the mouse on `<' or `>' to pick up a complete sexp, just as >> in Lisp. Or, better, double-click to pick up a complete tag and triple-click >> to pick up the complete element. Currently, as soon as there is any >> whitespace (e.g. there is an attribute), the complete tag is not selected. >> Double-click, then right-click to extend to the next element boundary (or >> something more significant than just a word). Other mouse selection >> possibilities could also be useful. The mouse now seems almost useless for >> XML. > > There are no mouse bindings, but the needed functions are there in nXml > AFAICS. With nxml-sexp-element-flag configured to t you can use the normal sexp functions: C-M-SPC, C-M-F, etc. -- Vagn Johansen