all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 10165@debbugs.gnu.org
Subject: bug#10165: [PATCH] Allow setting corner in mouse avoidance mode.
Date: Wed, 07 Dec 2011 19:30:45 +0200	[thread overview]
Message-ID: <878vmo8f0e.fsf@mail.jurta.org> (raw)
In-Reply-To: <871usilwpp.fsf@gmail.com> (Thierry Volpiatto's message of "Mon,  05 Dec 2011 19:06:26 +0100")

>> Thanks.  I think names like `frame-or-window' and `top-or-bottom-pos'
>> are quite confusing.
>
> Yes, if you have better names tell me.

I think better names would be similar to geometry specification
like in (info "(emacs) Window Size X").

Then we could have such names (with possible values):

  x-side     `left' or `right'
  y-side     `top' or `bottom'
  x-offset   integer (positive, negative or zero)
  y-offset   integer (positive, negative or zero)

So for example it would be possible to customize
`mouse-avoidance-banish-position' to the following setting:

  '((frame-or-window . frame)
    (x-side          . right)
    (x-offset        . 3)
    (y-side          . bottom)
    (y-offset        . -1))

Also `frame-or-window' is too long name, but currently I have no idea
what a shorter name would be better.

>> But fortunately we could avoid them.
>
> Can you develop this?

I think that instead of an alist it would be simpler to use a list
with the fixed meaning of each list element.  I mean something like:

(defcustom mouse-avoidance-banish-position '(frame right 3 bottom -1)
  :type '(list (choice (const frame :tag "Relative to frame coordinates")
                       (const window :tag "Relative to window coordinates"))
               (choice (const left :tag "Relative to left edge")
                       (const right :tag "Relative to right edge"))
               (integer :tag "Horizontal offset")
               (choice (const top :tag "Relative to top edge")
                       (const bottom :tag "Relative to bottom edge"))
               (integer :tag "Vertical offset")))





  reply	other threads:[~2011-12-07 17:30 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-30  5:58 bug#10165: [PATCH] Allow setting corner in mouse avoidance mode Thierry Volpiatto
2011-11-30  6:05 ` Thierry Volpiatto
2011-11-30  9:32 ` Juri Linkov
2011-11-30 10:31   ` Thierry Volpiatto
2011-11-30 17:40     ` Thierry Volpiatto
2011-12-01  7:48       ` Juri Linkov
2011-12-01  8:45         ` Thierry Volpiatto
2011-12-02  7:30         ` Thierry Volpiatto
2011-12-02  7:36           ` Thierry Volpiatto
2011-12-02 10:52             ` Juri Linkov
2011-12-02 11:24               ` Thierry Volpiatto
2011-12-02 17:07                 ` Juri Linkov
2011-12-02 17:35                   ` Thierry Volpiatto
2011-12-03  8:58                     ` Thierry Volpiatto
2011-12-03  9:26                       ` Thierry Volpiatto
2011-12-05 10:52                         ` Juri Linkov
2011-12-05 18:06                           ` Thierry Volpiatto
2011-12-07 17:30                             ` Juri Linkov [this message]
2011-12-07 18:04                               ` Thierry Volpiatto
2011-12-07 19:52                                 ` Juri Linkov
2011-12-08  6:33                                   ` Thierry Volpiatto
2011-12-08 20:20                                     ` Stefan Monnier
2012-04-12 20:04                                     ` Lars Magne Ingebrigtsen
2012-04-12 21:12                                       ` Thierry Volpiatto
2012-04-13 15:19                                       ` Thierry Volpiatto
2012-04-13 21:13                                         ` Lars Ingebrigtsen
2012-04-14  5:14                                           ` Thierry Volpiatto

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

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

  git send-email \
    --in-reply-to=878vmo8f0e.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=10165@debbugs.gnu.org \
    --cc=thierry.volpiatto@gmail.com \
    /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 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.