all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wang Lei <fxhjgzydw@gmail.com>
To: Harry Putnam <reader@newsguy.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to expertly fold perl or other scripting code.
Date: Mon, 21 Sep 2009 06:31:17 +0800	[thread overview]
Message-ID: <b97f47d60909201531w30f58a9fre3432a9d1fe39f18@mail.gmail.com> (raw)
In-Reply-To: <87pr9lfs22.fsf@newsguy.com>

On 9/21/09, Harry Putnam <reader@newsguy.com> wrote:
> [...]
>
> Changing: C-c @ c-s  to C-c s  (hs-show-block)
>           C-c @ c-h  to C-c h  (hs-hide-block)
>
> Seems not to collide with anything when in cperl-mode at least.
> Buy maybe it will be a problem somewhere else.
>
I use these key too.
  (define-key hs-minor-mode-map [?\C-c ?h] 'hs-hide-block)
  (define-key hs-minor-mode-map [?\C-c ?s] 'hs-show-block)
  (define-key hs-minor-mode-map [?\C-c ?\C-\M-h] 'hs-hide-all)
  (define-key hs-minor-mode-map [?\C-c ?\C-\M-s] 'hs-show-all)

-- 
Regards,
Lei




  reply	other threads:[~2009-09-20 22:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-19 21:58 How to expertly fold perl or other scripting code Harry Putnam
2009-09-19 23:16 ` Andreas Politz
2009-09-20  1:44   ` Bernardo
2009-09-20 17:24     ` Harry Putnam
2009-09-20 22:31       ` Wang Lei [this message]
     [not found] ` <mailman.7073.1253402286.2239.help-gnu-emacs@gnu.org>
2009-09-20  4:01   ` Tim X
2009-09-20  5:22     ` Wang Lei
2009-09-20 16:36     ` Harry Putnam
     [not found]     ` <mailman.7099.1253464623.2239.help-gnu-emacs@gnu.org>
2009-09-21  7:51       ` Tim X

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b97f47d60909201531w30f58a9fre3432a9d1fe39f18@mail.gmail.com \
    --to=fxhjgzydw@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=reader@newsguy.com \
    /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 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.