emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: `q' in `C-h C-h' does not act like `View-quit'


From: Drew Adams
Subject: RE: `q' in `C-h C-h' does not act like `View-quit'
Date: Mon, 18 Sep 2006 08:25:37 -0700

    Does this fix it?

No, unfortunately.

emacs -Q
(setq pop-up-frames t)
C-h C-h
q

The *Help* frame is iconified.

Note, too, that if you select (put the cursor in) the *Help* frame and then
use C-h q or M-x help-quit, nothing happens. Likewise, if you use C-h q or
M-x help-quit from another buffer.


    *** help.el 16 Sep 2006 10:15:32 -0400      1.318
    --- help.el 18 Sep 2006 10:32:14 -0400
    ***************
    *** 106,111 ****
    --- 106,114 ----
      (defun help-quit ()
        "Just exit from the Help command's command loop."
        (interactive)
    +   ;; Normally Help mode enables View mode.
    +   ;; If the user has not overridden that, exit a la View mode.
    +   (if view-mode (View-quit))
        nil)

      (defvar help-return-method nil






reply via email to

[Prev in Thread] Current Thread [Next in Thread]