emacs-devel
[Top][All Lists]
Advanced

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

Re: compilation-goto-locus, pop-up-windows, same-window-regexps


From: Alex Schroeder
Subject: Re: compilation-goto-locus, pop-up-windows, same-window-regexps
Date: Mon, 17 Mar 2003 10:14:57 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

>     I am not very happy with this solution, however.  I think the best
>     solution would be to eliminate all occurences of binding
>     pop-up-windows.  We should look at these situations and decide what
>     the best way to handle them is -- without making new windows.
>
> Where else is there a binding of pop-up-windows?

I did not look at all of them, I just ran 

grep pop-up-windows *.el */*.el

in the lisp directory...


If you agree with the general argumentation in my previous mail, then
I can go through these places and suggest what to do for each one.

Alex.

vcursor.el:588:  ;; the variables pop-up-windows and pop-up-frames are 
significant)
startup.el:986:        (let ((pop-up-windows nil))
simple.el:4274:  (let ((pop-up-windows t))
printing.el:5403:                        pop-up-windows
pcvs.el:482:      (let ((pop-up-windows nil)) (pop-to-buffer cvsbuf)))))
pcvs.el:952:      (let ((pop-up-windows nil)) (pop-to-buffer cvsbuf)))))
pcvs-util.el:105:  (let ((pop-up-windows (or pop-up-windows pop-up-frames))
pcvs-util.el:108:       (and pop-up-windows
help.el:150:                (pop-up-windows
frame.el:130:    (let* ((pop-up-frames nil) (pop-up-windows t)
files.el:778:  (let ((pop-up-windows t))
electric.el:146:         (pop-up-windows t)
ehelp.el:146:           (let ((pop-up-windows t))
ediff-util.el:3320:     (pop-up-windows t)
cus-start.el:237:            (pop-up-windows windows boolean)
cus-edit.el:904:              (pop-up-windows t)
cus-edit.el:1230:       (pop-up-windows t)
buff-menu.el:461:       (pop-up-windows t))
bookmark.el:1864:            (pop-up-windows t))
bookmark.el:1901:        (pop-up-windows t)
textmodes/bibtex.el:3421:          (let ((pop-up-windows t))
progmodes/compile.el:1914:      (let ((pop-up-windows t))
progmodes/compile.el:1935:  (let* ((pop-up-windows t)
progmodes/compile.el:1977:        (let* ((pop-up-windows t)
play/decipher.el:716:        (pop-up-windows t))
net/ange-ftp.el:1473:   (pop-up-windows t))
mh-e/mh-comp.el:611:  (let ((pop-up-windows t))
mail/sendmail.el:1701:  (let ((pop-up-windows t)
mail/rmailsum.el:241:              pop-up-windows (not pop-up-frames))
mail/reporter.el:342:      (and pop-up-windows (display-buffer 
reporter-eval-buffer)))
emacs-lisp/elint.el:665:  (let ((pop-up-windows t))
emacs-lisp/byte-opt.el:1456:;;;   (let ((old-pop-ups pop-up-windows)
emacs-lisp/byte-opt.el:1457:;;;         (pop-up-windows flag))
emacs-lisp/byte-opt.el:1458:;;;     (cond ((not (eq pop-up-windows old-pop-ups))
emacs-lisp/byte-opt.el:1459:;;;            (setq old-pop-ups pop-up-windows)
emacs-lisp/byte-opt.el:1466:;;; varbind pop-up-windows
emacs-lisp/byte-opt.el:1467:;;; varref pop-up-windows
emacs-lisp/byte-opt.el:1472:;;; varbind pop-up-windows
emacs-lisp/byte-opt.el:1475:;;; we break the program, because it will appear 
that pop-up-windows and
calendar/solar.el:894:                   (if pop-up-windows
calendar/calendar.el:1465:  (let* ((pop-up-windows t)
calendar/cal-x.el:124:    (let ((pop-up-windows nil)
gnus/message.el:4408:    (let ((pop-up-windows t)
gnus/message.el:4437:  (let ((pop-up-windows t)
calc/calc.el:1099:              (if (and pop-up-windows
calc/calc-yank.el:452:    (setq calc-one-window (and (one-window-p t) 
pop-up-windows))
calc/calc-yank.el:474:    (if (and (one-window-p t) pop-up-windows)





reply via email to

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