GNU bug report logs -
#1442
23.0.60; C-h in allout mode
Previous Next
Reported by: Leo <sdl.web <at> gmail.com>
Date: Thu, 27 Nov 2008 18:40:03 UTC
Severity: normal
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1442 in the body.
You can then email your comments to 1442 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1442
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Leo <sdl.web <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.
Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing list.
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
The following element should be removed from allout-keybindings-list:
("^H" allout-hide-current-subtree)
because it prevents "C-c SPC C-h" to list all key bindings starting with
"C-c SPC", unlike other modes.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1442
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #10 received at 1442 <at> emacsbugs.donarmstrong.com (full text, mbox):
Hi Ken,
What do you think about this suggestion?
> The following element should be removed from allout-keybindings-list:
>
> ("\C-h" allout-hide-current-subtree)
>
> because it prevents "C-c SPC C-h" to list all key bindings starting with
> "C-c SPC", unlike other modes.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1442
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"ken manheimer" <ken.manheimer <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #15 received at 1442 <at> emacsbugs.donarmstrong.com (full text, mbox):
i've considered it more than once, particularly since i personally
find the C-h "show all bindings" binding so useful. my reluctance has
been because "h" is such a nice mnemonic for "hide". ultimately, i
think it should be done, but need to feel more comfortable with the
provisions for users to adjust the key bindings to their liking, along
with changing it.
so, what i'd like to see is:
- default assignment of "C-c" (for "collapse") in the allout map to
allout-hide-current-subtree
- default assignment of "C-h" so it shows the key translations (i
suppose leaving it unbound accomplishes that?)
- customization provisions for the individual allout map key
assignments (in addition to the already-present customization
provision for the key prefix)
i will probably do that sometime in the next few weeks, if nobody else
takes it on. (revisiting considerations of online guidance for
allout, i would also like to see a new "allout-help" function bound to
"?" in the allout map which provides a help-buffer-ish menu of the
other help resources, like the allout-mode help, the C-h key
translations, the help for allout-toggle-current-subtree-encryption,
etc.. i'm going to put that in my list of pending things for eventual
satisfaction, and again would not mind having someone else beat me to
it...:-)
--
ken
http://myriadicity.net
On Sun, Nov 30, 2008 at 11:22 AM, Chong Yidong <cyd <at> stupidchicken.com> wrote:
>
> Hi Ken,
>
> What do you think about this suggestion?
>
> > The following element should be removed from allout-keybindings-list:
> >
> > ("\C-h" allout-hide-current-subtree)
> >
> > because it prevents "C-c SPC C-h" to list all key bindings starting with
> > "C-c SPC", unlike other modes.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1442
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Leo <sdl.web <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #20 received at 1442 <at> emacsbugs.donarmstrong.com (full text, mbox):
On 2008-11-30 18:21 +0000, ken manheimer wrote:
> i've considered it more than once, particularly since i personally
> find the C-h "show all bindings" binding so useful. my reluctance has
> been because "h" is such a nice mnemonic for "hide". ultimately, i
> think it should be done, but need to feel more comfortable with the
> provisions for users to adjust the key bindings to their liking, along
> with changing it.
There is already another binding to the hide function ie `C-c SPC
h'. Maybe while you are at improving this package, making the key
bindings more consistent with outline mode would be nice.
Thanks,
--
.: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :.
Use the better alternative -- http://www.openoffice.org/
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1442
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #25 received at 1442 <at> emacsbugs.donarmstrong.com (full text, mbox):
"ken manheimer" <ken.manheimer <at> gmail.com> writes:
> i've considered it more than once, particularly since i personally
> find the C-h "show all bindings" binding so useful. my reluctance has
> been because "h" is such a nice mnemonic for "hide".
You already bind "h" to allout-hide-current-subtree in
allout-keybindings-list. Why not replace all the control keys with
non-control keys?
That said, do whatever you feel is reasonable :-)
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1442
; Package
emacs
.
(Wed, 04 Feb 2009 16:30:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo <sdl.web <at> googlemail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 04 Feb 2009 16:30:03 GMT)
Full text and
rfc822 format available.
Message #30 received at 1442 <at> emacsbugs.donarmstrong.com (full text, mbox):
Hi there,
I think this bug can be closed.
I have reported this twice and nothing was done.
I have moved to outline mode (and the awesome org mode).
Best wishes,
Leo
2008/11/30 Chong Yidong <cyd <at> stupidchicken.com>:
> "ken manheimer" <ken.manheimer <at> gmail.com> writes:
>
>> i've considered it more than once, particularly since i personally
>> find the C-h "show all bindings" binding so useful. my reluctance has
>> been because "h" is such a nice mnemonic for "hide".
>
> You already bind "h" to allout-hide-current-subtree in
> allout-keybindings-list. Why not replace all the control keys with
> non-control keys?
>
> That said, do whatever you feel is reasonable :-)
bug closed, send any further explanations to Leo <sdl.web <at> gmail.com>
Request was from
Chong Yidong <cyd <at> stupidchicken.com>
to
control <at> emacsbugs.donarmstrong.com
.
(Tue, 11 Aug 2009 05:05:05 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Wed, 23 Sep 2009 14:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.