unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22218: 25.0.50; void-variable not-this-window
@ 2015-12-21 21:41 Kaushal Modi
  2015-12-21 21:46 ` Kaushal Modi
  0 siblings, 1 reply; 4+ messages in thread
From: Kaushal Modi @ 2015-12-21 21:41 UTC (permalink / raw)
  To: eliz, 22218, swiesner

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

I am on the emacs built using the latest commit on the emacs-25 branch.

This error started occurring after this commit:
http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-25&id=7de84646df80b559daec11e59acde3cf5ad5759e

Looks like the not-this-window var was removed from the defun arg list. But
it is still used in the last line of display-message-or-buffer function:

  (t
   ;; Buffer
   (goto-char (point-min))
   (display-buffer (current-buffer)
   not-this-window frame)))))))) ; <-------------------


--
Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 1154 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22218: 25.0.50; void-variable not-this-window
  2015-12-21 21:41 bug#22218: 25.0.50; void-variable not-this-window Kaushal Modi
@ 2015-12-21 21:46 ` Kaushal Modi
  2015-12-22 12:02   ` Kaushal Modi
  0 siblings, 1 reply; 4+ messages in thread
From: Kaushal Modi @ 2015-12-21 21:46 UTC (permalink / raw)
  To: 22218

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

Oh, looks like the fix is simple..

That last line of display-message-or-buffer simply has to be

action frame))))))))

instead of

not-this-window frame))))))))


--
Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 1005 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22218: 25.0.50; void-variable not-this-window
  2015-12-21 21:46 ` Kaushal Modi
@ 2015-12-22 12:02   ` Kaushal Modi
  2015-12-22 16:53     ` martin rudalics
  0 siblings, 1 reply; 4+ messages in thread
From: Kaushal Modi @ 2015-12-22 12:02 UTC (permalink / raw)
  To: 22218-done, martin rudalics

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

Closing this bug as the 22221 bug was the same as this one and that got
fixed.

Thanks for the fix.

[-- Attachment #2: Type: text/html, Size: 135 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22218: 25.0.50; void-variable not-this-window
  2015-12-22 12:02   ` Kaushal Modi
@ 2015-12-22 16:53     ` martin rudalics
  0 siblings, 0 replies; 4+ messages in thread
From: martin rudalics @ 2015-12-22 16:53 UTC (permalink / raw)
  To: Kaushal Modi, 22218-done

> Closing this bug as the 22221 bug was the same as this one and that got
> fixed.

Sorry, I missed your proposal.  Will be more careful next time.

Thanks, martin






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-22 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-21 21:41 bug#22218: 25.0.50; void-variable not-this-window Kaushal Modi
2015-12-21 21:46 ` Kaushal Modi
2015-12-22 12:02   ` Kaushal Modi
2015-12-22 16:53     ` martin rudalics

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).