From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 13 13:11:58 2011 Received: (at submit) by debbugs.gnu.org; 13 Jun 2011 17:11:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QWAgA-0006Jk-EW for submit@debbugs.gnu.org; Mon, 13 Jun 2011 13:11:58 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QWAg8-0006JZ-2W for submit@debbugs.gnu.org; Mon, 13 Jun 2011 13:11:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWAg1-0007dw-Jz for submit@debbugs.gnu.org; Mon, 13 Jun 2011 13:11:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:37843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWAg1-0007dr-Br for submit@debbugs.gnu.org; Mon, 13 Jun 2011 13:11:49 -0400 Received: from eggs.gnu.org ([140.186.70.92]:41094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWAfz-00016O-U9 for bug-gnu-emacs@gnu.org; Mon, 13 Jun 2011 13:11:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWAfy-0007dd-KF for bug-gnu-emacs@gnu.org; Mon, 13 Jun 2011 13:11:47 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:25310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWAfy-0007dV-2M for bug-gnu-emacs@gnu.org; Mon, 13 Jun 2011 13:11:46 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p5DHBgPu028547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Jun 2011 17:11:44 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p5DHBgOF024591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 13 Jun 2011 17:11:42 GMT Received: from abhmt016.oracle.com (abhmt016.oracle.com [141.146.116.25]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p5DHBafe008649 for ; Mon, 13 Jun 2011 12:11:37 -0500 Received: from dradamslap1 (/130.35.179.10) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 13 Jun 2011 10:11:35 -0700 From: "Drew Adams" To: Subject: 24.0.50; regression: doc string of `special-display-popup-frame' Date: Mon, 13 Jun 2011 10:11:36 -0700 Message-ID: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acwp7POX6IAM1IrHSVGjMird4vmtNg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4DF644D0.02F2:SCFMA922111,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) This regression was introduced in release 23.1. Prior to that release, the doc string said, correctly, "If ARGS is a list whose car is a symbol, use (car ARGS) as a function to do the work. Pass it BUFFER as first arg, and (cdr ARGS) as the rest of its args." Now it says, incorrectly, "If ARGS is a list whose car is a symbol, use (car ARGS) as a function to do the work. Pass it BUFFER as first argument, and (cdr ARGS) as second." If ARGS is a list whose car is a symbol `f', then `special-display-popup-frame' invokes `f', passing it as arguments, BUFFER followed by all of the elements in (cdr ARGS). The arity of `f' is the length of ARGS, not just 2. We do not pass `f' (cdr ARGS) as a second argument. In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-06-13 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.5) --no-opt --cflags -Ic:/build/include' From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 14 05:15:33 2011 Received: (at 8853) by debbugs.gnu.org; 14 Jun 2011 09:15:33 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QWPie-0004z8-Qm for submit@debbugs.gnu.org; Tue, 14 Jun 2011 05:15:33 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1QWPid-0004yx-DC for 8853@debbugs.gnu.org; Tue, 14 Jun 2011 05:15:31 -0400 Received: (qmail invoked by alias); 14 Jun 2011 09:15:24 -0000 Received: from 62-47-57-173.adsl.highway.telekom.at (EHLO [62.47.57.173]) [62.47.57.173] by mail.gmx.net (mp011) with SMTP; 14 Jun 2011 11:15:24 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18kWcFQe88kKUJVRZ/YDXxj3EiupeYYZ7c/r/Jcqd 7URvVfZcJT58xN Message-ID: <4DF726AC.5010806@gmx.at> Date: Tue, 14 Jun 2011 11:15:24 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Drew Adams Subject: Re: bug#8853: 24.0.50; regression: doc string of `special-display-popup-frame' References: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com> In-Reply-To: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Spam-Score: -2.5 (--) X-Debbugs-Envelope-To: 8853 Cc: 8853@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.5 (--) > This regression was introduced in release 23.1. Prior to that release, > the doc string said, correctly, > "If ARGS is a list whose car is a symbol, use (car ARGS) as a function > to do the work. Pass it BUFFER as first arg, and (cdr ARGS) as the > rest of its args." > > Now it says, incorrectly, > "If ARGS is a list whose car is a symbol, use (car ARGS) as a > function to do the work. Pass it BUFFER as first argument, > and (cdr ARGS) as second." > > If ARGS is a list whose car is a symbol `f', then > `special-display-popup-frame' invokes `f', passing it as arguments, > BUFFER followed by all of the elements in (cdr ARGS). The arity of `f' > is the length of ARGS, not just 2. We do not pass `f' (cdr ARGS) as a > second argument. Indeed. Could someone please restore the old doc-string in Emacs 23? martin From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 15:05:32 2011 Received: (at 8853) by debbugs.gnu.org; 19 Jun 2011 19:05:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QYNJL-0007ib-W2 for submit@debbugs.gnu.org; Sun, 19 Jun 2011 15:05:32 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QYNJJ-0007iP-DV for 8853@debbugs.gnu.org; Sun, 19 Jun 2011 15:05:29 -0400 Received: from cyd by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QYNJE-0001iD-6W; Sun, 19 Jun 2011 15:05:24 -0400 From: Chong Yidong To: martin rudalics Subject: Re: bug#8853: 24.0.50; regression: doc string of `special-display-popup-frame' References: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com> <4DF726AC.5010806@gmx.at> Date: Sun, 19 Jun 2011 15:05:24 -0400 In-Reply-To: <4DF726AC.5010806@gmx.at> (martin rudalics's message of "Tue, 14 Jun 2011 11:15:24 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 8853 Cc: 8853@debbugs.gnu.org, Drew Adams X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) martin rudalics writes: >> This regression was introduced in release 23.1. Prior to that release, >> the doc string said, correctly, >> "If ARGS is a list whose car is a symbol, use (car ARGS) as a function >> to do the work. Pass it BUFFER as first arg, and (cdr ARGS) as the >> rest of its args." >> Now it says, incorrectly, >> "If ARGS is a list whose car is a symbol, use (car ARGS) as a >> function to do the work. Pass it BUFFER as first argument, >> and (cdr ARGS) as second." >> If ARGS is a list whose car is a symbol `f', then >> `special-display-popup-frame' invokes `f', passing it as arguments, >> BUFFER followed by all of the elements in (cdr ARGS). The arity of `f' >> is the length of ARGS, not just 2. We do not pass `f' (cdr ARGS) as a >> second argument. > > Indeed. Could someone please restore the old doc-string in Emacs 23? Fixed. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 15:05:47 2011 Received: (at control) by debbugs.gnu.org; 19 Jun 2011 19:05:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QYNJb-0007j0-1v for submit@debbugs.gnu.org; Sun, 19 Jun 2011 15:05:47 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QYNJY-0007ip-QW for control@debbugs.gnu.org; Sun, 19 Jun 2011 15:05:45 -0400 Received: from cyd by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QYNJT-0001iY-Kz for control@debbugs.gnu.org; Sun, 19 Jun 2011 15:05:39 -0400 From: Chong Yidong To: control@debbugs.gnu.org Subject: close 8853 Date: Sun, 19 Jun 2011 15:05:39 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) close 8853 thanks From unknown Thu Sep 11 18:37:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Wed, 29 Jun 2011 16:58:01 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 29 12:58:18 2011 Received: (at 8853) by debbugs.gnu.org; 29 Jun 2011 16:58:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qby5h-0004rT-MU for submit@debbugs.gnu.org; Wed, 29 Jun 2011 12:58:18 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qby5f-0004rE-Ml for 8853@debbugs.gnu.org; Wed, 29 Jun 2011 12:58:16 -0400 Received: from rtcsinet21.oracle.com (rtcsinet21.oracle.com [66.248.204.29]) by rcsinet10.oracle.com (Switch-3.4.4/Switch-3.4.2) with ESMTP id p5TGw8r5013281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 29 Jun 2011 16:58:10 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rtcsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p5TGw6FR028340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Jun 2011 16:58:07 GMT Received: from abhmt118.oracle.com (abhmt118.oracle.com [141.146.116.70]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p5TGw1nw016614; Wed, 29 Jun 2011 11:58:01 -0500 Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 29 Jun 2011 09:58:00 -0700 From: "Drew Adams" To: "'Chong Yidong'" , "'martin rudalics'" References: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com><4DF726AC.5010806@gmx.at> Subject: RE: bug#8853: 24.0.50; regression: doc string of `special-display-popup-frame' Date: Wed, 29 Jun 2011 09:58:00 -0700 Message-ID: <4AA39217E3614221A83B57889B1DF7EE@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acwus9x7ChAcrdPnT72J7Zer3FA+twHyLL/A X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: rtcsinet21.oracle.com [66.248.204.29] X-CT-RefId: str=0001.0A090203.4E0B59A2.006A:SCFSTAT5015188, ss=1, re=-4.000, fgs=0 X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 8853 Cc: 8853@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) > >> This regression was introduced in release 23.1. Prior to > >> that release, the doc string said, correctly, > >> "If ARGS is a list whose car is a symbol, use (car ARGS) > >> as a function to do the work. Pass it BUFFER as first arg, > >> and (cdr ARGS) as the rest of its args." What's important here is "as the _rest_ of its args". > >> Now it says, incorrectly, "If ARGS is a list whose car > >> is a symbol, use (car ARGS) as a function to do the work. > >> Pass it BUFFER as first argument, and (cdr ARGS) as second." > >> > >> If ARGS is a list whose car is a symbol `f', then > >> `special-display-popup-frame' invokes `f', passing it as > >> arguments, BUFFER followed by all of the elements in > >> (cdr ARGS). The arity of `f' is the length of ARGS, not > >> just 2. We do not pass `f' (cdr ARGS) as a second argument. > > > > Indeed. Could someone please restore the old doc-string in > > Emacs 23? > > Fixed. No, I do not see this fixed in the latest Windows build of Emacs 24: In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-06-27 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.5) --no-opt --cflags -Ic:/build/include' It still says: "Pass it BUFFER as first argument, and (cdr ARGS) as second." The point of the bug fix should be to replace "as second" by "as the rest of its args" or equivalent. Thx. From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 29 19:16:08 2011 Received: (at 8853-done) by debbugs.gnu.org; 29 Jun 2011 23:16:08 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qc3zL-0001Gv-Vp for submit@debbugs.gnu.org; Wed, 29 Jun 2011 19:16:08 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qc3zK-0001GR-Ax for 8853-done@debbugs.gnu.org; Wed, 29 Jun 2011 19:16:06 -0400 Received: from localhost ([127.0.0.1]:40665) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qc3zE-0005Oe-Pk; Wed, 29 Jun 2011 19:16:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19979.45616.550434.81360@fencepost.gnu.org> Date: Wed, 29 Jun 2011 19:16:00 -0400 From: Glenn Morris To: 8853-done@debbugs.gnu.org Subject: Re: bug#8853: 24.0.50; regression: doc string of `special-display-popup-frame' In-Reply-To: <4AA39217E3614221A83B57889B1DF7EE@us.oracle.com> References: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com> <4DF726AC.5010806@gmx.at> <4AA39217E3614221A83B57889B1DF7EE@us.oracle.com> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: white X-Ran: th@t|g+'sTi4y=|)KSd}{%F4D(2Vqh-bbD],*a;i^m.{:nW}gce!}>Xwy*,'kjH_,U2`8I X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 8853-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) > > > Indeed. Could someone please restore the old doc-string in Emacs 23? > > > > Fixed. > > No, I do not see this fixed in the latest Windows build of Emacs 24: As indicated, it was fixed in the emacs-23 branch. This and other changes will be merged to trunk in due course. Please be less eager to reopen bugs. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 11:03:14 2011 Received: (at 8853-done) by debbugs.gnu.org; 30 Jun 2011 15:03:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcIlt-0004Mi-S1 for submit@debbugs.gnu.org; Thu, 30 Jun 2011 11:03:14 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcIls-0004MW-Jb for 8853-done@debbugs.gnu.org; Thu, 30 Jun 2011 11:03:13 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet10.oracle.com (Switch-3.4.4/Switch-3.4.2) with ESMTP id p5UF34LA020753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 30 Jun 2011 15:03:06 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p5UF330V025781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Jun 2011 15:03:04 GMT Received: from abhmt118.oracle.com (abhmt118.oracle.com [141.146.116.70]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p5UF2wlM015045; Thu, 30 Jun 2011 10:02:58 -0500 Received: from dradamslap1 (/10.159.62.48) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 30 Jun 2011 08:02:57 -0700 From: "Drew Adams" To: "'Glenn Morris'" , <8853-done@debbugs.gnu.org> References: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com><4DF726AC.5010806@gmx.at> <4AA39217E3614221A83B57889B1DF7EE@us.oracle.com> <19979.45616.550434.81360@fencepost.gnu.org> Subject: RE: bug#8853: 24.0.50; regression: doc string of `special-display-popup-frame' Date: Thu, 30 Jun 2011 08:02:53 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acw2srjVo7KDSdmNSXaf8s9FvpxMQAAgLl5w In-Reply-To: <19979.45616.550434.81360@fencepost.gnu.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4E0C902A.0125:SCFMA922111,ss=1,re=-4.000,fgs=0 X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 8853-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) > > > Fixed. > > > > No, I do not see this fixed in the latest Windows build of Emacs 24: > > As indicated, it was fixed in the emacs-23 branch. This and other > changes will be merged to trunk in due course. Please be less eager to > reopen bugs. OK, got it; thanks. I didn't understand that I should not necessarily see the fix in the latest Emacs 24 build. From unknown Thu Sep 11 18:37:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 29 Jul 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 10 12:53:52 2012 Received: (at control) by debbugs.gnu.org; 10 Aug 2012 16:53:52 +0000 Received: from localhost ([127.0.0.1]:47225 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzsT9-0000zB-KY for submit@debbugs.gnu.org; Fri, 10 Aug 2012 12:53:52 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:50729) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzsT4-0000z0-Js for control@debbugs.gnu.org; Fri, 10 Aug 2012 12:53:47 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q7AGjRgT008344 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 10 Aug 2012 16:45:29 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q7AGjQkZ018965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 10 Aug 2012 16:45:26 GMT Received: from abhmt107.oracle.com (abhmt107.oracle.com [141.146.116.59]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q7AGjQE7027923 for ; Fri, 10 Aug 2012 11:45:26 -0500 Received: from dradamslap1 (/10.159.221.31) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 10 Aug 2012 09:45:26 -0700 From: "Drew Adams" To: Subject: bug #8853: unarchive and reopen Date: Fri, 10 Aug 2012 09:45:22 -0700 Message-ID: <1100D7BAF62E49F0981E1D3BC34E00A8@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: Ac13F4jbFIWXX+kpTEG6zpKyaPRJuw== X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) unarchive 8853 reopen 8853 thanks From unknown Thu Sep 11 18:37:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Fri, 10 Aug 2012 16:54:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 10 12:55:48 2012 Received: (at 8853) by debbugs.gnu.org; 10 Aug 2012 16:55:48 +0000 Received: from localhost ([127.0.0.1]:47244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzsV2-00013E-3y for submit@debbugs.gnu.org; Fri, 10 Aug 2012 12:55:48 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:45479) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzsV0-000137-J0 for 8853@debbugs.gnu.org; Fri, 10 Aug 2012 12:55:46 -0400 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q7AGlRdH026440 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 10 Aug 2012 16:47:28 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q7AGlRVR002564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Aug 2012 16:47:27 GMT Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q7AGlQ8D003442; Fri, 10 Aug 2012 11:47:26 -0500 Received: from dradamslap1 (/10.159.221.31) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 10 Aug 2012 09:47:26 -0700 From: "Drew Adams" To: "'Glenn Morris'" , <8853@debbugs.gnu.org> References: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com><4DF726AC.5010806@gmx.at> <4AA39217E3614221A83B57889B1DF7EE@us.oracle.com> <19979.45616.550434.81360@fencepost.gnu.org> Subject: RE: bug#8853: 24.0.50; regression: doc string of `special-display-popup-frame' Date: Fri, 10 Aug 2012 09:47:23 -0700 Message-ID: <666B058B635740E5A4FE29780B96B968@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: Acw2srjVo7KDSdmNSXaf8s9FvpxMQAAgLl5wT/hEaeAAAM1aAA== X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 8853 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) FYI - I got an archived response for my report, so I went ahead and unarchived & reopened it. From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 16 00:46:22 2012 Received: (at 8853) by debbugs.gnu.org; 16 Sep 2012 04:46:22 +0000 Received: from localhost ([127.0.0.1]:36193 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TD6kP-0007Ga-UN for submit@debbugs.gnu.org; Sun, 16 Sep 2012 00:46:22 -0400 Received: from mail-ob0-f172.google.com ([209.85.214.172]:64766) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TD6kK-0007GI-V3 for 8853@debbugs.gnu.org; Sun, 16 Sep 2012 00:46:18 -0400 Received: by obbwc20 with SMTP id wc20so7657738obb.3 for <8853@debbugs.gnu.org>; Sat, 15 Sep 2012 21:45:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=h2qZzM95VPcBDTbs3fxznnGXHx8D5CV9VccKxM3l29Q=; b=KUkS2A9GOJfYogwVVrkEtk5rXFDVnv+bNk8RXRRmPMNuUATxeerVOi9ttSysyioFNZ at83Kwj7XIGzvzWjTT7UlrvbqK/yoIFmFYpSLLeDwwlpcpMANgSp/sTjgn1cch0jA4fz /KyJp6q9s3WsWDy6Y3G5+TNf5WOhlIu6OYTQORBObdWfBwAiAMxMC3CKgzRGPQ0Z7GQG 4Ek6Tg1IYzFTB5QTrQ3Qm4RP5ujuM/pIQE8tpwS3wqTqmY6I22IQi8pRMoKLDaiuB3aE a6fvTJuXGW3a12wckJnuky+Udtko95NL6QzRbVB+SdgTqzKQBbJyZcbH69Ub6OrpXTxp EuPA== Received: by 10.60.22.104 with SMTP id c8mr8591583oef.2.1347770709880; Sat, 15 Sep 2012 21:45:09 -0700 (PDT) Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id kc5sm6836647obb.21.2012.09.15.21.45.05 (version=SSLv3 cipher=OTHER); Sat, 15 Sep 2012 21:45:08 -0700 (PDT) From: Chong Yidong To: "Drew Adams" Subject: Re: bug#8853: 24.0.50; regression: doc string of `special-display-popup-frame' References: <02BA37D6C63F4064B4ABD0B6984FFE91@us.oracle.com> <4DF726AC.5010806@gmx.at> <4AA39217E3614221A83B57889B1DF7EE@us.oracle.com> Date: Sun, 16 Sep 2012 12:45:01 +0800 In-Reply-To: <4AA39217E3614221A83B57889B1DF7EE@us.oracle.com> (Drew Adams's message of "Wed, 29 Jun 2011 09:58:00 -0700") Message-ID: <87sjaiinjm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 8853 Cc: 'martin rudalics' , 8853@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) "Drew Adams" writes: >> > Indeed. Could someone please restore the old doc-string in >> > Emacs 23? >> >> Fixed. > > No, I do not see this fixed in the latest Windows build of Emacs 24: The doc-string in Emacs 23 was wrong too, so restoring it did not fix things. Should be fixed now, sorry for the confusion. From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 16 00:46:22 2012 Received: (at control) by debbugs.gnu.org; 16 Sep 2012 04:46:22 +0000 Received: from localhost ([127.0.0.1]:36195 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TD6kQ-0007Gc-6E for submit@debbugs.gnu.org; Sun, 16 Sep 2012 00:46:22 -0400 Received: from mail-oa0-f44.google.com ([209.85.219.44]:33227) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TD6kK-0007GH-V2 for control@debbugs.gnu.org; Sun, 16 Sep 2012 00:46:18 -0400 Received: by oagk14 with SMTP id k14so3794258oag.3 for ; Sat, 15 Sep 2012 21:45:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=YQeV+6ZmbfcNRSNC9xJ4P2gzzUCkzsEkIyEJ43j2D6Y=; b=gcc2NyhWkNoCAeURDcKkBeS6gLUfGsZoGajjJg6u8RA7aKJ90rEBthFskLLUNBf/xQ G1Vu7nWQxM799fA8THkFHf2XI2Z0slT/fIveDI5RnBpPtc7YM3bbKPVuYSPeQiXsEpPU eogW3IMO3C2+DXUZLK6dSGqzZw0MKqW4g0kHS7Slbh0ZasujI5nFZtnoZJB/0wsi0kdp lo1JW4CHXM8VcdDbNupUnOolIE+m10z4okJr4AVw4qw49e0xQ5fdFzMQeSdC57PtEyvV +IeBVcMxPGFM8uvRzpBxYTSZA5vcAUga/jeZC8TP2oxYvHzv6gGkioadTgd0dsyFmppI w6LQ== Received: by 10.60.22.33 with SMTP id a1mr8597427oef.57.1347770709647; Sat, 15 Sep 2012 21:45:09 -0700 (PDT) Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id a20sm5568394oei.2.2012.09.15.21.45.06 (version=SSLv3 cipher=OTHER); Sat, 15 Sep 2012 21:45:08 -0700 (PDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 8853 Date: Sun, 16 Sep 2012 12:45:03 +0800 Message-ID: <877gru4lv4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) close 8853 thanks From unknown Thu Sep 11 18:37:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 14 Oct 2012 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator