emacs-devel
[Top][All Lists]
Advanced

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

"Called for effect" warning in ispell.el


From: Juanma Barranquero
Subject: "Called for effect" warning in ispell.el
Date: Wed, 29 Jan 2003 13:21:25 +0100

In `ispell-show-choices' (lisp/texmodes/ispell.el), `get-buffer-window'
is called for effect somehow, or an oversight?

(defun ispell-show-choices (line end)
  "Shows the choices in another buffer or frame."
  (if (and ispell-use-framepop-p (fboundp 'framepop-display-buffer))
      (progn
        (framepop-display-buffer (get-buffer ispell-choices-buffer))
        (get-buffer-window ispell-choices-buffer t)            ;;*****
        (select-window (previous-window))) ; *Choices* window


                                                           /L/e/k/t/u





reply via email to

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