all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Basil L. Contovounesios" <contovob@tcd.ie>
To: Yuya Minami <yuya373@me.com>
Cc: 31808@debbugs.gnu.org
Subject: bug#31808: [PATCH] customize how to display eww buffer.
Date: Wed, 13 Jun 2018 16:40:20 +0300	[thread overview]
Message-ID: <87a7ry3iuz.fsf@tcd.ie> (raw)
In-Reply-To: <20180613075347.20981-1-yuya373@me.com> (Yuya Minami's message of "Wed, 13 Jun 2018 16:53:47 +0900")

Yuya Minami <yuya373@me.com> writes:

> Currently `eww` function using `pop-to-buffer-same-window` to display
> eww buffer.
> This changes make customizable how to display eww buffer.

FWIW, it is already possible to customise this via display-buffer-alist
and display-buffer-overriding-action (though granted, this method is not
as clear as a user option).  The following achieves an effect similar to
that of using pop-to-buffer, for example:

  (add-to-list 'display-buffer-alist
               '("\\`\\*eww\\*" () (inhibit-same-window . t)))

-- 
Basil





  reply	other threads:[~2018-06-13 13:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13  7:53 bug#31808: [PATCH] customize how to display eww buffer Yuya Minami
2018-06-13 13:40 ` Basil L. Contovounesios [this message]
2019-05-13 19:19   ` Lars Ingebrigtsen

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=87a7ry3iuz.fsf@tcd.ie \
    --to=contovob@tcd.ie \
    --cc=31808@debbugs.gnu.org \
    --cc=yuya373@me.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.