all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Sean Sieger'" <sean.sieger@gmail.com>, <help-gnu-emacs@gnu.org>
Subject: RE: same-buffer-window-names
Date: Wed, 3 Jun 2009 09:12:12 -0700	[thread overview]
Message-ID: <BDDF4AB6499E4BEAA4B10554AB11DA0F@us.oracle.com> (raw)
In-Reply-To: <87zlcp71j4.fsf@gmail.com>

> (nconc same-window-buffer-names '("*Buffer List*"))
> C-x C-b doesn't give me a single window and *Buffer List* in it.

Not sure what you're trying to do, but it seems unlikely that you need/want to
use `nconc' here.

My crystal ball divines that this is what you really want:
(add-to-list 'same-window-buffer-names "*Buffer List*")

Or just Customize `same-window-buffer-names'.

If order were important (it's not, here), and you wanted *Buffer List* appended
instead of prepended, you could use this:
(add-to-list 'same-window-buffer-names "*Buffer List*" 'append)





  reply	other threads:[~2009-06-03 16:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-03 15:57 same-buffer-window-names Sean Sieger
2009-06-03 16:12 ` Drew Adams [this message]
2009-06-04  0:37   ` same-buffer-window-names Sean Sieger
  -- strict thread matches above, loose matches on Subject: below --
2009-06-03 16:37 same-buffer-window-names 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=BDDF4AB6499E4BEAA4B10554AB11DA0F@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=sean.sieger@gmail.com \
    /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.