all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roy Crihfield <rscrihf@gmail.com>
To: 12297@debbugs.gnu.org
Subject: bug#12297: show-paren-mode only recognizes show-paren-delay value on activation
Date: Wed, 29 Aug 2012 22:45:27 -0400	[thread overview]
Message-ID: <CANBN-fnM2tyA3cKO1Grdktpz0pkQ7pqB5c6w3Q0krG3UMkiu0Q@mail.gmail.com> (raw)
In-Reply-To: <CANBN-fkMXRWKvyES-8=jWAyfyuRBypzA8_bRJGtW28qq-mjJ-Q@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 716 bytes --]

Forgot to include version: 24.1.1.

On Tue, Aug 28, 2012 at 6:47 PM, Roy Crihfield <rscrihf@gmail.com> wrote:

> Activating show-paren-mode sets the delay time to show-paren-delay
> initially, but altering that value later has no effect. i.e., after:
>
> (show-paren-mode)
> (setq show-paren-delay 0)
>
> The timer is still set to the original value .125, until the mode is
> re-activated.
> This should maybe be noted in the variable description, or there should be
> a dedicated function to set the new value, e.g. by turning line 125 of
> paren.el into a separate function:
>
> (setq show-paren-idle-timer (run-with-idle-timer
>                    show-paren-delay t
>                    'show-paren-function))
>

[-- Attachment #2: Type: text/html, Size: 980 bytes --]

      parent reply	other threads:[~2012-08-30  2:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-28 22:47 bug#12297: show-paren-mode only recognizes show-paren-delay value on activation Roy Crihfield
2012-08-30  1:45 ` Glenn Morris
2012-08-30  2:45 ` Roy Crihfield [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=CANBN-fnM2tyA3cKO1Grdktpz0pkQ7pqB5c6w3Q0krG3UMkiu0Q@mail.gmail.com \
    --to=rscrihf@gmail.com \
    --cc=12297@debbugs.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.