unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
To: Glenn Morris <rgm@gnu.org>
Cc: athird@googlemail.com, Kunihiro Tak <tkk@misasa.okayama-u.ac.jp>,
	emacs-devel@gnu.org
Subject: Re: naming of 26.1 mwheel- user options
Date: Fri, 2 Mar 2018 11:56:33 +0900	[thread overview]
Message-ID: <2FFCE80D-25CB-4950-8FAF-191B6E0C4034@misasa.okayama-u.ac.jp> (raw)
In-Reply-To: <r7eqvxmew.fsf@fencepost.gnu.org>

> I also wonder, why are mwheel-scroll-left-function and
> mwheel-scroll-right-function user options, when the pre-existing
> mwheel-scroll-up-function and mwheel-scroll-down-function aren't?

I think I was not carefull enough.
I have no argument to change those two from defcustom to defvar.

From
(defcustom mwheel-scroll-left-function 'scroll-left)
(defcustom mwheel-scroll-right-function 'scroll-right)

To
(defvar mwheel-scroll-left-function 'scroll-left)
(defvar mwheel-scroll-right-function 'scroll-right)




  reply	other threads:[~2018-03-02  2:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-26 22:22 naming of 26.1 mwheel- user options Glenn Morris
2018-02-27 22:50 ` Tak Kunihiro
2018-02-27 23:15   ` Stefan Monnier
2018-02-28  8:06 ` Tak Kunihiro
2018-03-01  7:58   ` Alan Third
2018-03-01 12:20     ` Tak Kunihiro
2018-03-02  2:04       ` Glenn Morris
2018-03-02  2:56         ` Tak Kunihiro [this message]
2018-03-02  9:35         ` Tak Kunihiro

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=2FFCE80D-25CB-4950-8FAF-191B6E0C4034@misasa.okayama-u.ac.jp \
    --to=tkk@misasa.okayama-u.ac.jp \
    --cc=athird@googlemail.com \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@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).