all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using  (kbd "<C-c-up>") ,  (kbd "<C-c-mouse-4>"), ...
@ 2020-10-06 19:20 Christopher Dimech
  2020-10-06 21:14 ` Stefan Monnier
  2020-10-07  9:40 ` Gregory Heytings via Users list for the GNU Emacs text editor
  0 siblings, 2 replies; 5+ messages in thread
From: Christopher Dimech @ 2020-10-06 19:20 UTC (permalink / raw)
  To: Help Gnu Emacs

Dear Compeers,

I don't know about other, but setting the following keybindings
does not seem a good idea to me.  I thought of them for moving
through the file using arrow keys and mouse wheel.

Any ideas of better keybindings, or are they good enough to work with?

 (kbd "<C-c-up>")
 (kbd "<C-c-down>")
 (kbd "<C-c-mouse-4>")
 (kbd "<C-c-mouse-5>")

Regards
C*



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

* Re: Using  (kbd "<C-c-up>") ,  (kbd "<C-c-mouse-4>"), ...
  2020-10-06 19:20 Using (kbd "<C-c-up>") , (kbd "<C-c-mouse-4>"), Christopher Dimech
@ 2020-10-06 21:14 ` Stefan Monnier
  2020-10-07  9:40 ` Gregory Heytings via Users list for the GNU Emacs text editor
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2020-10-06 21:14 UTC (permalink / raw)
  To: help-gnu-emacs

> I don't know about other, but setting the following keybindings
> does not seem a good idea to me.

Not sure.  It seems harmless.
Then again, it also seems useless since I can't see how to trigger
those events.


        Stefan




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

* Re: Using (kbd "<C-c-up>") , (kbd "<C-c-mouse-4>"), ...
  2020-10-06 19:20 Using (kbd "<C-c-up>") , (kbd "<C-c-mouse-4>"), Christopher Dimech
  2020-10-06 21:14 ` Stefan Monnier
@ 2020-10-07  9:40 ` Gregory Heytings via Users list for the GNU Emacs text editor
  2020-10-07  9:47   ` Emanuel Berg via Users list for the GNU Emacs text editor
  1 sibling, 1 reply; 5+ messages in thread
From: Gregory Heytings via Users list for the GNU Emacs text editor @ 2020-10-07  9:40 UTC (permalink / raw)
  To: Christopher Dimech; +Cc: Help Gnu Emacs


> I don't know about other, but setting the following keybindings does not 
> seem a good idea to me.  I thought of them for moving through the file 
> using arrow keys and mouse wheel.
>
> Any ideas of better keybindings, or are they good enough to work with?
>
> (kbd "<C-c-up>")
> (kbd "<C-c-down>")
> (kbd "<C-c-mouse-4>")
> (kbd "<C-c-mouse-5>")
>

Could you perhaps explain what you are trying to do?



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

* Re: Using (kbd "<C-c-up>") , (kbd "<C-c-mouse-4>"), ...
  2020-10-07  9:40 ` Gregory Heytings via Users list for the GNU Emacs text editor
@ 2020-10-07  9:47   ` Emanuel Berg via Users list for the GNU Emacs text editor
  2020-10-07 11:25     ` Christopher Dimech
  0 siblings, 1 reply; 5+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2020-10-07  9:47 UTC (permalink / raw)
  To: help-gnu-emacs

Gregory Heytings via Users list for the GNU Emacs text editor wrote:

>> I don't know about other, but setting the
>> following keybindings does not seem a good idea to
>> me. I thought of them for moving through the file
>> using arrow keys and mouse wheel. Any ideas of
>> better keybindings, or are they good enough to
>> work with? (kbd "<C-c-up>") (kbd "<C-c-down>")
>> (kbd "<C-c-mouse-4>") (kbd "<C-c-mouse-5>")
>
> Could you perhaps explain what you are trying
> to do?

Some doors maybe should be left closed :)

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




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

* Re: Using (kbd "<C-c-up>") , (kbd "<C-c-mouse-4>"), ...
  2020-10-07  9:47   ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2020-10-07 11:25     ` Christopher Dimech
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Dimech @ 2020-10-07 11:25 UTC (permalink / raw)
  To: moasenwood; +Cc: help-gnu-emacs

Yep, some better be closed.

> Sent: Wednesday, October 07, 2020 at 11:47 AM
> From: "Emanuel Berg via Users list for the GNU Emacs text editor" <help-gnu-emacs@gnu.org>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Using (kbd "<C-c-up>") , (kbd "<C-c-mouse-4>"), ...
>
> Gregory Heytings via Users list for the GNU Emacs text editor wrote:
>
> >> I don't know about other, but setting the
> >> following keybindings does not seem a good idea to
> >> me. I thought of them for moving through the file
> >> using arrow keys and mouse wheel. Any ideas of
> >> better keybindings, or are they good enough to
> >> work with? (kbd "<C-c-up>") (kbd "<C-c-down>")
> >> (kbd "<C-c-mouse-4>") (kbd "<C-c-mouse-5>")
> >
> > Could you perhaps explain what you are trying
> > to do?
>
> Some doors maybe should be left closed :)
>
> --
> underground experts united
> http://user.it.uu.se/~embe8573
> https://dataswamp.org/~incal
>
>
>



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

end of thread, other threads:[~2020-10-07 11:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-06 19:20 Using (kbd "<C-c-up>") , (kbd "<C-c-mouse-4>"), Christopher Dimech
2020-10-06 21:14 ` Stefan Monnier
2020-10-07  9:40 ` Gregory Heytings via Users list for the GNU Emacs text editor
2020-10-07  9:47   ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-07 11:25     ` Christopher Dimech

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.