From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Transposing words over middle words Date: Thu, 16 Nov 2017 14:43:23 -0800 (PST) Message-ID: <8cc45c1a-d640-4841-9179-b756f2694271@default> References: <20171115155650067497545@bob.proulx.com> <87vaia9e9v.fsf@mbork.pl> <86d14h6hy1.fsf@zoho.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1510872244 13556 195.159.176.226 (16 Nov 2017 22:44:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 16 Nov 2017 22:44:04 +0000 (UTC) To: Emanuel Berg , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 16 23:44:00 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eFSt2-0002zU-Is for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Nov 2017 23:43:56 +0100 Original-Received: from localhost ([::1]:43127 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFSt9-0001gS-Pj for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Nov 2017 17:44:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFSsd-0001gI-TJ for help-gnu-emacs@gnu.org; Thu, 16 Nov 2017 17:43:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFSsa-0000LB-1H for help-gnu-emacs@gnu.org; Thu, 16 Nov 2017 17:43:31 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:45535) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eFSsZ-0000Jl-MV for help-gnu-emacs@gnu.org; Thu, 16 Nov 2017 17:43:27 -0500 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id vAGMhPp2027340 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 16 Nov 2017 22:43:26 GMT Original-Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id vAGMhPwc005186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 16 Nov 2017 22:43:25 GMT Original-Received: from abhmp0015.oracle.com (abhmp0015.oracle.com [141.146.116.21]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id vAGMhOj2017466; Thu, 16 Nov 2017 22:43:25 GMT In-Reply-To: <86d14h6hy1.fsf@zoho.com> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.4615.0 (x86)] X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:114912 Archived-At: > By the way, what does `special' do? >=20 > ;; FIXME document SPECIAL. > (defun transpose-subr (mover arg &optional special) > > "Document SPECIAL" - good idea :) https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29328