unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Pavel@Janik.cz (Pavel Janík)
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: PATCH: focus follows mouse in C
Date: Sat, 09 Feb 2002 16:08:26 +0100	[thread overview]
Message-ID: <m3sn8ahevp.fsf@Janik.cz> (raw)
In-Reply-To: <5137-Sat09Feb2002165228+0200-eliz@is.elta.co.il> ("Eli Zaretskii"'s message of "Sat, 09 Feb 2002 16:52:29 +0200")

   From: "Eli Zaretskii" <eliz@is.elta.co.il>
   Date: Sat, 09 Feb 2002 16:52:29 +0200

   > > --- xterm.c.~1.703.~	Sun Jan 27 17:15:53 2002
   > > +++ xterm.c	Sat Feb  9 12:45:39 2002
   > > @@ -253,6 +253,15 @@
   > 
   > Ahem.. why is this only in xterm.c?  Is it just because this is a
   > prototype?  I mean, we surely want this for any version that supports
   > a mouse, including the Windows, the Mac, and the DOS ports, right?

Of course. I know that, Eli. I sent only changes to xterm.c. I will not
prepare changes for all ports because I do not have such systems and do not
want to do changes in something I can not test. I will send changes to
respective maintainers who will check and test them. But I will do that all
when we settle on the right solution...

   > And what about the tty version with xt-mouse or an equivalent?

The same as above applies.

   > > +  DEFVAR_BOOL ("x-autoselect-window", &x_autoselect_window_p,
   > > +    doc: /* *Non-nil means autoselect window with mouse pointer.  */);
   > > +  x_autoselect_window_p = 0;
   > > +
   > > +  DEFVAR_BOOL ("x-autoselect-always", &x_autoselect_always_p,
   > > +    doc: /* *Non-nil means always autoselect window with mouse pointer
   > > +even if user switched to different window.  */);
   > > +  x_autoselect_always_p = 0;
   > 
   > Isn't it better to have a single option which can be nil, t, or
   > something non-nil and not t?

Perhaps. Any other opinions?
-- 
Pavel Janík

No matter how hard you try, you can't make a racehorse out of a pig.
You can, however, make a faster pig.
                  -- An unknown author in GNU Emacs about Emacs's byte-opt

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-09 15:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m3665ewgv8.fsf@Janik.cz>
2002-02-07 14:56 ` PATCH: focus follows mouse in C Richard Stallman
2002-02-07 21:31   ` Pavel Janík
2002-02-08 23:24     ` Richard Stallman
2002-02-09  7:29       ` Pavel Janík
2002-02-09 10:01         ` Eli Zaretskii
2002-02-09 11:53           ` Pavel Janík
2002-02-09 14:52             ` Eli Zaretskii
2002-02-09 15:08               ` Pavel Janík [this message]
2002-02-09 16:26               ` Pavel Janík
2002-02-09 21:40                 ` Al Petrofsky
2002-02-10 11:15                   ` Eli Zaretskii
2002-02-10 17:52                     ` Al Petrofsky
2002-02-16 10:35               ` Pavel Janík
2002-02-16 16:46                 ` Eli Zaretskii
2002-02-11  2:08             ` Richard Stallman
2002-02-11  5:45               ` Pavel Janík
2002-02-12 15:24                 ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3sn8ahevp.fsf@Janik.cz \
    --to=pavel@janik.cz \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).