all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Cc: "Richard M. Stallman" <rms@gnu.org>, emacs-devel@gnu.org
Subject: Re: help-mode changes
Date: Wed, 19 Apr 2006 14:36:18 +0200	[thread overview]
Message-ID: <v94q0pkail.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87ejzudpvi.fsf@pacem.orebokech.com> (Romain Francoise's message of "Wed, 19 Apr 2006 08:46:25 +0200")

On Wed, Apr 19 2006, Romain Francoise wrote:

> 2006-04-18  Richard Stallman  <rms@gnu.org>
>
> 	* help-mode.el (help-mode): Set view-exit-action to delete window.
>
> causes a bug: hitting `q' in a *Help* buffer now signals the following
> error: ``Attempt to delete minibuffer or sole ordinary window''.

[...]
>>    (setq view-no-disable-on-exit t)
>> +  (setq view-exit-action (lambda (buffer) (delete-window)))
>>    (run-mode-hooks 'help-mode-hook))

I see another bug introduced by this change.  To reproduce:

emacs -Q -eval '(push "*Help*" special-display-buffer-names)'

C-x 2

C-x b RET

==> the frame contains the *Messages* window above the *scratch*

C-h f gnus RET

Focus the *Help* buffer

Hit `q'

==> the *Messages* window was deleted, only the *scratch* buffer is
    visible.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  reply	other threads:[~2006-04-19 12:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1FVxad-0008T2-UW@savannah.gnu.org>
2006-04-19  6:46 ` help-mode changes Romain Francoise
2006-04-19 12:36   ` Reiner Steib [this message]
2006-04-24 17:52   ` Richard Stallman
2006-04-25 13:21     ` Reiner Steib
2006-04-29  3:50       ` Richard Stallman

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=v94q0pkail.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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.