From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: transpose-sexps Date: Fri, 5 Jan 2007 00:02:14 +0200 Message-ID: <200701050002.14238.pogonyshev@gmx.net> References: <200701042334.59847.pogonyshev@gmx.net> <36890.128.165.123.18.1167947308.squirrel@webmail.lanl.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167947809 2902 80.91.229.12 (4 Jan 2007 21:56:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2007 21:56:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 04 22:56: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 1H2aZo-0005br-Nb for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 22:56:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2aZn-0001aD-RM for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 16:56:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2aZZ-0001XD-O6 for emacs-devel@gnu.org; Thu, 04 Jan 2007 16:56:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2aZY-0001UI-7i for emacs-devel@gnu.org; Thu, 04 Jan 2007 16:56:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2aZY-0001U8-4f for emacs-devel@gnu.org; Thu, 04 Jan 2007 16:56:28 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1H2aZX-000688-IE for emacs-devel@gnu.org; Thu, 04 Jan 2007 16:56:27 -0500 Original-Received: (qmail invoked by alias); 04 Jan 2007 21:56:26 -0000 Original-Received: from unknown (EHLO [80.94.234.121]) [80.94.234.121] by mail.gmx.net (mp001) with SMTP; 04 Jan 2007 22:56:26 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org, herring@lanl.gov User-Agent: KMail/1.7.2 In-Reply-To: <36890.128.165.123.18.1167947308.squirrel@webmail.lanl.gov> Content-Disposition: inline X-Y-GMX-Trusted: 0 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:64775 Archived-At: Stuart D. Herring wrote: > It assumes that you are outside of strings or lists, so it saw > " " > and > f > as your two sexps, and exchanged them. It's just confusing that it looks > like the f was moved into the other string. It's not just confusing, it's a bug. If it doesn't work and this is not (easily) fixable, make it do nothing or report an error. Producing confusing results is worse than doing nothing. Paul