unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* iconify-or-deiconify-frame
@ 2003-05-18 21:24 Stefan Monnier
  2003-05-19 23:40 ` iconify-or-deiconify-frame Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2003-05-18 21:24 UTC (permalink / raw)


iconify-or-deiconify-frame is defined in x-win.el and in the equivalent
file for w32 as well as Mac.
Any objection to moving it to frame.el ?


	Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iconify-or-deiconify-frame
  2003-05-18 21:24 iconify-or-deiconify-frame Stefan Monnier
@ 2003-05-19 23:40 ` Richard Stallman
  2003-05-24  9:21   ` iconify-or-deiconify-frame Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2003-05-19 23:40 UTC (permalink / raw)
  Cc: emacs-devel

    iconify-or-deiconify-frame is defined in x-win.el and in the equivalent
    file for w32 as well as Mac.
    Any objection to moving it to frame.el ?

The main difference this will make is that it will be defined
when you're on a tty.  I don't see any harm in that.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iconify-or-deiconify-frame
  2003-05-19 23:40 ` iconify-or-deiconify-frame Richard Stallman
@ 2003-05-24  9:21   ` Eli Zaretskii
  2003-05-25 18:02     ` iconify-or-deiconify-frame Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2003-05-24  9:21 UTC (permalink / raw)
  Cc: emacs-devel

> From: Richard Stallman <rms@gnu.org>
> Date: Mon, 19 May 2003 19:40:56 -0400
> 
>     iconify-or-deiconify-frame is defined in x-win.el and in the equivalent
>     file for w32 as well as Mac.
>     Any objection to moving it to frame.el ?
> 
> The main difference this will make is that it will be defined
> when you're on a tty.  I don't see any harm in that.

Unless some Lisp code tests for it to be fboundp, and assumes it isn't
on a tty.  If it is bound, that code could then invoke some other
functions that on a tty would throw errors.  So perhaps grep the *.el
files for such tests first.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iconify-or-deiconify-frame
  2003-05-24  9:21   ` iconify-or-deiconify-frame Eli Zaretskii
@ 2003-05-25 18:02     ` Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2003-05-25 18:02 UTC (permalink / raw)
  Cc: emacs-devel

    Unless some Lisp code tests for it to be fboundp, and assumes it isn't
    on a tty.  If it is bound, that code could then invoke some other
    functions that on a tty would throw errors.  So perhaps grep the *.el
    files for such tests first.

That is a good idea.  I just did the grep and there is no such
problem.  Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-25 18:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-18 21:24 iconify-or-deiconify-frame Stefan Monnier
2003-05-19 23:40 ` iconify-or-deiconify-frame Richard Stallman
2003-05-24  9:21   ` iconify-or-deiconify-frame Eli Zaretskii
2003-05-25 18:02     ` iconify-or-deiconify-frame Richard Stallman

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).