GNU bug report logs - #349
show-paren-mode overlay extending onto new text

Previous Next

Package: emacs;

Reported by: Kevin Ryde <user42 <at> zip.com.au>

Date: Mon, 2 Jun 2008 01:55:04 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Kevin Ryde <user42 <at> zip.com.au>, 349 <at> debbugs.gnu.org
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#349: show-paren-mode overlay extending onto new text
Date: Mon, 02 Jun 2008 08:23:40 +0200
> I wondered if the make-overlay in show-paren-function
> might have the "rear-advance" arg nil, unless there's ever a time it
> ought to extend.
>
> In GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9)
[...]
>   show-paren-mode: t
[...]

Version 1.75 of paren.el has

		(setq show-paren-overlay-1 (make-overlay from to nil t)))

and

	      (setq show-paren-overlay (make-overlay from to nil t))))

hence both overlays seem to have "rear-advance" nil.






This bug report was last modified 16 years and 344 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.