all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Romain Francoise <romain@orebokech.com>
Cc: emacs-devel@gnu.org
Subject: help-mode changes
Date: Wed, 19 Apr 2006 08:46:25 +0200	[thread overview]
Message-ID: <87ejzudpvi.fsf@pacem.orebokech.com> (raw)
In-Reply-To: <E1FVxad-0008T2-UW@savannah.gnu.org> (Richard M. Stallman's message of "Tue, 18 Apr 2006 21:18:27 +0000")

This change:

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''.

"Richard M. Stallman" <rms@gnu.org> writes:

> Index: emacs/lisp/help-mode.el
> diff -u emacs/lisp/help-mode.el:1.44 emacs/lisp/help-mode.el:1.45
> --- emacs/lisp/help-mode.el:1.44	Mon Mar 20 00:42:21 2006
> +++ emacs/lisp/help-mode.el	Tue Apr 18 21:18:27 2006
> @@ -197,6 +197,7 @@
>    (view-mode)
>    (make-local-variable 'view-no-disable-on-exit)
>    (setq view-no-disable-on-exit t)
> +  (setq view-exit-action (lambda (buffer) (delete-window)))
>    (run-mode-hooks 'help-mode-hook))
>  
>  ;;;###autoload

-- 
Romain Francoise <romain@orebokech.com> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter

       reply	other threads:[~2006-04-19  6:46 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 ` Romain Francoise [this message]
2006-04-19 12:36   ` help-mode changes Reiner Steib
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=87ejzudpvi.fsf@pacem.orebokech.com \
    --to=romain@orebokech.com \
    --cc=emacs-devel@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.