unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1442: 23.0.60; C-h in allout mode
@ 2008-11-27 18:34 Leo
  0 siblings, 0 replies; 6+ messages in thread
From: Leo @ 2008-11-27 18:34 UTC (permalink / raw)
  To: emacs-pretest-bug


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@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.






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

* bug#1442: 23.0.60; C-h in allout mode
@ 2008-11-30 16:22 Chong Yidong
  2008-11-30 18:21 ` ken manheimer
  0 siblings, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2008-11-30 16:22 UTC (permalink / raw)
  To: Ken Manheimer; +Cc: 1442, Leo

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.






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

* bug#1442: 23.0.60; C-h in allout mode
  2008-11-30 16:22 bug#1442: 23.0.60; C-h in allout mode Chong Yidong
@ 2008-11-30 18:21 ` ken manheimer
  2008-11-30 20:17   ` Leo
  2008-11-30 21:48   ` Chong Yidong
  0 siblings, 2 replies; 6+ messages in thread
From: ken manheimer @ 2008-11-30 18:21 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 1442, Leo

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@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.






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

* bug#1442: 23.0.60; C-h in allout mode
  2008-11-30 18:21 ` ken manheimer
@ 2008-11-30 20:17   ` Leo
  2008-11-30 21:48   ` Chong Yidong
  1 sibling, 0 replies; 6+ messages in thread
From: Leo @ 2008-11-30 20:17 UTC (permalink / raw)
  To: ken manheimer; +Cc: 1442, Chong Yidong

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/






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

* bug#1442: 23.0.60; C-h in allout mode
  2008-11-30 18:21 ` ken manheimer
  2008-11-30 20:17   ` Leo
@ 2008-11-30 21:48   ` Chong Yidong
  2009-02-04 16:24     ` Leo
  1 sibling, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2008-11-30 21:48 UTC (permalink / raw)
  To: ken manheimer; +Cc: 1442, Leo

"ken manheimer" <ken.manheimer@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 :-)






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

* bug#1442: 23.0.60; C-h in allout mode
  2008-11-30 21:48   ` Chong Yidong
@ 2009-02-04 16:24     ` Leo
  0 siblings, 0 replies; 6+ messages in thread
From: Leo @ 2009-02-04 16:24 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 1442, ken manheimer

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@stupidchicken.com>:
> "ken manheimer" <ken.manheimer@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 :-)






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

end of thread, other threads:[~2009-02-04 16:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-30 16:22 bug#1442: 23.0.60; C-h in allout mode Chong Yidong
2008-11-30 18:21 ` ken manheimer
2008-11-30 20:17   ` Leo
2008-11-30 21:48   ` Chong Yidong
2009-02-04 16:24     ` Leo
  -- strict thread matches above, loose matches on Subject: below --
2008-11-27 18:34 Leo

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).