unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "stuart.tett@gmail.com" <stuart.tett@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: skeleton-pair-insert-maybe parenthesis in cc-mode
Date: 5 Mar 2007 16:56:16 -0800	[thread overview]
Message-ID: <1173142576.763318.150250@c51g2000cwc.googlegroups.com> (raw)
In-Reply-To: <1173121740.838492.322450@64g2000cwx.googlegroups.com>

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



On Mar 5, 1:09 pm, "weber" <hug...@gmail.com> wrote:
> On 5 mar, 10:47, "stuart.t...@gmail.com" <stuart.t...@gmail.com>
> wrote:
>
> > Hi, I've added code to my dotemacs file to use the skeleton-pair-
> > insert-maybe for quotes,parenthesis,brackets,etc.
> > For buffers that are in cc-mode, it only works with quotes, single
> > quotes, and brackets "[]". It doesn't work for parenthesis or braces
> > "{}"
>
> > In other modes, though, they all seem to work fine.
>
> > Does, cc-mode disable these somehow? How can I override those
> > settings.
>
> > Thanks.
>
> Check what is returned for '(' with C-h k and tell us.

  reply	other threads:[~2007-03-06  0:56 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 [this message]
2007-03-07  4:58     ` Kevin Rodgers

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=1173142576.763318.150250@c51g2000cwc.googlegroups.com \
    --to=stuart.tett@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.
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).