all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: Kaushal <kaushal.modi@gmail.com>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Make M-x woman respect display-buffer-alist
Date: Wed, 24 Jun 2015 18:02:57 +0200	[thread overview]
Message-ID: <87wpyt5c26.fsf@web.de> (raw)
In-Reply-To: <CAFyQvY27mYunAGy6yuzoMf5L03BFySwam_TKCXofMK3yR2fd3w@mail.gmail.com> (Kaushal's message of "Fri, 19 Jun 2015 15:03:13 +0000")

Hi Kaushal,

> I was trying to make the WoMan buffers open as I intend to using
> display-buffer-alist. But that was not working.

I guess your message got lost here, better make a bug report, and
better include a patch than the whole changed code.

> can that change be made in the master?

I think it would be an improvement.

The very same applies to eww:

--8<---------------cut here---------------start------------->8---
(defun eww-setup-buffer ()
  (switch-to-buffer (get-buffer-create "*eww*")) ; <-----
  (let ((inhibit-read-only t))
    (remove-overlays)
    (erase-buffer))
  (unless (eq major-mode 'eww-mode)
    (eww-mode)))
--8<---------------cut here---------------end--------------->8---

Maybe there are more cases.  It's surely worth discussing.


Regards,

Michael.



  reply	other threads:[~2015-06-24 16:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-19 15:03 Make M-x woman respect display-buffer-alist Kaushal
2015-06-24 16:02 ` Michael Heerdegen [this message]
2015-07-13 15:06   ` bug#21047: 25.0.50; " Kaushal
2015-08-20 17:35     ` Kaushal
2015-08-21  5:42       ` Stefan Monnier
2015-08-21 11:17         ` Kaushal
2015-08-21 12:25           ` martin rudalics
2015-08-21 12:30             ` Kaushal
2015-08-21 13:36               ` Kaushal
2015-08-21 15:11                 ` martin rudalics
2015-08-21 15:13                   ` Kaushal
2015-08-21 15:16                     ` Kaushal
2015-08-21 15:30                       ` martin rudalics
2015-08-21 15:33                         ` Kaushal
2015-08-21 15:58                           ` martin rudalics
2015-08-21 16:00                             ` Kaushal
2015-08-24  8:16                     ` martin rudalics
2015-08-24 10:46                       ` Kaushal Modi

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=87wpyt5c26.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=emacs-devel@gnu.org \
    --cc=kaushal.modi@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.