all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Trevor Jim <tjim@mac.com>
To: 18181@debbugs.gnu.org
Subject: bug#18181: bug in display-buffer-below-selected
Date: Sun, 03 Aug 2014 10:59:07 +0000 (GMT)	[thread overview]
Message-ID: <2fb33f72-c466-45cb-9bb1-a81881c175bf@me.com> (raw)

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

Hello.  I am seeing what I think is a bug in
display-buffer-below-selected in recent versions of emacs-24.3.

Namely, if you execute display-buffer-below-selected when the buffer
is already in a window below selected, you will get *two* windows
showing the buffer.  A simple test is to run

    (let ((buffer (get-buffer-create "test-buffer")))
      (display-buffer-below-selected buffer nil)
      (display-buffer-below-selected buffer nil))

in *scratch*.

This behavior seems to have been introduced in git commit
    6a5d9e9a3247566bf69575444e2a1f75f5b3e021
in the emacs-24 branch of git://git.savannah.gnu.org/emacs.git

-T


[-- Attachment #2.1: Type: text/html, Size: 837 bytes --]

             reply	other threads:[~2014-08-03 10:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-03 10:59 Trevor Jim [this message]
2014-08-04 17:22 ` bug#18181: bug in display-buffer-below-selected martin rudalics
2014-08-04 23:58   ` Juri Linkov
2014-08-04 17:53 ` Trevor Jim
2014-08-05  8:36   ` martin rudalics
2014-08-05 14:07 ` Trevor Jim
2014-08-09 17:04   ` martin rudalics
2014-08-09 23:49     ` Juri Linkov
2014-08-29 10:47     ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2fb33f72-c466-45cb-9bb1-a81881c175bf@me.com \
    --to=tjim@mac.com \
    --cc=18181@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.