From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: skeleton-pair-insert-maybe parenthesis in cc-mode
Date: Tue, 06 Mar 2007 21:58:02 -0700 [thread overview]
Message-ID: <eslgok$oom$1@sea.gmane.org> (raw)
In-Reply-To: <1173142576.763318.150250@c51g2000cwc.googlegroups.com>
[Please don't top-post.]
stuart.tett@gmail.com wrote:
> ( runs the command c-electric-paren
> which is an interactive compiled Lisp function in `cc-cmds.el'.
> It is bound to ), (.
> When I am in a cc-mode file it returns:
>
> (c-electric-paren arg)
>
> Insert a parenthesis.
>
> If `c-syntactic-indentation' and `c-electric-flag' are both non-nil,
> the
> line is reindented unless a numeric arg is supplied, or the
> parenthesis
> is inserted inside a literal.
>
> Whitespace between a function name and the parenthesis may get added
> or
> removed; see the variable `c-cleanup-list'.
>
> Also, if `c-electric-flag' and `c-auto-newline' are both non-nil, some
> newline cleanups are done if appropriate; see the variable `c-cleanup-
> list'.
>
> In the *scratch* buffer it returns:
>
> ( runs the command skeleton-pair-insert-maybe
> which is an interactive compiled Lisp function in `skeleton.el'.
> It is bound to {, [, <, (, ', ".
> (skeleton-pair-insert-maybe arg)
>
> Insert the character you type arg times.
>
> With no arg, if `skeleton-pair' is non-nil, pairing can occur. If the
> region
> is visible the pair is wrapped around it depending on `skeleton-
> autowrap'.
> Else, if `skeleton-pair-on-word' is non-nil or we are not before or
> inside a
> word, and if `skeleton-pair-filter-function' returns nil, pairing is
> performed.
> Pairing is also prohibited if we are right after a quoting character
> such as backslash.
>
> If a match is found in `skeleton-pair-alist', that is inserted, else
> the defaults are used. These are (), [], {}, <> and `' for the
> symmetrical ones, and the same character twice for the others.
Isn't it obvious:
(add-hook 'c-mode-common-hook
(lambda ()
(local-set-key "(" 'skeleton-pair-insert-maybe)))
--
Kevin Rodgers
Denver, Colorado, USA
prev parent reply other threads:[~2007-03-07 4:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-05 18:47 skeleton-pair-insert-maybe parenthesis in cc-mode stuart.tett
2007-03-05 19:09 ` weber
2007-03-06 0:56 ` stuart.tett
2007-03-07 4:58 ` Kevin Rodgers [this message]
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='eslgok$oom$1@sea.gmane.org' \
--to=kevin.d.rodgers@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/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.