GNU bug report logs - #8853
24.0.50; regression: doc string of `special-display-popup-frame'

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Mon, 13 Jun 2011 17:12:01 UTC

Severity: minor

Found in version 24.0.50

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8853 in the body.
You can then email your comments to 8853 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8853; Package emacs. (Mon, 13 Jun 2011 17:12:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 13 Jun 2011 17:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 24.0.50; regression: doc string of `special-display-popup-frame'
Date: Mon, 13 Jun 2011 10:11:36 -0700
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'
 





Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8853; Package emacs. (Tue, 14 Jun 2011 09:16:02 GMT) Full text and rfc822 format available.

Message #8 received at 8853 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 8853 <at> debbugs.gnu.org
Subject: Re: bug#8853: 24.0.50;
	regression: doc string of `special-display-popup-frame'
Date: Tue, 14 Jun 2011 11:15:24 +0200
> 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




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8853; Package emacs. (Sun, 19 Jun 2011 19:06:01 GMT) Full text and rfc822 format available.

Message #11 received at 8853 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 8853 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: Re: bug#8853: 24.0.50;
	regression: doc string of `special-display-popup-frame'
Date: Sun, 19 Jun 2011 15:05:24 -0400
martin rudalics <rudalics <at> gmx.at> 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.




bug closed, send any further explanations to 8853 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com> Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> debbugs.gnu.org. (Sun, 19 Jun 2011 19:06:02 GMT) Full text and rfc822 format available.

Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 29 Jun 2011 16:58:01 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8853; Package emacs. (Wed, 29 Jun 2011 16:59:02 GMT) Full text and rfc822 format available.

Message #18 received at 8853 <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Chong Yidong'" <cyd <at> stupidchicken.com>,
	"'martin rudalics'" <rudalics <at> gmx.at>
Cc: 8853 <at> debbugs.gnu.org
Subject: RE: bug#8853: 24.0.50;
	regression: doc string of `special-display-popup-frame'
Date: Wed, 29 Jun 2011 09:58:00 -0700
> >> 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.





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Wed, 29 Jun 2011 23:17:02 GMT) Full text and rfc822 format available.

Notification sent to "Drew Adams" <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Wed, 29 Jun 2011 23:17:02 GMT) Full text and rfc822 format available.

Message #23 received at 8853-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 8853-done <at> debbugs.gnu.org
Subject: Re: bug#8853: 24.0.50;
	regression: doc string of `special-display-popup-frame'
Date: Wed, 29 Jun 2011 19:16:00 -0400
> > > 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.




Message #24 received at 8853-done <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Glenn Morris'" <rgm <at> gnu.org>, <8853-done <at> debbugs.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
> > > 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.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 29 Jul 2011 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from "Drew Adams" <drew.adams <at> oracle.com> to control <at> debbugs.gnu.org. (Fri, 10 Aug 2012 16:54:02 GMT) Full text and rfc822 format available.

Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 10 Aug 2012 16:54:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8853; Package emacs. (Fri, 10 Aug 2012 16:56:02 GMT) Full text and rfc822 format available.

Message #33 received at 8853 <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Glenn Morris'" <rgm <at> gnu.org>, <8853 <at> debbugs.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
FYI - I got an archived response for my report, so I went ahead and unarchived &
reopened it.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8853; Package emacs. (Sun, 16 Sep 2012 04:47:01 GMT) Full text and rfc822 format available.

Message #36 received at 8853 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> gnu.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 'martin rudalics' <rudalics <at> gmx.at>, 8853 <at> debbugs.gnu.org
Subject: Re: bug#8853: 24.0.50;
	regression: doc string of `special-display-popup-frame'
Date: Sun, 16 Sep 2012 12:45:01 +0800
"Drew Adams" <drew.adams <at> oracle.com> 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.




bug closed, send any further explanations to 8853 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com> Request was from Chong Yidong <cyd <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 16 Sep 2012 04:47:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 14 Oct 2012 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 219 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.