all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Misleading comment in simple.el?
@ 2007-03-30 15:02 Juanma Barranquero
  2007-03-30 15:04 ` David Kastrup
  2007-03-31  7:19 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Juanma Barranquero @ 2007-03-30 15:02 UTC (permalink / raw)
  To: Emacs-Devel

What does it mean this comment in simple.el?

  ;Turned off because it makes dbx bomb out.
  (setq blink-paren-function 'blink-matching-open)

`blink-matching-paren' defaults to t, so I don't undertand what it is
supposed to be "turned off". Perhaps the comment is a leftover?

             Juanma

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

* Re: Misleading comment in simple.el?
  2007-03-30 15:02 Misleading comment in simple.el? Juanma Barranquero
@ 2007-03-30 15:04 ` David Kastrup
  2007-03-30 15:15   ` Juanma Barranquero
  2007-03-31  7:19 ` Richard Stallman
  1 sibling, 1 reply; 4+ messages in thread
From: David Kastrup @ 2007-03-30 15:04 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: Emacs-Devel

"Juanma Barranquero" <lekktu@gmail.com> writes:

> What does it mean this comment in simple.el?
>
>  ;Turned off because it makes dbx bomb out.
>  (setq blink-paren-function 'blink-matching-open)
>
> `blink-matching-paren' defaults to t, so I don't undertand what it is
> supposed to be "turned off". Perhaps the comment is a leftover?

C-x v g is pretty good for finding out things like that.

-- 
David Kastrup

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

* Re: Misleading comment in simple.el?
  2007-03-30 15:04 ` David Kastrup
@ 2007-03-30 15:15   ` Juanma Barranquero
  0 siblings, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2007-03-30 15:15 UTC (permalink / raw)
  To: David Kastrup; +Cc: Emacs-Devel

On 3/30/07, David Kastrup <dak@gnu.org> wrote:

> C-x v g is pretty good for finding out things like that.

I had already tried it, and not, is not "pretty good" for finding that
kind of info. C-x v g allows me to know that the comment is there
since 1.1 (1999-12-21), and blink-matching-paren is also there since
1.1, and already set to t. It does not help me to know what was the
comment really refering to, unless I'm willing to check every single
commit since 1.1 on.

And no, I'm not asking anyone to research it for me; just if someone
remembers something that could shed a light over it.

             Juanma

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

* Re: Misleading comment in simple.el?
  2007-03-30 15:02 Misleading comment in simple.el? Juanma Barranquero
  2007-03-30 15:04 ` David Kastrup
@ 2007-03-31  7:19 ` Richard Stallman
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2007-03-31  7:19 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

      ;Turned off because it makes dbx bomb out.
      (setq blink-paren-function 'blink-matching-open)

    `blink-matching-paren' defaults to t, so I don't undertand what it is
    supposed to be "turned off". Perhaps the comment is a leftover?

I can't remember what it means, but it was there even in version 1.1
of the file.  So I guess we should just delete it.

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

end of thread, other threads:[~2007-03-31  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-30 15:02 Misleading comment in simple.el? Juanma Barranquero
2007-03-30 15:04 ` David Kastrup
2007-03-30 15:15   ` Juanma Barranquero
2007-03-31  7:19 ` Richard Stallman

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.