all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "Called for effect" warning in ispell.el
@ 2003-01-29 12:21 Juanma Barranquero
  0 siblings, 0 replies; only message in thread
From: Juanma Barranquero @ 2003-01-29 12:21 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-29 12:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-29 12:21 "Called for effect" warning in ispell.el Juanma Barranquero

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.