unofficial mirror of emacs-devel@gnu.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).