* rcirc: Too many default keybindings for rcirc-next-active-buffer
@ 2009-08-17 16:40 Deniz Dogan
2009-08-17 17:01 ` Andreas Schwab
2009-08-17 18:41 ` Leo
0 siblings, 2 replies; 6+ messages in thread
From: Deniz Dogan @ 2009-08-17 16:40 UTC (permalink / raw)
To: Emacs-Devel devel
Hi
I've been using rcirc for some time now and it's bugging me that there
are *three* default keybindings for rcirc-next-active-buffer. I'll go
out on a limb and say that most people probably use C-c C-SPC and very
few use C-c ` or C-c C-@.
What is the reason for having so many default bindings for this? The
most annoying one to me is C-c ` which coincides with TeX-next-error.
Can we remove that keybinding from rcirc, please?
--
Deniz Dogan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rcirc: Too many default keybindings for rcirc-next-active-buffer
2009-08-17 16:40 rcirc: Too many default keybindings for rcirc-next-active-buffer Deniz Dogan
@ 2009-08-17 17:01 ` Andreas Schwab
2009-08-17 18:32 ` Stefan Monnier
2009-08-17 18:41 ` Leo
1 sibling, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2009-08-17 17:01 UTC (permalink / raw)
To: Deniz Dogan; +Cc: Emacs-Devel devel
Deniz Dogan <deniz.a.m.dogan@gmail.com> writes:
> I'll go out on a limb and say that most people probably use C-c C-SPC
> and very few use C-c ` or C-c C-@.
C-@ is the same as C-SPC on terminals, so they should always have the
same binding.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rcirc: Too many default keybindings for rcirc-next-active-buffer
2009-08-17 17:01 ` Andreas Schwab
@ 2009-08-17 18:32 ` Stefan Monnier
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Monnier @ 2009-08-17 18:32 UTC (permalink / raw)
To: Andreas Schwab; +Cc: Emacs-Devel devel, Deniz Dogan
>> I'll go out on a limb and say that most people probably use C-c C-SPC
>> and very few use C-c ` or C-c C-@.
> C-@ is the same as C-SPC on terminals, so they should always have the
> same binding.
Actually, shouldn't this just argue for ttys to have a mapping from C-@
to C-SPC in function-key-map?
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rcirc: Too many default keybindings for rcirc-next-active-buffer
2009-08-17 16:40 rcirc: Too many default keybindings for rcirc-next-active-buffer Deniz Dogan
2009-08-17 17:01 ` Andreas Schwab
@ 2009-08-17 18:41 ` Leo
2009-08-17 19:45 ` Andreas Schwab
1 sibling, 1 reply; 6+ messages in thread
From: Leo @ 2009-08-17 18:41 UTC (permalink / raw)
To: emacs-devel
On 2009-08-17 17:40 +0100, Deniz Dogan wrote:
> Hi
>
> I've been using rcirc for some time now and it's bugging me that there
> are *three* default keybindings for rcirc-next-active-buffer. I'll go
> out on a limb and say that most people probably use C-c C-SPC and very
> few use C-c ` or C-c C-@.
>
> What is the reason for having so many default bindings for this? The
> most annoying one to me is C-c ` which coincides with TeX-next-error.
> Can we remove that keybinding from rcirc, please?
I have raised this issue a few months ago but nothing happened. So I
deleted C-c ` in rcirc and recompiled it. But I have to remember to do
that every time I upgrade Emacs.
--
Leo's Emacs uptime: 13 days, 18 hours, 34 minutes, 12 seconds
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rcirc: Too many default keybindings for rcirc-next-active-buffer
2009-08-17 18:41 ` Leo
@ 2009-08-17 19:45 ` Andreas Schwab
2009-08-17 20:45 ` Leo
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2009-08-17 19:45 UTC (permalink / raw)
To: Leo; +Cc: emacs-devel
Leo <sdl.web@gmail.com> writes:
> I have raised this issue a few months ago but nothing happened. So I
> deleted C-c ` in rcirc and recompiled it. But I have to remember to do
> that every time I upgrade Emacs.
A perfect application for eval-after-load. :-)
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: rcirc: Too many default keybindings for rcirc-next-active-buffer
2009-08-17 19:45 ` Andreas Schwab
@ 2009-08-17 20:45 ` Leo
0 siblings, 0 replies; 6+ messages in thread
From: Leo @ 2009-08-17 20:45 UTC (permalink / raw)
To: Andreas Schwab; +Cc: emacs-devel
On 2009-08-17 20:45 +0100, Andreas Schwab wrote:
> Leo <sdl.web@gmail.com> writes:
>
>> I have raised this issue a few months ago but nothing happened. So I
>> deleted C-c ` in rcirc and recompiled it. But I have to remember to do
>> that every time I upgrade Emacs.
>
> A perfect application for eval-after-load. :-)
Certainly. I have already 15 e-a-l in my .emacs and it is overkill for
things like this.
> Andreas.
--
Leo's Emacs uptime: 13 days, 20 hours, 40 minutes, 59 seconds
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-08-17 20:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-17 16:40 rcirc: Too many default keybindings for rcirc-next-active-buffer Deniz Dogan
2009-08-17 17:01 ` Andreas Schwab
2009-08-17 18:32 ` Stefan Monnier
2009-08-17 18:41 ` Leo
2009-08-17 19:45 ` Andreas Schwab
2009-08-17 20:45 ` Leo
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.